0

Is there currently any way to utilize kubernetes persistent volumes instead of a KV store in order to store Let's encrypt certificates?

From the documentation, storing let's encrypt information inside a json file cannot be used to share info across traefik pods. But I was wondering about other solutions, maybe boltdb on a shared volume?

ITChap
  • 4,057
  • 1
  • 21
  • 46

1 Answers1

1

According the official document of Traefik HA, it seems you have only one option in order traefik detect those certificates within a cluster mode.

As a Key Value Store Entry

ACME certificates can be stored in a KV Store entry. This kind of storage is mandatory in cluster mode.

Community
  • 1
  • 1
clxoid
  • 2,577
  • 12
  • 21