zhubby / kubefin

Unified cost allocation insights and optimization in multi-cloud, multi-cluster for Kubernetes

Home Page:https://kubefin.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kubefin-logo

Drive the most value from every dollar you invest in the cloud.

License Releases

Introduction

KubeFin is a platform built on Kubernetes that enables you to efficiently gain insights into and reduce costs for your Kubernetes clusters. With KubeFin, you can effortlessly analyze and minimize your cloud expenses, ensuring optimal utilization of resources.

Currently, the cost insights feature is supported, optimization will be available soon.

Highlights

Taking care of the cost management for the entire public cloud clusters lifecycle. With rich dimensions of cost insights and optimization strategies, KubeFin enables you to use the cloud in the most cost-effective way.

Cost insights

Easily view the cost overview of multiple clusters from different clouds in one page. Additionally, KubeFin allows you to dive deeper into the cost details of each cluster by analyzing various dimensions such as nodes, workloads, namespaces and etc.

Cost optimization

Coming soon.

Getting Started

Before installing KubeFin, please ensure that the metrics-server is running. If it is not, please execute the following command:

kubectl apply -f https://github.com/kubernetes-sigs/metrics-server/releases/latest/download/components.yaml

To install the latest KubeFin release in primary cluster from the official manifest, execute 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.

Documentation

Full documentation is available on the KubeFin website.

Community

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.

Contact Us

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.

Contributing

Check out DEVELOPMENT to see how to develop with KubeFin.

Report Vulnerability

Security is a first priority thing for us at KubeFin. If you come across a related issue, please send email to security@kubefin.dev.

Code of Conduct

KubeFin adopts CNCF Code of Conduct.

About

Unified cost allocation insights and optimization in multi-cloud, multi-cluster for Kubernetes

https://kubefin.dev

License:Apache License 2.0


Languages

Language:Go 95.0%Language:Shell 5.0%