How to Edit a Pool in a Kubernetes Load Balancer?

To edit a pool in Kubernetes load balancer, follow the steps given below:

Step 1: Login to your account.

Step 2: Navigate to Services and then click on My Services.

Step 3: Click on your project.

Step 4: Navigate to Kubernetes and then click on K8s Load Balancer.

Step 5: Click on the load balancer name for which you want to edit a pool.

Step 6: Go to Listener tab and click on the listener's name for which you want to edit the pool.

Step 7: Click on the Pools tab and click on three dots.

Step 8: Click on Edit Pool.

Step 9: Update Pool Details and click Submit.

Field

Description

Name

Enter the name of the Pool.

Description

Enter the description of the pool.

Algorithm

Select the load balancing algorithm for the pool from the below options:

  1. Least connections

  2. Round robin

  3. Source IP

TLS Enabled

  • Select YES to enable TLS, enabling it will help member to use TLS encryption.

  • Select NO to disable TLS.

TLS Cipher String

Enter List of ciphers in OpenSSL format and it should be colon-separated.

Session Persistence

Select a JSON object specifying the session persistence for the pool from the below options:

  1. HTTP Cookie

  2. APP Cookie

  3. Source IP

Cookie Name*

Enter the name of the cookie to use for session persistence.

Last updated