Fleet Manager
The fleet manager service is a backend component that is in charge of managing groundcover's entities throughout the different clusters managed by the backend.
Enabling the Fleet Manager
To enable the fleet manager, your values.yaml
file should contain:
global:
fleetmanager:
enabled: true
If you use our managed incloud service, we will enable the fleet manager for you. However, the above is still needed for groundcover's sensors in your environments to connect to the fleet manager.
If you manage your own backend, for example in on-premise and in air-gapped deployments, the above configuration will enable the fleet manager deployment as well as configure the sensors to connect to it.
Remote Configuration
Remote configuration is a mechanism that allows groundcover's services, including sensors, to be configured dynamically and remotely. The configurations are stored alongside the fleet manager and are passed from the fleet manager to the services.
Last updated