https://github.com/nning/docker-traefik-etcd
Example configuration for traefik as TLS Enpoint for etcd
https://github.com/nning/docker-traefik-etcd
Last synced: over 1 year ago
JSON representation
Example configuration for traefik as TLS Enpoint for etcd
- Host: GitHub
- URL: https://github.com/nning/docker-traefik-etcd
- Owner: nning
- Created: 2020-05-09T18:40:46.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-09T18:41:05.000Z (about 6 years ago)
- Last Synced: 2025-02-08T05:16:41.499Z (over 1 year ago)
- Language: Shell
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-traefik-etcd
This repository contains an example configuration to setup traefik as Reverse
Proxy and TLS Termination Proxy for (a single-node) etcd. TLS certificates are
generated and auto-renewed via Let's Encrypt.
I experimented with a setup like this as a self-hosted backend for Terraform
state storage and locking (provisioned with Terraform and Ansible). Maybe this
configuration example is useful for someone.