- clone the repository
git clone https://github.com/shabbirsaifee92/multi-node-kind-cluster.git
cd multi-node-kind-cluster
Create a two node kind cluster with ingress controller
./create_cluster.sh
Install monitoring that includes prometheus and grafana
- create a new cluster
- install monitoring stack
monitoring/install_monitoring.sh
Install Istio service mesh without installing istio-gateway
- create a new cluster
- execute
servicemesh/install_servicemesh.sh
Install istio with all the components, including monitoring stack, istio service mesh and istio gateway
- create a new cluster using
servicemesh/gateway/create_cluster.sh
- Install all istio components
servicemesh/gateway/install_gateway.sh