Artifact Hub

Deploy Netskope Private Access (NPA) Publishers on any Kubernetes
distribution
from a single Helm chart — k3s, kind, EKS, AKS, GKE,
OpenShift, or bare-metal.

Install

Pick the install source that suits your Helm version. Both ship the
same chart from the same release.

Classic Helm repo (works on any Helm 3.x):

1
2
3
4
5
helm repo add npa https://johnneerdael.github.io/kubernetes-netskope-publisher
helm repo update
helm install kubernetes-netskope-publisher npa/kubernetes-netskope-publisher \
--namespace npa-publisher --create-namespace \
-f my-values.yaml

OCI registry (Helm 3.8+, no repo add step):

1
2
3
4
5
helm install kubernetes-netskope-publisher \
oci://ghcr.io/johnneerdael/charts/kubernetes-netskope-publisher \
--version 1.4.0 \
--namespace npa-publisher --create-namespace \
-f my-values.yaml

A working my-values.yaml for API enrollment is in the
Quickstart.