Docker to Kubernetes [PART 3]: Completely avoid downtime in a Kubernetes cluster with PodDisruptionBudgets and Deployments
In this 3rd part, we’ll see how to assure maximum availability for our app using PodDisruptionBudget and Deployment resources.
Docker to Kubernetes [PART 2]: Deploy a dockerized application on a Kubernetes cluster
In this 2nd part, we’ll deploy a docker container on a minikube cluster.
Docker to Kubernetes [PART 1]: Dockerize an nginx webserver
Get a hand of Docker and Kubernetes in these blog series where we’ll create a Docker application and run it on Kubernetes. In this 1st part, we’ll dockerize an nginx app.