Clone your forked repository onto your local machine.
git clone git@github.com:<your-username>/nimbus.gitRequires installing corresponding security engine: Follow this to install KubeArmor.
Navigate to nimbus-kubearmor directory:
cd nimbus/pkg/adapter/nimbus-kubearmorRun adapter:
make runFollow this to install using a helm chart.
Note
The nimbus-netpol adapter leverages
the network plugin.
To use network policies, you must be using a networking solution which supports NetworkPolicy. Creating a
NetworkPolicy resource without a controller that implements it will have no effect.
Navigate to nimbus-netpol directory:
cd nimbus/pkg/adapter/nimbus-netpolRun adapter:
make runFollow this to install using a helm chart.
Requires installing corresponding security engine: Follow this to install Kyverno.
Navigate to nimbus-kyverno directory:
cd nimbus/pkg/adapter/nimbus-kyvernoRun adapter:
make runFollow this to install using a helm chart.
Navigate to nimbus-k8tls directory:
cd nimbus/pkg/adapter/nimbus-kyvernoRun adapter:
make runFollow this to install using a helm chart.