BlazeKit
The Blazekit project is a user-friendly graphical interface that allows users to interact with a Kubernetes cluster without the need for advanced command-line knowledge. With this GUI, users can easily manage their Kubernetes resources, deploy applications, monitor cluster health, and perform various other operations, all through an intuitive and visually appealing interface.
Usage
v0.1
- Clear Screen
- Install Kubectl
- Install AWS CLI
- Cluster Health
- Show Pods
- View Pods Details
- Describe a Pod
- Show Nodes
- View Nodes Details
- Describe a Node
- Show Deployments
- Describe a Deployment
- Show Services
- Describe a Service
- Terminal
- Delete Evicted Pods
Getting Started
To get started with BlazeKit, follow these steps:
-
Install the library: Run the following command to install the library
python3 -m pip install blazekit
-
Run blazekit: Run BlazeKit with the following command
python3 -m blazekit
Contributing
Contributions are welcome! If you'd like to contribute to BlazeKit, please fork the repository and create a pull request.