Skip to content

Sample configuration of k8sup to store backups in Azure BlobStorage #837

Answered by Kidswiss
pascalhobus asked this question in Q&A
Discussion options

You must be logged in to vote

HI @pascalhobus

We haven't really tested it, and I just saw that the API reference is broken for some backends...

But you should be able to configure it via:

backend:
  azure:
    container: mycontainer
    accountNameSecretRef:
      name: something
      key: somethingelse
   accountKeySecretRef:
     name: foo
     key: bar

This should make k8up backup to an azure blob storage. But as I said it's untested mostly due to us not using azure... Please open issues if you find problems, so we can have a look at it.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by pascalhobus
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants