Kubernetes deployment for production

there are multiple factors to this:

  • the way helm sets up temporal services is in a production quality way.
  • the dependencies included in the helm chart are not intended for production.
  • helm in general isn’t a tool we recommend people use to deploy production services

suggested approach is to use the helm chart as a way to generate manifests (helm template) for only the temporal services (use dependencies external to the chart) and then use another method for deploying those manifests.

2 Likes