Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 473 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 473 Bytes

vote-kubernetes-resources

How to Deploy to Local Demo Kubernetes Cluster

kubectl apply -f [file_path]

How to Enable Istio

Install

Apply demo profile and disable metrics merging(details).

istioctl install --set meshConfig.enablePrometheusMerge=false --set profile=demo

Resources

More tech details about Kubernetes and Istio could be found in docs folder.