Speaker

Hynek Schlawack

Material

Note

architecture

Configuration

Load balancing

  • rolling update
  • make sure you handle SIGTERM
  • how load balancer know you're ready?
    • readiness
      • e.g., /healthz, /__heartbeat__, /-/ready, /-/readiness
    • liveness
      • e.g., /-/healthy, /-/liveness, /__lbheartbeat__
    • more
      • __version__
      • /-/metrics
      • /-/log-level

Share on: TwitterFacebookEmail


Published

Category

PyCon US 2018

Tags

Contact