Kubernetes Management and Monitoring Dashboard
Kargos allows you to monitor your Kubernetes cluster's resources, performance with ease.
- Kubernetes Monitoring
- Controllers
- Resources
- Metrics
- Events
- Detailed Pod Monitoring
- Processes
- Resource usage per processes
Kargos supports easy installation and deployment of the ecosystem using:
kubectl create namespace kargos
kubectl apply -f https://raw.githubusercontent.com/boanlab/kargos/main/kargos.yaml
If you would like more diverse preferences, you can use Docker
to pull each components to your system and set it up for yourself.
- Docker Hub
- Kargos-agent: For probing data from each nodes.
- Kargos-backend: For storing data and processing data from infra and providing REST API for frontend.
- Kargos-frontend: For providing visual information to the user.
MIT License