Open nicolasduminil opened 7 months ago
/sig network
/assign
Anyone ?
@nicolasduminil can you share outcome of following command
minikube service undertow-np --url
The Kubernetes project currently lacks enough contributors to adequately respond to all issues.
This bot triages un-triaged issues according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/remove-lifecycle stale
/close
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle stale
/remove-lifecycle stale
@nicolasduminil gentle reminder
@kundan2707
❌ Exiting due to SVC_NOT_FOUND: Service 'undertow' was not found in 'p' namespace.
You may select another namespace by using 'minikube service undertow -n
@nicolasduminil it seems you kep space between undertow and -np so its is searching in p namespace. keep complete name undertow-np all together
The Kubernetes project currently lacks enough contributors to adequately respond to all issues.
This bot triages un-triaged issues according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/remove-lifecycle stale
/close
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle stale
What Happened?
In an Undertow web server, I deployed a simple HTTP listener which just returns a text to the caller. I'm running this server in a Minikube pod. I've created the associated deployment and I exposed it as a NodePort service. This service should be accessible from outside at both the CLUSTER-IP and the node IP address. But it isn't. It's only accessible from within the pod. Here is what I did:
Now the service should be accessible from my box at both 10.111.62.34:8080 and 10.244.0.3:31158, but is isn't. However, the following works as expected:
What did I miss here ?
Many thanks in advance for your help and support.
Attach the log file
log.txt
Operating System
Ubuntu
Driver
Docker