CPdev
CPdev

Reputation: 495

Deploying round-robin to Kubernetes

I am struggling to find any material on deploying round-robin lb to my k8s cluster.

Does anyone have any useful links or information to share that I could use?

Thanks

Upvotes: 0

Views: 592

Answers (1)

gonzalesraul
gonzalesraul

Reputation: 847

Kubernetes has already a type of service for that, if what you are looking for a neat solution check this load balancer service section.

If you want to use an external load balancer, check this out

Upvotes: 2

Related Questions