CloudNetaStudy - Kubernets Networtk 3기 실습 스터디 게시글입니다. |
Ambient, ambient, ambient
https://istio.io/latest/news/releases/1.23.x/announcing-1.23/
Announcing Istio 1.23.0
Istio 1.23 Release Announcement.
istio.io
- Istio Internals: Ambient mode https://www.anyflow.net/sw-engineer/istio-ambient-mode
출처 : https://www.anyflow.net/sw-engineer/istio-ambient-mode
- (참고) k3s 환경에 설치 시 아래 파라미터 설정 필요 - Docs
- When using K3s and one of its bundled CNIs, you must append some values to your installation command, as K3S uses nonstandard locations for CNI configuration and binaries.
- These nonstandard locations may be overridden as well, according to K3s documentation. If you are using K3s with a custom, non-bundled CNI, you must use the correct paths for those CNIs, e.g. /etc/cni/net.d - see the K3s docs for details.
- For example:
# istioctl istioctl install --set profile=ambient --set values.cni.cniConfDir=/var/lib/rancher/k3s/agent/etc/cni/net.d --set values.cni.cniBinDir=/var/lib/rancher/k3s/data/current/bin/ # helm helm install istio-cni istio/cni -n istio-system --set profile=ambient --wait --set cniConfDir=/var/lib/rancher/k3s/agent/etc/cni/net.d --set cniBinDir=/var/lib/rancher/k3s/data/current/bin/
Introducing Kmesh: Revolutionizing Service Mesh Data Planes With Kernel-Native Technology
'Kubernetes' 카테고리의 다른 글
[ Kans 3 Study - 8w ] 1. Cilium (2) | 2024.10.27 |
---|---|
[ Kans 3 Study - 8w ] 실습 환경 구성 (0) | 2024.10.27 |
[ Kans 3 Study - 7w ] 3. Istio 트래픽 흐름 (0) | 2024.10.19 |
[ Kans 3 Study - 7w ] 2. Bookinfo 실습 & Istio 기능 (1) | 2024.10.19 |
[ Kans 3 Study - 7w ] 1. Istio / Envoy (1) | 2024.10.19 |