make testmake lintThis project requires to be tested using a kubernetes cluster that is not running inside of a container (see kind, k3d and similar solution).
It's recommended to use lima with the default k3s template.
Currently, Dec 2025, the kernel of the minikube guest OS has not been compiled
with Landlock enabled.
limactl start \
--cpus 4 \
--memory 16 \
--name podlock \
--yes \
template:k3sThen you can grab the kubeconfig using the following command:
export KUBECONFIG=$(limactl list podlock --format 'unix://{{.Dir}}/copied-from-guest/kubeconfig.yaml')We use Tilt to run a local development environment.
Customize tilt-settings.yaml to your needs.
Run tilt:
tilt up