# kernel-module-management **Repository Path**: mirrors_kubernetes-sigs/kernel-module-management ## Basic Information - **Project Name**: kernel-module-management - **Description**: The kernel module management operator builds, signs and loads kernel modules in Kubernetes clusters. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-08-05 - **Last Updated**: 2025-09-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Kernel Module Management [![Go Report Card](https://goreportcard.com/badge/github.com/kubernetes-sigs/kernel-module-management)](https://goreportcard.com/report/github.com/kubernetes-sigs/kernel-module-management) [![Go Reference](https://pkg.go.dev/badge/github.com/kubernetes-sigs/kernel-module-management.svg)](https://pkg.go.dev/github.com/kubernetes-sigs/kernel-module-management) 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](https://github.com/cert-manager/cert-manager) which is a dependency. ```shell 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. ```shell 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](https://kmm.sigs.k8s.io). ## Community, discussion, contribution, and support Learn how to engage with the Kubernetes community on the [community page](http://kubernetes.io/community/). You can reach the maintainers of this project at: - [Slack](http://slack.k8s.io/) - [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-dev) ### Code of conduct Participation in the Kubernetes community is governed by the [Kubernetes Code of Conduct](code-of-conduct.md). [owners]: https://git.k8s.io/community/contributors/guide/owners.md [Creative Commons 4.0]: https://git.k8s.io/website/LICENSE