Skip to content

The kernel module management operator builds, signs and loads kernel modules in Kubernetes clusters.

License

Notifications You must be signed in to change notification settings

kubernetes-sigs/kernel-module-management

Kernel Module Management

Go Report Card Go Reference

The Kernel Module Management Operator manages out of tree kernel modules in Kubernetes.

Getting started

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

Documentation and lab

You can find examples and labs on the documentation website.

Community, discussion, contribution, and support

Learn how to engage with the Kubernetes community on the community page.

You can reach the maintainers of this project at:

Code of conduct

Participation in the Kubernetes community is governed by the Kubernetes Code of Conduct.