ㅇㅏ도 2024. 3. 19. 04:38

Tetragon 설치하기 

 

본 포스터는 tetragon 공식 사이트를 참고하여 설치했다.

https://tetragon.io/docs/installation/kubernetes/

helm repo add cilium https://helm.cilium.io
helm repo update
helm install tetragon cilium/tetragon -n kube-system

위의 명령어에 sudo를 붙여 실행시켜주었다. 

Tetragon 배포가 준비될 때까지 기다리면서 다음 kubectl명령을 사용했다. 

sudo kubectl rollout status -n kube-system ds/tetragon -w