kubezero/charts/kubezero-istio
Stefan Reimer f28370845d feat: tag kubezero image with major version, minor tweaks 2022-05-16 17:55:49 +02:00
..
charts/kiali-server feat: First draft new Istio 13 helm charts 2022-04-20 15:36:08 +02:00
templates feat: Istio Ingress migration to new gateway charts 2022-04-21 13:57:34 +02:00
.gitignore feat: introduce ingress proxy recommended hardening/uning settings 2021-04-20 16:33:45 +02:00
.helmignore feat: Istio RateLimiting, Version bump to 1.11.1, Kiali support 2021-08-25 15:58:55 +02:00
Chart.yaml feat: tag kubezero image with major version, minor tweaks 2022-05-16 17:55:49 +02:00
README.md feat: First fully running 1.22.8 cluster 2022-04-21 23:21:24 +02:00
README.md.gotmpl feat: integrating metrics support for Istio with KubeZero metrics 2021-04-22 15:43:10 +02:00
dashboards.yaml feat: Istio Ingress migration to new gateway charts 2022-04-21 13:57:34 +02:00
update.sh feat: Final touches and latest dashboards for Istio 1.13.3 2022-04-21 00:57:45 +02:00
values.yaml feat: New Istio 1.13.3 Helm chart fixes for case and istiod 2022-04-20 15:49:28 +02:00

README.md

kubezero-istio

Version: 0.8.0 Type: application

KubeZero Umbrella Chart for Istio

Installs the Istio control plane

Homepage: https://kubezero.com

Maintainers

Name Email Url
Stefan Reimer stefan@zero-downtime.net

Requirements

Kubernetes: >= 1.20.0

Repository Name Version
kiali-server 1.38.1
https://cdn.zero-downtime.net/charts/ kubezero-lib >= 0.1.4
https://istio-release.storage.googleapis.com/charts base 1.13.3
https://istio-release.storage.googleapis.com/charts istiod 1.13.3

Values

Key Type Default Description
global.defaultPodDisruptionBudget.enabled bool false
global.logAsJson bool true
global.priorityClassName string "system-cluster-critical"
global.tag string "1.13.3-distroless"
istiod.meshConfig.accessLogEncoding string "JSON"
istiod.meshConfig.accessLogFile string "/dev/stdout"
istiod.meshConfig.tcpKeepalive.interval string "60s"
istiod.meshConfig.tcpKeepalive.time string "120s"
istiod.pilot.autoscaleEnabled bool false
istiod.pilot.nodeSelector."node-role.kubernetes.io/control-plane" string ""
istiod.pilot.replicaCount int 1
istiod.pilot.resources.requests.cpu string "100m"
istiod.pilot.resources.requests.memory string "128Mi"
istiod.pilot.tolerations[0].effect string "NoSchedule"
istiod.pilot.tolerations[0].key string "node-role.kubernetes.io/master"
istiod.telemetry.enabled bool false
kiali-server.auth.strategy string "anonymous"
kiali-server.deployment.ingress_enabled bool false
kiali-server.deployment.view_only_mode bool true
kiali-server.enabled bool false
kiali-server.external_services.custom_dashboards.enabled bool false
kiali-server.external_services.prometheus.url string "http://metrics-kube-prometheus-st-prometheus.monitoring:9090"
kiali-server.istio.enabled bool false
kiali-server.istio.gateway string "istio-ingress/private-ingressgateway"
kiali-server.server.metrics_enabled bool false
rateLimiting.descriptors.ingress[0].key string "remote_address"
rateLimiting.descriptors.ingress[0].rate_limit.requests_per_unit int 10
rateLimiting.descriptors.ingress[0].rate_limit.unit string "second"
rateLimiting.descriptors.privateIngress[0].key string "remote_address"
rateLimiting.descriptors.privateIngress[0].rate_limit.requests_per_unit int 10
rateLimiting.descriptors.privateIngress[0].rate_limit.unit string "second"
rateLimiting.enabled bool false
rateLimiting.failureModeDeny bool false
rateLimiting.localCacheSize int 1048576
rateLimiting.log.format string "json"
rateLimiting.log.level string "warn"

Resources

Grafana