Agents in host network mode
By default, groundcover agents are running in K8S default network model in which every Pod
in a cluster gets its own unique cluster-wide IP address. This means you do not need to explicitly create links between Pods
and you almost never need to deal with mapping container ports to host ports.
In cases where CNI has limited number of IP address we can set our agents to host network mode that can be used to ensure that the IP addresses of the pods do not get allocated from the cluster's IP address range. This mode allows the pod to use the host's networking stack for all communication, which means that the pod will use the same IP address as the host.
1. Configure a custom Helm values.yaml file
Either create a new custom-values.yaml or edit your existing groundcover values.yaml
2. Upgrade groundcover installation
For groundcover CLI-based installations
For helm-based installations
Last updated