Ana içeriğe geç
Versiyon: 1.0

Pro — Kurulum

NAC Pro, çok-node Kubernetes ya da Docker Swarm üzerinde çalışır. Tek-node kurulum da desteklenir (≤1000 endpoint için).

Sistem gereksinimleri

BileşenTek-nodeHA cluster (3 node)
CPU16 vCPU8 vCPU × 3
RAM32 GB16 GB × 3
Disk1 TB NVMe500 GB × 3
OSUbuntu 24.04 LTSRHEL 9 / Ubuntu 24.04

Kurulum

# Helm ile
helm repo add proje https://charts.proje.com
helm install nac proje/nac-pro \
--set license.key="$NAC_LICENSE_KEY" \
--set ingress.host="nac.sirket.com" \
-n nac --create-namespace

Doğrulama

kubectl get pods -n nac
# Tüm pod'lar Running olmalı

curl https://nac.sirket.com/api/v1/health
# {"status":"ok","sku":"pro","modules":["switch","topology","posture","policy"]}