Zookeeper backend

Træfɪk can be configured to use Zookeeper as a backend configuration:

  1. ################################################################
  2. # Zookeeper configuration backend
  3. ################################################################
  4. # Enable Zookeeperconfiguration backend
  5. #
  6. # Optional
  7. #
  8. [zookeeper]
  9. # Zookeeper server endpoint
  10. #
  11. # Required
  12. #
  13. endpoint = "127.0.0.1:2181"
  14. # Enable watch Zookeeper changes
  15. #
  16. # Optional
  17. #
  18. watch = true
  19. # Prefix used for KV store.
  20. #
  21. # Optional
  22. #
  23. prefix = "traefik"
  24. # Override default configuration template. For advanced users :)
  25. #
  26. # Optional
  27. #
  28. # filename = "zookeeper.tmpl"

Please refer to the Key Value storage structure section to get documentation on traefik KV structure.