Search code examples
kuberneteskubernetes-helmgitops

Kubernetes application deployment - Helm and Operators


I want to deploy a microservices application with multiple microservices and two operators for external applications.

The microservices are consolidated under the helm chart. The external stateful applications like Cassandra DB and Kafka have an operator.

How do I combine and manage the lifecycle of the entire stack? What's the recommended way to do this deployment?

Thanks Guru


Solution

  • You can use a helm-based operator which can be scaffolded out using an existing helm chart. https://sdk.operatorframework.io/docs/building-operators/helm/