jinnovation / kele.el

🥤 Spritzy Kubernetes cluster management for Emacs

Home Page:https://jonathanj.in/kele.el/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🥤 kele.el (Kubernetes Enablement Layer for Emacs)

MELPA MELPA Stable License badge

docs/img/kele.jpg docs/img/demo.gif

Kele (kě lè, or kə-ˈlə) (“Kubernetes Enablement Layer for Emacs”) is a Kubernetes cluster management package. It empowers you to perform operations as coarse or fine-grained as you need, fast, and get back to your work.

Kele comes with “batteries included.” It contains several integrations with noteworthy packages, e.g. Embark, that you can take advantage of in your own configs.

For full documentation, please visit jonathanj.in/kele.el.

Kele is not an official Kubernetes project.

Getting Started

The Hard Way

Clone this repository and put it in your load-path.

Use-package + Straight

(use-package kele
  :straight t
  :config
  (kele-mode 1))

About the Name

The name Kele comes from the Mandarin term for cola, 可乐 (kě lè). It is also an abbreviation of “Kubernetes Enablement Layer for Emacs.”

Stargazers over time

https://starchart.cc/jinnovation/kele.el.svg

About

🥤 Spritzy Kubernetes cluster management for Emacs

https://jonathanj.in/kele.el/

License:Apache License 2.0


Languages

Language:Emacs Lisp 98.1%Language:Makefile 0.9%Language:Ruby 0.5%Language:HTML 0.4%