Kubernetes

[ Kans 3 Study - 7w ] 4. Istio Ambient Mesh

su''@ 2024. 10. 19. 15:12

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

 

  • (참고) 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

출처 : https://jimmysong.io/en/blog/introducing-kmesh-kernel-native-service-mesh/