/K8s-voting-app

Voting App on Kubernetes using containers

K8s-Voting-app

Istio Instalation

curl -L https://istio.io/downloadIstio | sh -
cd istio-1.**
export PATH=$PWD/bin:$PATH
istioctl install --set profile=demo -y && kubectl apply -f samples/addons

kubectl label namespace default istio-injection=enabled

Addons will install Grafana, Prometheus, Jaeger, Kiali

Setting Context https://humalect.com/blog/kubectl-config-set-context - kubectl config set-context --current --namespace cloudchamp