-
First, thanks for this project. It has made my local dev experience very delightful! ProblemI am unable to reach my applications running in the cluster through ExpectationI want to be able to go to localhost:8080 to load my application Command used to create the cluster:k3d cluster create local --api-port 127.0.0.1:6443 \
-p 8080:80@loadbalancer \
-p 443:443@loadbalancer \
--k3s-arg "--no-deploy=traefik@server:*"
When tried with nginx-ingress, the address is empty:
My ingress rules
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Hi @Oyelowo , thanks for starting this discussion and thanks for the feedback! |
Beta Was this translation helpful? Give feedback.
-
@Oyelowo Have you found a solution? |
Beta Was this translation helpful? Give feedback.
-
Thanks @iwilltry42, I eventually found a solution. Apologies, I had not replied here until now. @Ruitjes , I used the following: To start k3d without default. traefik:
My nginx-ingress configuration looks like this:
Hope it helps! Let me know if you have further questions |
Beta Was this translation helpful? Give feedback.
Thanks @iwilltry42, I eventually found a solution. Apologies, I had not replied here until now.
@Ruitjes , I used the following:
To start k3d without default. traefik:
My nginx-ingress configuration looks like this: