azure kubernetes services Nodes Backup?

Girish 61 Reputation points
2020-07-23T18:22:40.943+00:00

Hello Team,

      We have deployed azure kubernetes services(AKS) in the enviroment?
      How I can take backup of nodes in AKS cluster?
      also how to backup azure container registry in which we have docker images?
        
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. prmanhas-MSFT 17,891 Reputation points Microsoft Employee
    2020-07-24T10:15:51.313+00:00

    @Punditji Thank you for your query.

    AKS generally have two kind of pods. Stateful pods and stateless pod. Stateful pods already have azure volumes or file system as storage layer for it.

    Backup of AKS nodes might not help as nodes can come and go without any issue. Disks attached of AKS is not required for backup. However in case of stateful pods, volumes should be backed up in order to avoid any issue due to that.

    More information about it can be read here.

    For backup of Azure Content Registry, one of the way is to geo replicate it across Geo. More information can be read here.

    Another way to do so it to write custom hooks which can pull images once new images are pushed and backup the content of the images in ACR.

    Hope it helps.

    Please 'Accept as answer' if it helped, so that it can help others in the community looking for help on similar topics.

    0 comments No comments

0 additional answers

Sort by: Most helpful