This commit is contained in:
Jean-Rémy Bancel
2019-05-12 05:44:09 -07:00
committed by Kubernetes Prow Robot
parent 0e7ae40167
commit fc3df2b5b6
@@ -84,7 +84,7 @@ The Route controller is responsible for configuring routes in the cloud appropri
#### Service Controller
The Service controller is responsible for listening to service create, update, and delete events. Based on the current state of the services in Kubernetes, it configures cloud load balancers (such as ELB , Google LB, or Oracle Cloud Infrastrucutre LB) to reflect the state of the services in Kubernetes. Additionally, it ensures that service backends for cloud load balancers are up to date.
The Service controller is responsible for listening to service create, update, and delete events. Based on the current state of the services in Kubernetes, it configures cloud load balancers (such as ELB , Google LB, or Oracle Cloud Infrastructure LB) to reflect the state of the services in Kubernetes. Additionally, it ensures that service backends for cloud load balancers are up to date.
### 2. Kubelet