Define and run multi-container applications with Docker
-
Updated
Aug 26, 2020 - Python
Describe the bug
The value of the availability zone in the generated template file is directly specified and does not use parameters.
Steps To Reproduce
Create a Kubernetes cluster specifying the availability zone.
e.g
"agentPoolProfiles": [
{
"name": "",
"count": 3,
"vmSize": "Standard_D2_v3",
"vnetSubnetId": "
Add a description, image, and links to the orchestration topic page so that developers can more easily learn about it.
To associate your repository with the orchestration topic, visit your repo's landing page and select "manage topics."
What would you like to be added:
statefulset/cloneset/sidecarset/job need to add metric with replica, available, unavailable, complete, number of resource .....
Why is this needed:
For example, Deploy has kube-state-metric, which can provide the metric, so we can well count and monitor it in Prometheus. Kruise'