Skip to content

Commit

Permalink
Add kele.el to DevOps section (#486)
Browse files Browse the repository at this point in the history
[kele.el](https://github.com/jinnovation/kele.el) is a new Emacs package that provides a performant, scalable layer for Kubernetes cluster management within Emacs. It sets itself apart from existing solutions ([kubernetes-el](https://github.com/kubernetes-el/kubernetes-el) and [kubel](https://github.com/abrochard/kubel)) in the following ways:

- A focus on resource agnosticism: We make every effort to source resource-specific information from the Kubernetes API itself as opposed to hard-coding logic in the Emacs layer;
- A focus on minimal obtrusion and getting out of users' way as quickly as possible.
  • Loading branch information
jinnovation committed Apr 15, 2024
1 parent 08fb646 commit fc4368e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -1076,6 +1076,7 @@ For additional git-related emacs packages to use or to get inspiration from, tak
- [[https://github.com/hcl-emacs/terraform-mode][terraform-mode]] - Terraform mode to edit terraform files.
- [[https://github.com/kubernetes-el/kubernetes-el][kubernetes-el]] - A magit-style interface to the Kubernetes command-line client.
- [[https://github.com/abrochard/kubel][kubel]] - Emacs extension for controlling Kubernetes with limited permissions.
- [[https://github.com/jinnovation/kele.el][kele.el]] - Nimble, well-integrated Kubernetes cluster management package.

** Package Management

Expand Down

0 comments on commit fc4368e

Please sign in to comment.