Carbon is a simple GUI-based terminal application designed to streamline Kubernetes management. It provides an easy-to-use interface for interacting with Kubernetes resources, making it accessible for both beginners and experienced users.
- GUI-Based Terminal: Intuitive graphical interface for managing Kubernetes.
- Provider Selection: Choose your Kubernetes provider with ease.
- Kubeconfig Loader: Quickly load and switch between different kubeconfig files.
To install Carbon, simply run the following command:
git clone https://github.com/rzpjunior/carbon.git
cd carbon
pip install -e .
After installation, you can start Carbon by typing:
carbon
Upon starting Carbon, follow these steps:
- Choose the Provider: Select your Kubernetes provider from the list.
- Load Kubeconfig: Load your kubeconfig file to connect to your Kubernetes cluster.