Skip to content

Commit 069dd0b

Browse files
committed
adding part 1 readme
1 parent 3d644c7 commit 069dd0b

File tree

4 files changed

+17
-1
lines changed

4 files changed

+17
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Basic Public Cloud Load Balancer and Keep/Re-use IP demo
2+
3+
## Description
4+
[lb_keepip.yaml](./lb_keepip.yaml) is an example of how to keep the Public Floating IP attached to your Public Cloud LoadBalancer even if you delete your Service/LoadBalancer. In case of Service and LoadBalancer deletion, the Floating IP will be unbound and will remains available on your OVHcloud Public Cloud project.
5+
6+
Using [lb_keepip_reuse_or_already_existing_in_tenant.yaml](./lb_keepip_reuse_or_already_existing_in_tenant.yaml) you can use (or re-use) an existing Floating IP available on your OVHcloud Public Cloud project.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Basic Public Cloud Load Balancer using UDP demo
2+
3+
## Description
4+
Here is a basic example on how to use your Public Cloud LoadBalancer with UDP protocol.

containers-orchestration/managed-kubernetes/use-public-cloud-load-balancer/basic_lb_with_flavor/lb_flavor.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: octavia-medium
55
annotations:
66
loadbalancer.ovhcloud.com/class: "octavia"
7-
loadbalancer.ovhcloud.com/flavor: "medium" # OVHcloud Public Cloud loadbalancer flavor list: https://help.ovhcloud.com/csm/en-ie-public-cloud-network-octavia-use-lbaas-openstack?id=kb_article_view&sysparm_article=KB0050296
7+
loadbalancer.ovhcloud.com/flavor: "medium"
88
labels:
99
app: test-octavia
1010
spec:
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Basic Public Cloud Load Balancer using flavor demo
2+
3+
## Description
4+
Here is a basic example on how to specify the flavor that you want to use for your Public Cloud LoadBalancer.
5+
If not specified, LoadBalancer will be created using a Small flavor.
6+
You can find the OVHcloud Public Cloud loadbalancer flavor list: https://help.ovhcloud.com/csm/en-ie-public-cloud-network-octavia-use-lbaas-openstack?id=kb_article_view&sysparm_article=KB0050296

0 commit comments

Comments
 (0)