Prerequisite Installation Docker Minikube After Installing, run kubectl get nodes kubectl dashboard Understanding Minikube Minikube is an open-source tool designed to help you run Kubernetes locally on your computer. Kubernetes is a powerful ...
#90daysofdevopschallenge #day32 Previous_Blog: https://devunnatig.hashnode.dev/launching-your-first-kubernetes-cluster-with-nginx-running What is Deployment in k8s? A Deployment provides a configuration for updates for Pods and ReplicaSets. You desc...
🚢Introduction Welcome to the exciting world of Kubernetes Deployments! 🌟 In this blog, we'll explore the incredible features of Kubernetes Deployments and how they simplify application management in Kubernetes clusters. Get ready for a journey into...