'How do I change my ELK stack from ClusterIP to LoadBalancer on Kubernetes (GKE)?

I recently installed an ELK stack on a GKE instead of minikube.

https://www.elastic.co/guide/en/cloud-on-k8s/master/k8s-services.html

I can't port forward because it not a local cluster. How can I access the yaml file in order to change to LoadBalancer? Or if there is even a way to access the yaml file?

Please note that all the pods are running fine. I'm just having a hard time accessing through the browser because it is not on a localhost.

ELK STACK



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source