@vishal07kr
DevOps Engineer
Nothing here yet.
Nothing here yet.
Jan 7, 2025 · 9 min read · 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...
Join discussion
Feb 22, 2024 · 4 min read · 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 ...
Join discussion
Feb 16, 2024 · 5 min read · Docker Docker is a software platform that allows you to build, test, and deploy applications quickly. Docker is an open-source containerization platform by which we can pack our application and all its dependencies into a standardized unit called a c...
Join discussion
Feb 15, 2024 · 5 min read · Reading JSON and YAML in Python Understanding how to read JSON and YAML files in Python is vital for DevOps engineers as it enables them to efficiently manage configurations, automate tasks, ensure smooth communication between systems, and implement ...
Join discussion