LoadBalancers
How to install LoadBalancers to your Cluster
Prepare the configuration file prod.yaml
yaml:
tenantName: "kubernetes"
clusterName: "<cluster_name>"
subnetId: "<kubernetes_subnet_id>"
flavorId: "<flavorId_for_loadbalancing_instances>"
publicKey: "<public_key_matching_the_ssh_key_below>"
floatingNetworkId: "<floating_network_id_for_loadbalancing>"
identityEndpoint: "<openstack_identity_endpoint>"
userName: "<openstack_username>>"
password: "<openstack_password>"
domainName: "default"
keepalivedRouterIdRange: "1-255"
ssh_key: |
SSH_PRIVATE_KEYAdd Itera Helm Chart Repository
Install taikun-lb using helm
Check taikun-lb is installed
Install a test application (in this case wordpress from bitnami)
Wait for the service to get a floating IP assigned
Last updated