- Provision a Kubernetes Cluster.
- Install Istio with addons Prometheus, Grafana, Kiali, Jaeger.
$ cd app-1
# Create namespace
$ kubectl create namespace app-1
# Set automation sidecar injection for this namespace
$ kubectl label namespace app-1 istio-injection=enabled
# Create deployment, service, destination rules, gateway
$ kubectl apply -f .
- Open Kiali Dashboard for visualizing service mesh
$ istioctl dashboard kiali