An open API service indexing awesome lists of open source software.

https://github.com/gocrane/helm-charts

Crane community Helm charts
https://github.com/gocrane/helm-charts

Last synced: about 1 year ago
JSON representation

Crane community Helm charts

Awesome Lists containing this project

README

          

# Crane: Cloud Resource Analytics and Economics

Crane logo

---

Crane (FinOps Crane) is a cloud native open source project which manages cloud resources on Kubernetes stack, it is inspired by FinOps concepts.

## Getting Started

**Prerequisites**

- Kubernetes 1.18+
- Helm 3.1.0

**Helm Installation**

Please refer to Helm's [documentation](https://helm.sh/docs/intro/install/) for installation.

**Add Helm Chart Repo**

```console
helm repo add crane https://gocrane.github.io/helm-charts
```

**Install Crane**

```console
helm install crane -n crane-system --create-namespace crane/crane
```

you can see [this document](./charts/crane/README.md) to learn more.

**Install Fadvisor**

```console
helm install fadvisor -n crane-system --create-namespace crane/fadvisor
```

you can see [this document](./charts/fadvisor/README.md) to learn more.

**Install Crane-scheduler**

```console
helm install scheduler -n crane-system --create-namespace crane/scheduler
```

you can see [this document](./charts/scheduler/README.md) to learn more.