This shows you the differences between two versions of the page.
|
платформа_neuvector [2026/03/22 12:42] val created |
платформа_neuvector [2026/03/22 12:48] (current) val |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Платформа NeuVector ====== | ====== Платформа NeuVector ====== | ||
| + | * [[https://www.suse.com/c/neuvector-kubernetes-security-compliance/|NeuVector for Kubernetes Security and Compliance]] | ||
| + | |||
| + | <code> | ||
| + | helm search repo -l neuvector/core | ||
| + | |||
| + | helm show values neuvector/core --version 2.8.12 | ||
| + | |||
| + | helm install neuvector neuvector/core --namespace neuvector --version 2.8.12 -n neuvector --create-namespace | ||
| + | |||
| + | kubectl get secret -n neuvector neuvector-bootstrap-secret -o go-template='{{ .data.bootstrapPassword | base64decode }}{{ "\n" }}' | ||
| + | |||
| + | kubectl port-forward -n neuvector svc/neuvector-service-webui 8443:8443 | ||
| + | </code> | ||