The Kernel Module Management Operator manages out of tree kernel modules in Kubernetes.
Install the bleeding edge Kernel Module Management Operator in one command:
First install cert-manager which is a dependency.
kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.11.0/cert-manager.yaml
kubectl -n cert-manager wait --for=condition=Available deployment \
cert-manager \
cert-manager-cainjector \
cert-manager-webhook
Install KMM.
kubectl apply -k https://github.com/kubernetes-sigs/kernel-module-management/config/default
You can find examples and labs on the documentation website.
Learn how to engage with the Kubernetes community on the community page.
You can reach the maintainers of this project at:
Participation in the Kubernetes community is governed by the Kubernetes Code of Conduct.