How to clone AKS resource group to new resource group

IT Partner LHU 0 Reputation points
2023-01-19T10:51:42.7566667+00:00

is there any possibility to clone an AKS cluster to a new resource group in same tenant? I would like to create a test environment.

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,855 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Andrei Barbu 2,576 Reputation points Microsoft Employee
    2023-01-19T11:54:49.0066667+00:00

    Hello IT Partner LHU!

    For that you may want to use Export Template from AKS panel, under Automation. Then you can use the Deploy a custom template option with the template you just exported. You may need to adjust some parameters in the template.

    You may also take in consideration using Velero.

    I hope this is helpful.

    Please "Accept as Answer" and Upvote if it helped, so that it can help others in the community looking for help on similar topics.

    Thank you!

    0 comments No comments

  2. IT Partner LHU 0 Reputation points
    2023-01-19T12:33:35.13+00:00

    I understand the idea of a template - but I need to export the data as well - all setings, security etc.

    is Velero a only option ?