antony@notes:~/security$ cat "Helm-Install-Neuvector-on-community-Kubernetes.md"
Helm Install Neuvector on community Kubernetes
Helm Install Neuvector on community Kubernetes
Preface
本篇文章會介紹以下內容
- 如何透過 Helm 安裝 Neuvector 5.2.0
可以透過點擊展開以下目錄,選擇想看的內容,跳轉至特定章節
:::warning
:::spoiler 文章目錄
[TOC]
:::
測試環境
- master node resource:
- os: Alpine Linux 3.18.2
- memory: 4 G
- CPU: 2 Core
- cri-o: 1.27
- w1 node resource:
- os: Alpine Linux 3.18.2
- memory: 8 G
- CPU: 2 Core
- cri-o: 1.27
- w2 node resource:
- os: Alpine Linux 3.18.2
- memory: 8 G
- CPU: 2 Core
- cri-o: 1.27
確認 K8S Node 狀態
kubectl get nodes -o wideNAME STATUS ROLES AGE VERSION INTERNAL-IP EXTERNAL-IP OS-IMAGE KERNEL-VERSION CONTAINER-RUNTIME
c1m1 Ready control-plane 45m v1.27.4 120.96.143.212 <none> Alpine Linux v3.18 6.1.39-0-virt cri-o://1.27.0
c1w1 Ready worker 45m v1.27.4 120.96.143.219 <none> Alpine Linux v3.18 6.1.39-0-virt cri-o://1.27.0
c1w2 Ready worker 45m v1.27.4 120.96.143.220 <none> Alpine Linux v3.18 6.1.39-0-virt cri-o://1.27.0
