Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 560 Bytes

istio-system.md

File metadata and controls

27 lines (20 loc) · 560 Bytes

Istio

Getting started

Requirement

  • Already exists GKE cluster
  • Install kubectl, helm and setup

Download Istio and prepare

Install Istio to cluster with disable prometheus

helm install install/kubernetes/helm/istio \
--name istio \
--namespace istio-system \
--set certmanager.enabled=false \
--set grafana.enabled=false \
--set grallary.enabled=false \
--set kaili.enabled=false \
--set prometheus.enabled=false \
--set tracing.enabled=false \
--set servicegraph.enabled=false