I have created an AKS cluster. Is Azure generating the following PKI certificate for us?
CodePudding user response:
Yes, AKS manages all these certificates for you, with the exception of:
Client certificates for administrators of the cluster to authenticate to the API server
Because AKS hands out access tokens in the form of JWTs.