Difference between revisions of "User:/dev/damarcusjonesaichip"
Jump to navigation
Jump to search
↑ https://docs.openstack.org/octavia/queens/user/guides/basic-cookbook.html
Alabama Jun (talk | contribs) m (Alabama Jun moved page Openstack loadbalancer create to User:/dev/damarcusjonesaichip: Organizing my wiki page ) Tags: Mobile web edit, Mobile edit |
|||
(10 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
+ | *<code>openstack loadbalancer create --name lb1 --vip-subnet-id public-subnet</code> <ref>https://docs.openstack.org/octavia/queens/user/guides/basic-cookbook.html</ref> | ||
+ | ===Other commands=== | ||
+ | *<code>[[openstack show ]]</code> | ||
+ | *<code>[[openstack listener create]] --name --protocol HTTP --protocol-port 80 </code> | ||
+ | *<code>[[openstack pool create]] --name --lb-algorithm ROUND_ROBIN --listener --protocol HTTP</code> | ||
+ | *<code>[[openstack loadbalancer member create]] --subnet-id private-subnet --address 192.0.2.10 --protocol-port 80 </code> | ||
+ | *<code>[[openstack member create]] --subnet-id private-subnet --address 192.0.2.11 --protocol-port 80 </code> | ||
+ | == Related terms == | ||
+ | * [[Load balancer]] | ||
− | {{ | + | == See also == |
+ | * {{ALB}} | ||
+ | * {{OpenStack}} | ||
+ | |||
+ | |||
+ | [[Category:OpenStack]] |
Latest revision as of 02:36, 30 June 2024
openstack loadbalancer create --name lb1 --vip-subnet-id public-subnet
[1]
Other commands[edit]
openstack show
openstack listener create --name --protocol HTTP --protocol-port 80
openstack pool create --name --lb-algorithm ROUND_ROBIN --listener --protocol HTTP
openstack loadbalancer member create --subnet-id private-subnet --address 192.0.2.10 --protocol-port 80
openstack member create --subnet-id private-subnet --address 192.0.2.11 --protocol-port 80
Related terms[edit]
See also[edit]
- ALB, Load balancer (Networking), AWS ALB,
openstack loadbalancer create
, AWS ALB Ingress Controller, Target group, AWS Load Balancer Controller,alb-http-drop-invalid-header-enabled
, Least Outstanding Requests (LOR) - OpenStack, Microstack, HAProxy, Nova, Swift, Cinder, Microstack, Glance, Keystone, Heat, OpenStack releases: OpenStack Wallaby, Red Hat OpenStack Platform (RHOSP), OVN, OVS
Advertising: