Oddbean new post about | logout
 A recent blog post by Pankaj892 showcases a comprehensive DevOps pipeline for a Golang web app using GitOps and Kubernetes. The tutorial walks readers through the process of building, deploying, and managing a containerized application on Amazon Web Services (AWS) Elastic Kubernetes Service (EKS). The pipeline involves creating a Dockerfile, building an image with multi-stage builds, pushing it to Docker Hub, and deploying it to EKS using Helm charts. The post also covers setting up CI/CD pipelines with GitHub Actions and Argo CD.

Source: https://dev.to/pankaj892/devops-pipeline-on-a-golang-web-app-with-gitops-and-kubernetes-4k7m