# crane **Repository Path**: gocrane/crane ## Basic Information - **Project Name**: crane - **Description**: Crane (FinOps Crane) is a cloud native open source project which manages cloud resources on Kubernetes stack, it is inspired by FinOps concepts. - **Primary Language**: Go - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 14 - **Forks**: 9 - **Created**: 2022-04-14 - **Last Updated**: 2026-01-09 ## Categories & Tags **Categories**: cloud-native **Tags**: None ## README # Crane: Cloud Resource Analytics and Economics [](https://goreportcard.com/report/github.com/gocrane/crane) [](https://godoc.org/github.com/gocrane/crane) [](https://www.apache.org/licenses/LICENSE-2.0.html) 
**Cost Visualization and Optimization Evaluation**
- Provides a collection of exporters which collect cloud resource pricing and billing data and ship to your monitoring system like Prometheus.
- Multi-dimensional cost insight, optimization evaluates are supported. Support Multi-cloud Pricing through `Cloud Provider`。
**Recommendation Framework**
Provide a pluggable framework for analytics and give recommendation for cloud resources, support out-of-box recommenders: Workload Resources/Replicas, Idle Resources. [learn more](https://gocrane.io/docs/tutorials/recommendation/).
**Prediction-driven Horizontal Autoscaling**
EffectiveHorizontalPodAutoscaler supports prediction-driven autoscaling. With this capability, user can forecast the incoming peak flow and scale up their application ahead, also user can know when the peak flow will end and scale down their application gracefully. [learn more](https://gocrane.io/docs/tutorials/using-effective-hpa-to-scaling-with-effectiveness/).
**Load-Aware Scheduling**
Provide a simple but efficient scheduler that schedule pods based on actual node utilization data,and filters out those nodes with high load to balance the cluster. [learn more](https://gocrane.io/docs/tutorials/scheduling-pods-based-on-actual-node-load/).
**Colocation with Enhanced QOS**
QOS-related capabilities ensure the running stability of Pods on Kubernetes. It has the ability of interference detection and active avoidance under the condition of multi-dimensional metrics, and supports reasonable operation and custom metrics access; it has the ability to oversell elastic resources enhanced by the prediction algorithm, reuse and limit the idle resources in the cluster; it has the enhanced bypass cpuset Management capabilities, improve resource utilization efficiency while binding cores. [learn more](docs/tutorials/using-qos-ensurance.md).
## Architecture
The overall architecture of Crane is shown as below:
**Craned**
Craned is the core component which manage the lifecycle of CRDs and APIs. It's deployed by a `Deployment` which consists of two container:
- Craned: Operators for management CRDs, WebApi for Dashboard, Predictors that provide query TimeSeries API.
- Dashboard: Web component that built from TDesign's Starter, provide an easy-to-use UI for crane users.
**Fadvisor**
Fadvisor provides a collection of exporters which collect cloud resource pricing and billing data and ship to your monitoring system like Prometheus. Fadvisor support Multi-Cloud Pricing API by `Cloud Provider`.
**Metric Adapter**
Metric Adapter implements a `Custom Metric Apiserver`. Metric Adapter consume Crane CRDs and provide HPA Metrics by `Custom/External Metric API`.
**Crane Agent**
Crane Agent is a `DaemonSet` that runs in each node.
## Getting Started
- [Introduction](https://gocrane.io/docs/getting-started/introduction/)
- [Quick Start](https://gocrane.io/docs/getting-started/installation/quick-start/)
- [Tutorials](https://gocrane.io/docs/tutorials/)
## Documentation
Full documentation is available on the [Crane website](https://gocrane.io).
## Community
- Slack(English): [https://gocrane.slack.com](https://join.slack.com/t/gocrane/shared_invite/zt-1rirt4xgk-N1ckyMW4acbPLWA8AemhxA)
- Wechat Group (Chinese):
Add it and Reply "Crane",Robot will add you in Wechat group.
- Bi-weekly Community Call(APAC, Chinese)
- [Meeting Link](https://meeting.tencent.com/dm/ri7x8wCCEUut)
- [Meeting Notes](https://doc.weixin.qq.com/doc/w3_AHMAlwa_AFU7PT58rVhTFKXV0maR6?scode=AJEAIQdfAAo0gvbrCIAHMAlwa_AFU)
- [Video Records](https://www.wolai.com/33xC4HB1JXCCH1x8umfioS)
## RoadMap
Please see [this document](./docs/roadmaps/roadmap-2022.md) to learn more.
## Contributing
Contributors are welcomed to join Crane project. Please check [CONTRIBUTING](./CONTRIBUTING.md) about how to contribute to this project.
For how to start develop for Crane, you can check [developer's documentation](./docs/developer-guide.md).
## Code of Conduct
Crane adopts [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/master/code-of-conduct.md).