2020-10-05 10:50:23 +00:00
|
|
|
# kubezero-istio
|
|
|
|
|
2021-09-24 11:34:10 +00:00
|
|
|
![Version: 0.7.5](https://img.shields.io/badge/Version-0.7.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.11.3](https://img.shields.io/badge/AppVersion-1.11.3-informational?style=flat-square)
|
2020-10-05 10:50:23 +00:00
|
|
|
|
2020-07-14 15:58:14 +00:00
|
|
|
KubeZero Umbrella Chart for Istio
|
|
|
|
|
2020-11-24 14:44:57 +00:00
|
|
|
Installs the Istio control plane
|
2020-07-14 15:58:14 +00:00
|
|
|
|
2020-10-05 10:50:23 +00:00
|
|
|
**Homepage:** <https://kubezero.com>
|
|
|
|
|
|
|
|
## Maintainers
|
2020-07-14 15:58:14 +00:00
|
|
|
|
2020-10-05 10:50:23 +00:00
|
|
|
| Name | Email | Url |
|
|
|
|
| ---- | ------ | --- |
|
|
|
|
| Quarky9 | | |
|
2020-07-14 15:58:14 +00:00
|
|
|
|
2020-10-05 10:50:23 +00:00
|
|
|
## Requirements
|
2020-07-14 15:58:14 +00:00
|
|
|
|
2021-03-25 15:32:49 +00:00
|
|
|
Kubernetes: `>= 1.18.0`
|
2020-07-14 15:58:14 +00:00
|
|
|
|
|
|
|
| Repository | Name | Version |
|
|
|
|
|------------|------|---------|
|
2021-09-24 11:34:10 +00:00
|
|
|
| | base | 1.11.3 |
|
|
|
|
| | istio-discovery | 1.11.3 |
|
2021-08-25 13:58:55 +00:00
|
|
|
| | kiali-server | 1.38.1 |
|
2021-12-03 21:16:22 +00:00
|
|
|
| https://cdn.zero-downtime.net/charts/ | kubezero-lib | >= 0.1.4 |
|
2020-07-14 15:58:14 +00:00
|
|
|
|
2020-10-05 10:50:23 +00:00
|
|
|
## Values
|
2020-07-14 15:58:14 +00:00
|
|
|
|
2020-07-15 17:13:23 +00:00
|
|
|
| Key | Type | Default | Description |
|
|
|
|
|-----|------|---------|-------------|
|
2020-11-24 14:44:57 +00:00
|
|
|
| global.defaultPodDisruptionBudget.enabled | bool | `false` | |
|
|
|
|
| global.logAsJson | bool | `true` | |
|
|
|
|
| global.priorityClassName | string | `"system-cluster-critical"` | |
|
|
|
|
| istio-discovery.meshConfig.accessLogEncoding | string | `"JSON"` | |
|
|
|
|
| istio-discovery.meshConfig.accessLogFile | string | `"/dev/stdout"` | |
|
2021-04-30 19:09:20 +00:00
|
|
|
| istio-discovery.meshConfig.tcpKeepalive.interval | string | `"60s"` | |
|
|
|
|
| istio-discovery.meshConfig.tcpKeepalive.time | string | `"120s"` | |
|
2020-11-24 14:44:57 +00:00
|
|
|
| istio-discovery.pilot.autoscaleEnabled | bool | `false` | |
|
|
|
|
| istio-discovery.pilot.nodeSelector."node-role.kubernetes.io/master" | string | `""` | |
|
|
|
|
| istio-discovery.pilot.replicaCount | int | `1` | |
|
|
|
|
| istio-discovery.pilot.resources.requests.cpu | string | `"100m"` | |
|
|
|
|
| istio-discovery.pilot.resources.requests.memory | string | `"128Mi"` | |
|
|
|
|
| istio-discovery.pilot.tolerations[0].effect | string | `"NoSchedule"` | |
|
|
|
|
| istio-discovery.pilot.tolerations[0].key | string | `"node-role.kubernetes.io/master"` | |
|
|
|
|
| istio-discovery.telemetry.enabled | bool | `false` | |
|
2021-08-25 13:58:55 +00:00
|
|
|
| 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"` | |
|
2021-08-26 12:23:04 +00:00
|
|
|
| rateLimiting.enabled | bool | `false` | |
|
2021-08-25 13:58:55 +00:00
|
|
|
| rateLimiting.failureModeDeny | bool | `false` | |
|
|
|
|
| rateLimiting.localCacheSize | int | `1048576` | |
|
|
|
|
| rateLimiting.log.format | string | `"json"` | |
|
|
|
|
| rateLimiting.log.level | string | `"warn"` | |
|
2020-07-15 10:44:43 +00:00
|
|
|
|
2020-07-14 15:58:14 +00:00
|
|
|
## Resources
|
|
|
|
|
2020-09-11 14:06:38 +00:00
|
|
|
- https://istio.io/latest/docs/reference/config/istio.operator.v1alpha1/#IstioOperatorSpec
|
|
|
|
- https://github.com/istio/istio/blob/master/manifests/profiles/default.yaml
|
2020-07-14 15:58:14 +00:00
|
|
|
- https://istio.io/latest/docs/setup/install/standalone-operator/
|
2021-04-30 19:09:20 +00:00
|
|
|
|
|
|
|
### Grafana
|
|
|
|
- https://grafana.com/grafana/dashboards/7645
|
|
|
|
- https://grafana.com/grafana/dashboards/7639
|
|
|
|
- https://grafana.com/grafana/dashboards/7636
|
|
|
|
- https://grafana.com/grafana/dashboards/7630
|