From e15bc4d34564e8f6de8b2617d9c75e66154de042 Mon Sep 17 00:00:00 2001 From: rishgh <36372417+rishgh@users.noreply.github.com> Date: Sun, 14 Apr 2019 20:30:00 -0500 Subject: [PATCH] Update cloud-controller.md (#13756) 1. Mention of the Oracle OCI Load Balancer for the audience --- content/en/docs/concepts/architecture/cloud-controller.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/architecture/cloud-controller.md b/content/en/docs/concepts/architecture/cloud-controller.md index 80511861f9..9fb0551670 100644 --- a/content/en/docs/concepts/architecture/cloud-controller.md +++ b/content/en/docs/concepts/architecture/cloud-controller.md @@ -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 or Google 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 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. ### 2. Kubelet