KubeFin Dashboard is a general purpose, web-based UI for KubeFin. It enables users to view resource usage and costs from various dimensions across multiple clusters.
To install the latest KubeFin release in primary cluster from the official manifest, run the following command.
kubectl apply -f https://github.com/kubefin/kubefin/releases/latest/download/kubefin.yaml
Once your KubeFin has been installed, wait for the pod to be ready and port forward with:
kubectl port-forward -nkubefin svc/kubefin-cost-analyzer-service 8080 3000
To verify that the dashboard and server are running, you may access the KubeFin dashboard at http://localhost:3000.
For more installation method, please refer to the KubeFin documentation.
Community, discussion, contribution, and support
Full documentation is available on the KubeFin website.
We want your contributions and suggestions! One of the easiest ways to contribute is to participate in discussions on the Github Issues/Discussion, chat on IM or the bi-weekly community calls. For more information on the community engagement, developer and contributing guidelines and more, head over to the KubeFin community repo.
Reach out with any questions you may have and we'll make sure to answer them as soon as possible!
-
Slack: KubeFin Slack
-
Wechat Group (Chinese): Broker wechat to add you into the user group.
Check out DEVELOPMENT to see how to develop with KubeFin dashboard.
Security is a first priority thing for us at KubeFin. If you come across a related issue, please send email to security@kubefin.dev.
KubeFin adopts CNCF Code of Conduct.