This package is designed to be deployed on UDS Core and is based on the upstream NeuVector chart.
NeuVector is a comprehensive container security platform that provides runtime protection, vulnerability management, and compliance monitoring for Kubernetes environments. It offers full-lifecycle container security including network segmentation, behavior monitoring, and threat detection for cloud-native applications.
The NeuVector Package expects to be deployed on top of UDS Core with the dependencies listed below being configured prior to deployment.
- requires at a minimum
baseandidentity-authorization(keycloak) UDS Core layers deployed
| Flavor | Description | Example Creation |
|---|---|---|
upstream |
Uses upstream images within the package. | zarf package create . -f upstream |
registry1 |
Uses images from registry1.dso.mil within the package | zarf package create . -f registry1 |
unicorn |
Uses hardened unicorn images within the package | zarf package create . -f unicorn |
The released packages can be found in ghcr.
*For local dev, this requires you install uds-cli
Tip
To get a list of tasks to run you can use uds run --list!
Please see the CONTRIBUTING.md