Code Monkey home page Code Monkey logo

kalm's Introduction

Kalm - Kubernetes Application Manager

CircleCI Go Report

Kalm provides a web interface that makes it easy to perform common Kubernetes workflows, including:

  • Creating and updating applications
  • Scaling
  • Handling external traffic
  • Setting up probes for auto-healing
  • Attaching and using Volumes

In addition, Kalm simplifies the processes for many common Kubernetes integration points:

  • CI/CD webhooks
  • Obtaining HTTPS Certificates (via Let's Encrypt)
  • Setting up Single Sign On access for any application in your cluster
  • Configuring private image registries
  • Plugin log systems such as PLG(Loki) and ELK

Kalm

overview video with voiceover

Kalm is intended as an alternative to writing and maintaining scripts and internal tools. Since Kalm is implemented as a Kubernetes operator and a set of Custom Resource Definitions, it can be used alongside existing Kubernetes tooling. Kalm tries to minimize the amount of time you have to spend writing yaml files and executing one off kubectl commands, but doesn't prevent you from doing so if necessary.

Project Status

Kalm is currently in Closed Beta.

  • Alpha
  • Closed Beta
  • Open Beta, CRD schema frozen
  • Public Release

Installation

Kalm can be used with any Kubernetes cluster. For getting started on localhost, see our guide on installing kubectl and creating a minikube cluster.

If you already have access to an existing cluster via kubectl, deploy Kalm via:

curl -sL https://get.kalm.dev | bash

The whole process typically takes up to 5-10 minutes. Relax or check out the docs in the mean time.

Once the installation is complete, open a port to the web server.

kubectl port-forward -n kalm-system $(kubectl get pod -n kalm-system -l app=kalm -ojsonpath="{.items[0].metadata.name}") 3010:3010

Kalm should now be accessible at http://localhost:3010.

Docs & Guides

Detailed Documentation and Guides can be found at https://kalm.dev/docs.

License

Apache License V2

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.