Skip to content

alyvusal/istio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Istio

Check comparion of sidecar, cni and ambient modes

Install/Upgrade

Helm charts

  • istio/ambient: Helm umbrella chart for ambient
  • istio/base: Helm chart for deploying Istio cluster resources and CRDs
  • istio/cni: Helm chart for istio-cni components
  • istio/gateway: Helm chart for deploying Istio gateways
  • istio/istiod: Helm chart for istio control plane
  • istio/istiod-remote: chart for a remote cluster using an external istio control plane
  • istio/ztunnel: Helm chart for istio ztunnel components

Kiali helm chart installation

kubectl apply -f https://raw.githubusercontent.com/istio/istio/release-1.29/samples/addons/prometheus.yaml

kubectl apply -f https://raw.githubusercontent.com/istio/istio/release-1.29/samples/addons/grafana.yaml
kubectl apply -f k8s/addons/grafana.yaml  # grafana-172.18.0.1.nip.io

kubectl apply -f https://raw.githubusercontent.com/istio/istio/release-1.29/samples/addons/kiali.yaml
kubectl apply -f k8s/addons/kiali.yaml  # kiali-172.18.0.1.nip.io

kubectl apply -f https://raw.githubusercontent.com/istio/istio/release-1.29/samples/addons/jaeger.yaml
kubectl apply -f k8s/addons/jaeger.yaml  # jaeger-172.18.0.1.nip.io

kubectl apply -f https://raw.githubusercontent.com/istio/istio/release-1.29/samples/addons/loki.yaml
kubectl apply -f https://raw.githubusercontent.com/istio/istio/release-1.29/samples/addons/extras/skywalking.yaml
kubectl apply -f https://raw.githubusercontent.com/istio/istio/release-1.29/samples/addons/extras/zipkin.yaml

kubectl apply -f k8s/Monitor.yaml

Open dashbaords with istioctl dashboard <arg>:

Args:

  • controlz Open ControlZ web UI
  • envoy Open Envoy admin web UI
  • grafana Open Grafana web UI
  • jaeger Open Jaeger web UI
  • kiali Open Kiali web UI
  • prometheus Open Prometheus web UI
  • proxy Open admin web UI for a proxy
  • skywalking Open SkyWalking UI
  • zipkin Open Zipkin web UI
# request traffic
watch -n 0.1 curl 192.168.55.1/productpage

# open dashboard
istioctl dashboard kiali

REFERENCE

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors