AKS Concepts: Difference between revisions
Jump to navigation
Jump to search
Line 27: | Line 27: | ||
https://docs.microsoft.com/en-us/azure/aks/concepts-scale | https://docs.microsoft.com/en-us/azure/aks/concepts-scale | ||
=Egress= | =Egress= | ||
https://docs.microsoft.com/en-us/azure/aks/egress | https://docs.microsoft.com/en-us/azure/aks/egress |
Revision as of 20:48, 31 March 2021
External
Internal
Node
Nodes are Azure virtual machines.
Node Pool
Nodes of the same configuration are grouped together into node pools.
Access and Identity
https://docs.microsoft.com/en-us/azure/aks/concepts-identity
Security
https://docs.microsoft.com/en-us/azure/aks/concepts-security
Authentication
Cluster Infrastructure Authentication
The cluster infrastructure authentication is used by AKS to manage cloud resources attached to the cluster. It can be service principal or system-assigned managed identity.
Service Principal
System-Assigned Managed Identity
Networking
https://docs.microsoft.com/en-us/azure/aks/concepts-network
Storage
https://docs.microsoft.com/en-us/azure/aks/concepts-storage
Scaling
https://docs.microsoft.com/en-us/azure/aks/concepts-scale