Why you should not use T3, C5 or M5 EC2 instances to build your apps in AWS
Special care is needed when building apps that run in AWS Fargate, on T3, C5 or M5 EC2 instances.
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.