amosproj / amos2023ss04-kubernetes-inventory-taker

MIT License
6 stars 0 forks source link

Kubernetes Inventory Taker (AMOS SS 2023)

Project Mission

Simplifying Kubernetes Management and Monitoring for DevOps Teams

At KIT (Kubernetes Inventory Taker), our mission is to simplify Kubernetes management and monitoring for DevOps teams. We want to provide a user-friendly tool that gives you a clear, real-time view of your Kubernetes resources, from deployments and pods to containers, so you can easily manage and optimize your infrastructure.

Here's what we're all about:

With these goals in mind, our product mission is to simplify Kubernetes management and monitoring for DevOps teams, helping you optimize your resources and streamline your operations. We're committed to providing you with a user-friendly tool that empowers you to effectively manage your Kubernetes cluster and ensure the smooth operation of your containerized applications.

Setup

To run the project please install Docker and Docker compose and execute docker-compose up in the root directory of the project.

If you also want to contribute please install the following:

cd Explorer && npm install && cd .. && pre-commit install && pre-commit install -t commit-msg