Managing load balancers

5 months ago1 min read
Last updated • Read time
Server v4.1
This document is applicable to CircleCI Server v4.1
Server Admin
This document is applicable to CircleCI Server Admin

CircleCI server uses a load balancer to manage network traffic entering and leaving the Kubernetes cluster.

The load balancer manages all traffic coming into the application. The load balancer is public by default, but can be made private.

Make the frontend load balancer private

In your values.yaml override file, set the following parameter to true. The parameter is false (public) by default.

nginx:
    private_load_balancers: false