AKS Create and Delete Cluster: Difference between revisions
Jump to navigation
Jump to search
Line 33: | Line 33: | ||
==Node pools== | ==Node pools== | ||
Authentication | No additional node pools. | ||
Enable virtual nodes: no | |||
Enable virtual machine scale sets: yes by default (required) | |||
==Authentication== | |||
Cluster infrastructure: [[AKS_Concepts#Service_Principal|Service principal]] or [[https://kb.novaordis.com/index.php/AKS_Concepts#System-Assigned_Managed_Identity|System-assigned managed identity]]. Use System-assigned managed identity. | |||
Networking | Networking |
Revision as of 20:39, 31 March 2021
External
Internal
Creation Procedure
Go to https://portal.azure.com.
Create a resource → Containers → Kubernetes Service
Basic
Subscription:
Resource group: aks-dev
Cluster details:
Cluster names: aks-dev
Region: ...
Availability zones: 1, 2, 3.
Kubernetes version: 1.19.7
Primary node pool
Node size: Standard D8as_v4
Node count: 3
Node pools
No additional node pools.
Enable virtual nodes: no
Enable virtual machine scale sets: yes by default (required)
Authentication
Cluster infrastructure: Service principal or [managed identity]. Use System-assigned managed identity.
Networking
Integration