@vishal07kr
DevOps Engineer
Nothing here yet.
Nothing here yet.
Introduction This project shows how to set up a Kubernetes cluster using AWS EKS (Elastic Kubernetes Service) and apply GitOps principles with ArgoCD for continuous deployment. Istio is used as a service mesh to manage traffic and support canary depl...

Dockerfile: Docker builds images automatically by reading the instructions from a Dockerfile which is a text file that contains all commands, to build a given image. A Dockerfile is a text file with instructions to build a Docker image. When we run ...
