Hands-on FastAPI Simple Deployment with Kubernetes
Hi! back to my blog, today i will show you how to deploy a simple FastAPI that already pushed to Docker Hub and run it on Kubernetes. So let's get started!
Hi! back to my blog, today i will show you how to deploy a simple FastAPI that already pushed to Docker Hub and run it on Kubernetes. So let's get started!
Hi there! Today, I will demonstrate a hands-on implementation of GitLab CI/CD. This might be a bit overkill as I will also install a GitLab server. First, i will to install self-hosted gitlab server. Second, i will create simple fastapi-app and that deployed instance here. All instances will be deployed on GCP and will be managed using Terraform. Last, i will create CI/CD pipeline to deploy fastapi-app to GCP using gitlab ci/cd.
Hi!
Today i will hands-on jenkins from installation using terraform to implementation create one job. I will show how to install Jenkins on GCP using Terraform and create a simple job. This post is part of my DevOps learning journey. I will share my experience and knowledge about DevOps tools and practices. 😃
Hi! I will hands on Terraform to create a VM on GCP or multiple VM instances. This is a simple project to get started with Terraform.
For more details code: terraform-tutorial
In this guide, we’ll explore how to monitor cpu and memory usage on a server using Node Exporter as exposer, prometheus as collector, and Grafana as visualizer/Dashboard. At the end, we will create an alert based on usage.
In this section, we will learn how to use Docker Compose to manage multi-container applications (frontend, backend, database).
In this guide, we’ll explore how to monitor memory usage on a server using Prometheus and Node Exporter.
In this session, I will create a shell script to backup log files from /var/log
to a backup directory and zip the backup directory.
In i will setup 2 servers and configure passwordless SSH between them. Then, I will create a cron job to automate file transfer between the servers.