Metadata-Version: 2.1
Name: blazekit
Version: 1.0.2
Summary: UI to interact with Kubernetes Clusters
Home-page: UNKNOWN
Author: Rishabh Jain
Author-email: rishabhking05@gmail.com
License: UNKNOWN
Project-URL: Source Code, https://github.com/rishabhjain05/BlazeKit
Description: # 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
        
        v1.0.2
        1. Clear Screen
        2. Install Kubectl
        3. Install AWS CLI
        4. Cluster Health
        5. Show Pods
        6. View Pods Details
        7. Describe a Pod
        8. Show Nodes
        9. View Nodes Details
        10. Describe a Node
        11. Show Deployments
        12. Describe a Deployment
        13. Show Services
        14. Describe a Service
        15. Terminal
        16. Delete Evicted Pods
        
        ![Screenshot 2023-05-27 at 3 40 40 PM](https://github.com/rishabhjain05/BlazeKit/assets/36572497/1b4d3438-181b-47c9-80a8-2f939461bf29)
        
        ## Getting Started
        
        To get started with BlazeKit, follow these steps:
        
        1. **Install the library**: Run the following command to install the library
           ```shell
           python3 -m pip install blazekit
           ```
        
        2. **Run blazekit**: Run BlazeKit with the following command
           ```shell
           python3 -m blazekit
           ```
        
        ## Contributing
        
        Contributions are welcome! If you'd like to contribute to BlazeKit, please fork the repository and create a pull request.
Keywords: python,kubernetes,aws cli
Platform: UNKNOWN
Description-Content-Type: text/markdown
