Skip to content

Proxy LoadBalancer service stuck on pending and Proxy is not reachable #518

Closed Answered by jeremylvln
PrexorJustin asked this question in Q&A
Discussion options

You must be logged in to vote

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):

apiVersion: shulkermc.io/v1alpha1
kind: ProxyFleet
metadata:
  name: proxy
spec:
  service:
    type: NodePort
    externalTrafficPolicy: Local
  # ...

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 :)

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@PrexorJustin
Comment options

@jeremylvln
Comment options

Answer selected by jeremylvln
@PrexorJustin
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants