-
How can I change the Access Url of the Kubeapps deployment. I want access the Kubeapp from outside the cluster. So the 127.0.0.1 isnt accsessable in my network. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 7 replies
-
You would need to expose the Kubernetes service externally, more info: https://medium.com/google-cloud/kubernetes-nodeport-vs-loadbalancer-vs-ingress-when-should-i-use-what-922f010849e0. More specifically, regarding Kubeapps, have a look at this FAQ section: https://github.com/kubeapps/kubeapps/blob/main/chart/kubeapps/README.md#how-to-configure-kubeapps-with-ingress |
Beta Was this translation helpful? Give feedback.
-
its behind a nginx loadbalancer |
Beta Was this translation helpful? Give feedback.
-
how long does it take to install kubeapps? |
Beta Was this translation helpful? Give feedback.
-
i think it has a problem to pull the data helm install kubeapps c:\kubeapps --namespace kubeapps --set ingress.enabled=true --set ingr Tip: Watch the deployment status using the command: kubectl get pods -w --namespace kubeapps Kubeapps can be accessed via port 80 on the following DNS name from within your cluster: kubeapps.kubeapps.svc.cluster.local To access Kubeapps from outside your K8s cluster, follow the steps below:
########################################################################################################## WARNING: You did not provide a value for the postgresqlPassword so one has been generated randomly########################################################################################################## kubectl get pods -w --namespace kubeapps |
Beta Was this translation helpful? Give feedback.
You would need to expose the Kubernetes service externally, more info: https://medium.com/google-cloud/kubernetes-nodeport-vs-loadbalancer-vs-ingress-when-should-i-use-what-922f010849e0.
More specifically, regarding Kubeapps, have a look at this FAQ section: https://github.com/kubeapps/kubeapps/blob/main/chart/kubeapps/README.md#how-to-configure-kubeapps-with-ingress