Proxy LoadBalancer service stuck on pending and Proxy is not reachable #518
-
I've done everything according to the Documentation but i cant seem to get this fixed |
Beta Was this translation helpful? Give feedback.
Answered by
jeremylvln
Apr 22, 2024
Replies: 1 comment 3 replies
-
Hi @PrexorJustin! Shulker is only in charge of creating the Thanks! |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you don't mind about the port, you could use a
NodePort
service instead that will mount a port from the range Kubernetes is configured to use (something near 30000-32000):Using a
LoadBalancer
Service is useful when you have multiple nodes and need custom network configuration to route the traffic properly. If you are using a simple setup with a VPS, there are no need for this complexity.Get back to me :)