A simple .net 6.0 api to monitor Kubernetes, exposing ingress routes, pods and nodes
kubectl apply -f https://raw.githubusercontent.com/k8sdash/k8s-dashboard-charts/main/deploy-k8sdash-kubernetes.yaml
k8s-dashboard-api
is available as a docker image.
- Kubernetes 1.19+
k8s-dashboard-api
and k8s-dashboard-client
are designed to work together, even though other clients could consume k8s-dashboard-api
. Regardless, it is recommended to install them using this repo.
- dotnet 6.0
- swagger OpenAPI
- signalR
- official C# kubernetes client
- GitHub Actions
- SonarCloud.io
- Docker
- Docker Hub
GitHub pull requests are welcome!