KaotoIO / kaoto-operator

The Kubernetes operator that helps with running Kaoto in K8s clusters
Apache License 2.0
4 stars 12 forks source link

Kaoto.local url not resolving correctly #18

Closed agibsonccc closed 2 years ago

agibsonccc commented 2 years ago

Hi,

When I'm trying to follow the README I setup a minikube cluster from scratch with:

minikube start
minikube addons enable ingress

When attempting to access the front end with:

http://kaoto.local

I get a 502 invalid gateway from nginx.

My /etc/hosts entry is:

192.168.49.2 kaoto.local kaoto.backend.local

192.168.49.2 is the output from minikube ip.

Anything I'm missing in my minikube setup? I'm just doing it from the minikube quickstart. Thanks!

agibsonccc commented 2 years ago

Found out the port 80 was clashing with camel-k.

I would suggest putting some documentation about actual integration with the matching camel k backend so the quickstarts of each don't clash with each other. I forked the repository here for a different yaml file to avoid this clash: https://github.com/KonduitAI/kaoto-operator/blob/main/kubernetes/kaoto.yaml