Skip to content

Production Best Practices

Monitoring

  • Check execution error rates
  • Monitor Temporal workflow health
  • Track API response times

Scaling

  • HPA automatically scales based on CPU
  • Min 2 replicas for high availability
  • Max 10 replicas for cost control

Security

  • Secrets managed via Kubernetes
  • TLS for all connections
  • Regular security updates

Next Steps

Released under the MIT License.