Creating a Cluster
Explore the process of creating a Kubernetes cluster tailored for chaos engineering experiments. Understand how to set up a regional and scalable cluster with Istio Ingress Gateway, preparing your environment for deploying demo applications and running experiments that generate valuable chaos reports to enhance reliability.
We'll cover the following...
We'll cover the following...
As always, we will need a cluster. However, this time, it is going to be a bit better defined than before. In the previous section, we gained some insights that should help us create a more robust cluster. It will be regional and scalable. Or, to be more precise, it will be like that if that’s possible.
Note for Minikube and Docker Desktop users
If you’re ...