Camunda recommends using a local Kubernetes cluster based on Kind/Helm for development, which is better than Docker Compose setup because ‘closer to production’.
I used Docker Compose for a while but switched now to the setup with Kind (Kubernetes in Docker) and Helm. The only feature I miss however is the easy integration of Kibana to view Elasticsearch data, which was straightforward with a Docker Compose profile.
How can I achieve the same with Kind/Helm configuration?
Here an example how to solve it using additional Kibana deployment and service in Kubernetes assuming Elasticsearch can be accessed using service (default) camunda-platform-elasticsearch:9200: