Istio
- Canonical Observability
Channel | Revision | Published | Runs on |
---|---|---|---|
latest/edge | 9 | 23 Oct 2024 |
juju deploy istio-k8s --channel edge
Deploy universal operators easily with Juju, the Universal Operator Lifecycle Manager.
Platform:
-
ambient | boolean
Default: True
Enable Istio's ambient mode. See https://istio.io/latest/docs/ambient/overview/ for details.
-
auto-allow-waypoint-policy | boolean
Default: True
For workloads on an ambient mesh with traffic routed through a waypoint, that traffic passing through the waypoint to the workload can be controlled by L4 authorization policies like any other traffic. This generally means that, to allow traffic from a waypoint to a workload, users must create L4 authorization policies between the waypoint and the workload. If this option is set to true, Istio will create synthetic authorization policies allowing waypoints to communicate with their workloads automatically. If this option is set to false, users must create L4 authorization policies between waypoints and the workloads. See [PILOT_AUTO_ALLOW_WAYPOINT_POLICY]https://istio.io/latest/docs/reference/commands/pilot-discovery/#envvars for more detail.
-
cni-bin-dir | string
Default: /var/snap/microk8s/current/opt/cni/bin
Path to CNI binaries. This path depends on the Kubernetes installation, for example: * microk8s (default): /var/snap/microk8s/current/opt/cni/bin * many other Kubernetes installations: /opt/cni/bin Refer to https://kubernetes.io/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins/ and https://istio.io/latest/docs/ambient/install/platform-prerequisites/ for information to find out the correct path for your Kubernetes installation.
-
cni-conf-dir | string
Default: /var/snap/microk8s/current/args/cni-network
Path to conflist files describing the CNI configuration. This path depends on the Kubernetes installation, for example: * microk8s (default): /var/snap/microk8s/current/args/cni-network * many other Kubernetes installations: /etc/cni/net.d Refer to https://kubernetes.io/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins/ and https://istio.io/latest/docs/ambient/install/platform-prerequisites/ for information to find out the correct path for your Kubernetes installation.