Azure Kubernetes related application and resource group

Siqing Zheng 85 Reputation points
2024-05-01T01:18:22.4266667+00:00

Hi,
I am not quite familiar with Azure AKS.
I found there is a special Application, which got type managed Identities and same name with my subscription name of my tenant, which in my case, is azr-verginia-hd1. The application has been used in K8s for create disk. And a resource group MC_azr-virginia2-hd1_azr-virginia2-hd1_eastus2 looks combines with some name of subscribtion.

Am I missed configured anything Or those applications and resource group are auto-generated by Azure? they are been used to do actions or group resource of k8s related? I was using command line to help set up env, Could I know where are those name inherent from?User's image

Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
1,886 questions
0 comments No comments
{count} votes

Accepted answer
  1. Prrudram-MSFT 22,486 Reputation points
    2024-05-01T09:14:47.2533333+00:00

    Hi @Siqing Zheng

    Thank you for reaching out to the Microsoft Q&A platform.

    For your follow up question, if you are talking about the managed identities, when you deploy an AKS cluster, a system-assigned managed identity is automatically created, and it's managed by the Azure platform, so it doesn't require you to provision or rotate any secrets. For more information, see managed identities for Azure resources.

    Reference https://learn.microsoft.com/en-us/azure/aks/use-managed-identity

    If an answer has been helpful, please consider accepting the answer to help increase visibility of this question for other members of the Microsoft Q&A community. If not, please let us know what is still needed in the comments so the question can be answered. Thank you for helping to improve Microsoft Q&A!

    User's image

    1 person found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Raviraj Nallasivam 170 Reputation points
    2024-05-01T02:48:20.8933333+00:00

    Resource group will be auto created by AKS as a part of deployment. For more information, please refer https://learn.microsoft.com/en-us/azure/aks/faq#why-are-two-resource-groups-created-with-aks Please accept this answer if it solves your query.

    1 person found this answer helpful.