mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-02 00:07:50 +00:00
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 ```
This commit is contained in:
commit
a51dc5eef9
@ -20,5 +20,7 @@ They are listed here for convenience.***
|
|||||||
implementation of the custom metrics API that attempts to support
|
implementation of the custom metrics API that attempts to support
|
||||||
arbitrary metrics following a set label and naming scheme.
|
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
|
- [Google Stackdriver (coming
|
||||||
soon)](https://github.com/GoogleCloudPlatform/k8s-stackdriver)
|
soon)](https://github.com/GoogleCloudPlatform/k8s-stackdriver)
|
||||||
|
Loading…
Reference in New Issue
Block a user