ECK Expose Kibana Service

Hello,

I am building ELK Stack solutions using ECK and minikube. The working solution will be uploaded to GCK. I am able to connect to kibana after I do this command from documentation
kubectl port-forward service/quickstart-kb-http 5601
But this solution is temporary because works only if the command is run in the console.

How Can I permanently "expose" kibana services to be available on specific IP and DNS name?

Perhaps you need an ingress controller if you mean you are goin to deploy on GKE (not sure what GCK is)

Here is a post I wrote on that.

The problem was in my minor understanding of Kubernetes services' architecture. Thank you for your help :slight_smile:

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.