Creating a Cluster
This lesson contains instructions regarding creating a Kubernetes cluster.
We'll cover the following...
Just like always, we will have to create a cluster, unless you kept the one from before.
Note for Minikube and Docker Desktop users
Unlike other sections, there is a potential problem that we might face. It is related to the fact that we will not be able to run chaos experiments that target the nodes of our cluster on Minikube or Docker Desktop. If we drain or delete a node and that node is the only one in our cluster, then bad things will happen. In a “real” cluster like Azure, Google, AWS, DigitalOcean, or even on-prem, this shouldn’t be a problem since we’d ...