AKS Concepts: Difference between revisions
Jump to navigation
Jump to search
Line 22: | Line 22: | ||
=Networking= | =Networking= | ||
https://docs.microsoft.com/en-us/azure/aks/concepts-network | https://docs.microsoft.com/en-us/azure/aks/concepts-network | ||
==Ingress Controller== | |||
{{External|https://docs.microsoft.com/en-us/azure/application-gateway/ingress-controller-overview}} | |||
=Storage= | =Storage= | ||
https://docs.microsoft.com/en-us/azure/aks/concepts-storage | https://docs.microsoft.com/en-us/azure/aks/concepts-storage |
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
Ingress Controller
Storage
https://docs.microsoft.com/en-us/azure/aks/concepts-storage
Scaling
https://docs.microsoft.com/en-us/azure/aks/concepts-scale