Replies: 1 comment 2 replies
-
Hi @Ruitjes !
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
When doing for e.g. a call to my endpoint
curl localhost:8081/ticketapi/ticket/get
I'm receiving an error 404. I know that error 404 is that the routing cannot be found. But I've no clue on how can I debug my problem or if there is something off in my .yml files.I'm really new to Kubernetes and Docker and I hope someone can help me solve this issue.
Thanks in advance.
Cluster create:
k3d cluster create --api-port 6550 -p "8081:80@loadbalancer" --agents 2
from hereDeployment:
Service:
Ingress:
Beta Was this translation helpful? Give feedback.
All reactions