Skip to content

Commit 0f9478c

Browse files
committed
Update descriptions
1 parent 9d9dadc commit 0f9478c

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

content/architecture.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,11 @@
22

33
FinOps Stack makes use of a wide range of software to provide a highly efficient Stack:
44

5-
- **[VPAtron](https://github.com/jetstack/finops-toolkit/tree/main/vpatron)**: Deploys a [VPA](https://github.com/kubernetes/autoscaler/tree/master/vertical-pod-autoscaler) for each Deployment, Statefulset and Cron Workloads
6-
- **[Limit-Ranger](https://github.com/jetstack/finops-toolkit/tree/main/limit-ranger)**: Deploys a [LimitRange](https://kubernetes.io/docs/concepts/policy/limit-range/) into all (subscribed) namespaces with a customised set of Default CPU/Memory Requests.
7-
- **[AutoSpot](https://github.com/jetstack/finops-toolkit/tree/main/autospot)**: Ensures workloads are deployed onto Spot Instances (GKE Only)
8-
- **[Office Hours](https://github.com/jetstack/finops-toolkit/tree/main/office-hours)**: Scales down all workloads out of office hours
9-
- **[Kyverno](https://kyverno.io/)**: For FinOps policy Enforcement and Recommendations to engineers
10-
- **[OpenCost](https://www.opencost.io/)**: Provides a Cloud(and On-Prem) Agnostic costing and utilisation metrics
11-
- **[Prometheus](https://prometheus.io/)**: Provides a highly scaleable metrics and observation platform
12-
- **[Grafana](https://grafana.com/grafana/)**: Proved a first in class Observability platform
5+
- **[Kyverno](https://kyverno.io/)**: A Kubernetes-native policy engine that helps enforce, validate, and mutate resource configurations, allowing users to define and manage security, operational, and compliance policies directly as Kubernetes resources.​
6+
- **[OpenCost](https://www.opencost.io/)**: An open-source cost monitoring and management tool for Kubernetes, designed to provide real-time visibility into the costs associated with workloads, resources, and cloud infrastructure usage in a Kubernetes cluster.
7+
- **[Prometheus](https://prometheus.io/)**: An open-source monitoring and alerting toolkit designed for collecting and storing time-series data, primarily focused on metrics from systems and applications, and providing powerful querying, alerting, and visualisation capabilities.
8+
- **[Grafana](https://grafana.com/grafana/)**: An open-source platform used for monitoring and visualising time-series data from various sources, allowing users to create interactive and real-time dashboards for metrics, logs, and analytics.​
9+
- **[Vertical Pod Autoscaler](https://github.com/kubernetes/autoscaler/blob/master/vertical-pod-autoscaler/README.md)**: frees users from the necessity of setting up-to-date resource limits and requests for the containers in their pods. When configured, it will set the requests automatically based on usage and thus allow proper scheduling onto nodes so that appropriate resource amount is available for each pod.
1310

1411
## What does this look like:
1512

0 commit comments

Comments
 (0)