Speaker
Hynek Schlawack
Material
Note

Configuration
- What varies?
- use environment variables
- setting
- consuming
- templating
- don't put sensitive data into env variables
- HashiCorp's vault
- docker secrets
- aws secret manager
- microsoft azure key value
- google cloud KMS
Load balancing
- rolling update
- make sure you handle SIGTERM
- how load balancer know you're ready?
- readiness
- e.g.,
/healthz,/__heartbeat__,/-/ready,/-/readiness
- e.g.,
- liveness
- e.g.,
/-/healthy,/-/liveness,/__lbheartbeat__
- e.g.,
- more
__version__/-/metrics/-/log-level
- readiness