Alpha options for Azure ACS (Kubernetes)

1/6/2017

Is it possible to enabled Alpha API options for Azure ACS Kubernetes instances? If so how?

For example

--enable-custom-metrics=true

For horizontal auto scaling based on custom metrics

-- eggsy84
azure
azure-container-service
kubernetes

1 Answer

3/30/2017

To maintain an SLA, clusters created by ACS limit the default use of alpha or beta features within Kubernetes. To use more advanced features of ACS, visit https://github.com/Azure/acs-engine, and modify the kubelet yaml within the /parts directory.

-- A Howe
Source: StackOverflow