- Kubernautics compiles all metrics you want to track and constantly pulls information based off of the custom metric scrape rate
- Kubernautics simplifies the Prometheus scraping tasks and provides additional information to each query task
- Kubernautics depicts the interdependencies within your cluster but also employs a color-coded system for ease of navigation
The Kubernautics container image must currently be built from source. Download a copy of this repo, and once inside run --
docker build . -t kubernautics:latest
-- to yield an image that can be deployed into your cluster.
Kubernautics currently assumes it can communicate with prometheus at the following address --
http://prometheus-kube-prometheus-prometheus:9090
-- which is the default configuration when Prometheus is deployed via the Community Helm Chart. We plan to make this configurable in the future.
For a reference deployment, you can run npm run cluster:prod up
from inside the repository. You will need minikube
and devspace
installed locally on your machine; see the setup guide for developers for more info.
- Fork the Project
- Create your Feature Branch based off of Dev
git checkout -b feature/NewFeature
-
Commit your Changes
git commit -m 'What was changed: Description of the NewFeature'
- Push to the Branch
git push origin feature/NewFeature
- Open a Pull Request (from
feature/NewFeature
todev
)
- make sure newest dev branch has been merged
Feature | Status |
---|---|
Customizable Cluster Visualizer | β³ |
Additional Chart Typing | β³ |
Automate Prometheus Configs/Deployment | β³ |
Increase Test Coverage | ππ» |
Reduce Resource Usage | ππ» |
Deployment with cloud-hosting providers | ππ» |
- β = Ready to use
- β³ = In progress
- ππ» = Looking for contributors
Jordan Buranskas |
Edward Li |
Matin Schams |
Tyler Shelton |
By contributing, you agree that your contributions will be licensed under Kubernautics's MIT License.