KOM, which stands for Kubernetes Operator Manager, is an open-source software tool designed to streamline the management of Kubernetes operators. It acts as an operator itself, facilitating the deployment, management, and removal of Kubernetes operators with minimal hassle.
To install KOM on your Kubernetes cluster, follow these steps:
helm repo add kkb0318 https://kkb0318.github.io/kom
helm install kom kkb0318/kom -n kom-system --create-namespace
This command deploys KOM on the Kubernetes cluster in the default configuration. For more advanced configurations, refer to the Configuration section.
After installing KOM, you can deploy your first operator by following the example manifest provided in the examples/ directory. This will help you understand how to specify the Helm chart URL and version for the operator you wish to deploy.
This project is licensed under the MIT License - see the LICENSE file for details.