mirror of https://github.com/k3s-io/k3s
Merge pull request #66988 from tomkerkhove/docs-autoscaling-azure-adapter
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Introduce Azure custom metrics adapter in IMPLEMENTATIONS **What this PR does / why we need it**: Makes Kubernetes users aware that there is now a Microsoft Azure metrics adapter to use inside the cluster. This can be used to autoscale on with the abitrary metrics API. All kudos goes to @jsturtevant for this. **Which issue(s) this PR fixes**: Relates to [jsturtevant/azure-k8-metrics-adapter #13](https://github.com/jsturtevant/azure-k8-metrics-adapter/issues/13) **Special notes for your reviewer**: None. **Release note**: ```release-note NONE ```pull/8/head
commit
a51dc5eef9
|
@ -20,5 +20,7 @@ They are listed here for convenience.***
|
|||
implementation of the custom metrics API that attempts to support
|
||||
arbitrary metrics following a set label and naming scheme.
|
||||
|
||||
- [Microsoft Azure Adapter](https://github.com/Azure/azure-k8s-metrics-adapter). An implementation of the custom metrics API that allows you to retrieve arbitrary metrics from Azure Monitor.
|
||||
|
||||
- [Google Stackdriver (coming
|
||||
soon)](https://github.com/GoogleCloudPlatform/k8s-stackdriver)
|
||||
|
|
Loading…
Reference in New Issue