mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
fix(k8s): add or fix sources
This commit is contained in:
@@ -114,6 +114,7 @@ Requirements:
|
||||
- [Karpenter: Amazon EKS Best Practice and Cloud Cost Optimization]
|
||||
- [Run Kubernetes Clusters for Less with Amazon EC2 Spot and Karpenter]
|
||||
- [Karpenter best practices]
|
||||
- [Karpenter AKS Production Issues: Why Auto Node Upgrades Caused Our Outage]
|
||||
|
||||
<!--
|
||||
Reference
|
||||
@@ -129,6 +130,7 @@ Requirements:
|
||||
[website]: https://karpenter.sh/
|
||||
|
||||
<!-- Others -->
|
||||
[Karpenter AKS Production Issues: Why Auto Node Upgrades Caused Our Outage]: https://medium.com/@sridharcloud/karpenter-aks-production-issues-why-auto-node-upgrades-caused-our-outage-498da5fc140c
|
||||
[Karpenter best practices]: https://docs.aws.amazon.com/eks/latest/best-practices/karpenter.html
|
||||
[Karpenter EKS workshop]: https://www.eksworkshop.com/docs/autoscaling/compute/karpenter/
|
||||
[Karpenter provider for AWS]: https://github.com/aws/karpenter-provider-aws
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
|
||||
Monitoring application providing real-time cost visibility and insights.
|
||||
|
||||
Built on top of [OpenCost].
|
||||
|
||||
1. [TL;DR](#tldr)
|
||||
1. [Further readings](#further-readings)
|
||||
1. [Sources](#sources)
|
||||
@@ -57,6 +59,7 @@ kubectl --namespace 'kubecost' port-forward 'svc/kubecost-cost-analyzer' '9090'
|
||||
|
||||
- [Website]
|
||||
- [Codebase]
|
||||
- [OpenCost]
|
||||
|
||||
### Sources
|
||||
|
||||
@@ -70,6 +73,8 @@ kubectl --namespace 'kubecost' port-forward 'svc/kubecost-cost-analyzer' '9090'
|
||||
|
||||
<!-- In-article sections -->
|
||||
<!-- Knowledge base -->
|
||||
[OpenCost]: opencost.md
|
||||
|
||||
<!-- Files -->
|
||||
<!-- Upstream -->
|
||||
[Amazon EKS Integration]: https://www.ibm.com/docs/en/kubecost/self-hosted/2.x?topic=installations-amazon-eks-integration
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
|
||||
Monitoring application providing real-time cost visibility and insights.
|
||||
|
||||
Used as base by [KubeCost].
|
||||
|
||||
1. [TL;DR](#tldr)
|
||||
1. [Further readings](#further-readings)
|
||||
1. [Sources](#sources)
|
||||
@@ -64,6 +66,7 @@ open 'http://localhost:9090'
|
||||
|
||||
- [Website]
|
||||
- [Codebase]
|
||||
- [KubeCost]
|
||||
|
||||
### Sources
|
||||
|
||||
@@ -78,6 +81,7 @@ open 'http://localhost:9090'
|
||||
|
||||
<!-- In-article sections -->
|
||||
<!-- Knowledge base -->
|
||||
[KubeCost]: kubecost.md
|
||||
[Prometheus]: ../prometheus/README.md
|
||||
|
||||
<!-- Files -->
|
||||
|
||||
Reference in New Issue
Block a user