-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added Load Balancer Docs File #222
Conversation
Hi @Ujjwal2421, thanks for your PR. Since this repository is specific to cli commands, we would like a short description of |
@@ -1009,6 +1009,89 @@ $ civo network remove 74b69006-ea59-46a0-96c4-63f5bfa290e1 | |||
Removed the network cli-demo with ID 74b69006-ea59-46a0-96c4-63f5bfa290e1 | |||
``` | |||
|
|||
## Load Balancers | |||
|
|||
Civo Load Balancers are external to custer, but created and managed as part of cluster's service definitions. In terms of Kubernetes, a Civo Load Balancer is a Service object with rules much like other Service objects in Kubernetes, a Civo Load Balancer is a service object with rules much like other Service type objects in Kubernetes, with a key difference that its state is handled by Cloud Controller MAnnager. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Civo Load Balancers are external to custer, but created and managed as part of cluster's service definitions. In terms of Kubernetes, a Civo Load Balancer is a Service object with rules much like other Service objects in Kubernetes, a Civo Load Balancer is a service object with rules much like other Service type objects in Kubernetes, with a key difference that its state is handled by Cloud Controller MAnnager. | |
Civo Load Balancers are external to cluster, but created and managed as part of cluster's service definitions. In terms of Kubernetes, a Civo Load Balancer is a Service object with rules much like other Service objects in Kubernetes, with a key difference that its state is handled by Cloud Controller Manager (CCM). |
|
||
Civo Load Balancers are external to custer, but created and managed as part of cluster's service definitions. In terms of Kubernetes, a Civo Load Balancer is a Service object with rules much like other Service objects in Kubernetes, a Civo Load Balancer is a service object with rules much like other Service type objects in Kubernetes, with a key difference that its state is handled by Cloud Controller MAnnager. | ||
|
||
#### Load Balancer configuration options |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Anything below line 1015 is not required as mentioned in #222 (comment)
Hello @haardikdharma10 I am working on making a proper doc file for Load Balancers. |
No description provided.