Skip to content

can i use kong ingress controller on bare metal? #1819

Answered by shaneutt
ssam13 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @hesmoh 👋,

When using a cloud provider the LoadBalancer type for Services will be managed and provisioned by the environment (see https://kubernetes.io/docs/tasks/access-application-cluster/create-external-load-balancer/#external-load-balancer-providers) automatically, but when creating your own baremetal cluster you will need to add the service which will manage provisioning IPs for LoadBalancer type Services. One such service is Metal-LB which is purpose built for this. Alternatively, you can use a NodePort type Service instead, and in fact our Helm Chart provides some options for deploying the ingress controller with NodePort instead of LoadBalancer type Services.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@ssam13
Comment options

Answer selected by ssam13
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants