intel / cluster-management-toolkit

Toolkit for managing and monitoring Kubernetes clusters; includes a Curses-based console UI as well as a few command-line tools.
MIT License
7 stars 3 forks source link
kubernetes

Cluster Management Toolkit for Kubernetes

OpenSSF Best Practices OpenSSF Scorecard

CMT Logo


Cluster Management Toolkit for Kubernetes (CMT) is a set of tools intended to simplify installation and maintenance of Kubernetes clusters. It provides tools to setup clusters and manage nodes, either by specifying the configuration directly on the command line, or through template files. The curses-based user interface (cmu) presents the various Kubernetes objects (such as Pods, Deployments, ConfigMaps, Namespaces, etc.) in a way that tries to obviate all object relations.

Installation and management is done through a combination of Ansible playbooks, Python scripts, a curses-based user interface, as well as calls to kubectl or kubeadm whenever necessary.

Usage documentation for CMT is available here.