Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

[HelpQuestion] about exposing a service on ACS #43

Closed
vinayvenkat opened this issue Jul 28, 2017 · 2 comments
Closed

[HelpQuestion] about exposing a service on ACS #43

vinayvenkat opened this issue Jul 28, 2017 · 2 comments

Comments

@vinayvenkat
Copy link

Is this a request for help?:

When I execute the command to expose a service on ACS via:
kubectl expose deployments nginx --port=80 --type=LoadBalancer

A load balancer automatically gets created, with right backend servers in the server pool etc.

My question is how do the loadbalancers get instantiated and configured? Does this happen with the kubectl calling into the Azure CNI implementation which in turn instantiates the load balancer with the necessary configs?
Thanks,

  • Vinay

@JackQuincy
Copy link
Contributor

The azure cloud provider running in the kubelet, calls into ARM and creates the load balancer etc with the right nics in the back end pool

@weinong
Copy link
Contributor

weinong commented Aug 22, 2017

closing the issue. please reopen if you have more questions.

@weinong weinong closed this as completed Aug 22, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants