yelb: Kubernetes deployments, yelb-ui fails to stay up

Thanks for sharing this cool project!

I’ve been trying out the various files under https://github.com/mreferre/yelb/tree/master/deployments/platformdeployment/Kubernetes/yaml

I’m using a Kubernetes cluster in my homelab, plain vanilla K8S on Alpine Linux.

I’ve been trying the various deployments that should work on a local cluster (not in the cloud) and none of them work. In all tests so far, the UI server fails to stay up.

The logs from the yelb-ui container tell me: [emerg] 11#11 host not found in upstream "yelb-appserver" in /etc/nginx/conf.d/default.conf:5

It’s true, the yelb-appserver container needs a while to startup, but even when it’s up the yelb-ui container will say it can’t find the appserver.

About this issue

  • Original URL
  • State: closed
  • Created a year ago
  • Comments: 16 (7 by maintainers)

Most upvoted comments

I’m closing this issue, as the problem is clearly in my dev env.

Hi there. Sorry for the problem. Which K8s are you testing with? I think the K8s yaml files in the repo right now would need a bit of hammering if you are using K8s 1.23 or above (maybe even 1.22).

It’s something I would need to check (it was on my to-do but I did not get to it yet).

I also think the problem in #36 is unrelated (probably similar outcome but different cause).