Skip to content

kubemod/kubemod

Repository files navigation

Build Status Go Report Card Code Coverage

KubeMod

KubeMod is a universal Kubernetes mutating operator.

It introduces ModRule — a custom Kubernetes resource which allows you to intercept the deployment of any Kubernetes object and apply targeted modifications to it before it is deployed to the cluster.

Use KubeMod to:

  • Customize opaque Helm charts and Kubernetes operators
  • Build a system of policy rules to reject misbehaving resources
  • Develop your own sidecar container injections - no coding required

Documentation

To find out how to install and use KubeMod, head on over to the docs:

👉 docs.kubemod.io