GithubHelp home page GithubHelp logo

kom's Introduction

KOM (Kubernetes Operator Manager)

GitHub release CI Artifact Hub

Overview

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.

Features

  • Git Repository Support: Enables integration with Git repositories to manage operator configurations and their versions effectively.
  • Chart Release Mechanism: Incorporates a system for deploying Helm charts, allowing for easy installation and management of Kubernetes applications.

Getting Started

Prerequisites

  • Kubernetes cluster with Flux 2.x or Argo CD installed: KOM requires a Kubernetes cluster that is already equipped with either Flux version 2.x or Argo CD for GitOps-based management.

Installation

To install KOM on your Kubernetes cluster, follow these steps:

  1. Add the KOM Helm repository:
helm repo add kkb0318 https://kkb0318.github.io/kom
helm repo update
  1. Install KOM using Helm:
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.

Deploying with KOM

After installing KOM, you can deploy the operator using OperatorManager manifest.

apiVersion: kom.kkb0318.github.io/v1alpha1
kind: OperatorManager
metadata:
  name: kom
  namespace: kom-system
spec:
  tool: flux
  cleanup: true
  resource:
    helm:
      - name: jetstack
        url: https://charts.jetstack.io
        charts:
          - name: cert-manager
            version: v1.14.4
            values:
              installCRDs: true
              prometheus:
                enabled: false
      - name: repo1
        url: https://helm.github.io/examples
        charts:
          - name: hello-world
            version: x.x.x

You can find more details about the example manifests in the examples/ directory.

API Reference

You can find the reference in the Reference file.

Future Plans

  • Access to Private Repositories: We are planning to enhance KOM's capabilities by enabling it to access and manage operators from private Git repositories.

License

This project is licensed under the MIT License - see the LICENSE file for details.

kom's People

Contributors

kkb0318 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.