helm / monocular

⚠️(OBSOLETE) Search and discovery UI for Helm Chart repositories
Apache License 2.0
1.42k stars 220 forks source link

Baremetal - Metallb - monocular #508

Open superralle69 opened 5 years ago

superralle69 commented 5 years ago

Hello, maybe someone can help me ? - I run a Kubernetes Cluster on bare metal. I also installed helm as a k8s package manager. - For access from the internet I have installed Metallb as k8s bare-metal loadbalancer.

Everything is going well. - Helm works, access from the internet to an installed nginx application over Metal-LB Loadbalancer also works good.

But now comes my problem. - I installed the helm UI -> monocular with helm. The monocular application installs a Nginx Ingress directly.

Metallb does not work with Nginx Ingress. - Does anyone know a solution where monocular works without Nginx Ingress. - e.g. on Nodeports services?

Greetings Ralf

prydonius commented 5 years ago

@superralle69 unfortunately Monocular won't work without an Ingress controller. If you're interested in using Monocular to install charts in your cluster, then you could give https://github.com/kubeapps/kubeapps a try which does work without an ingress controller.