Create a high availability VSatellite group¶
You can create a high availability (HA) group of VSatellites to improve service reliability for Enhanced Discovery, CA Connectors, and Machines. An HA group allows operations to start on any healthy VSatellite in the group if the primary VSatellite becomes unavailable.
Prerequisite¶
- You must already have a primary VSatellite deployed.
- All VSatellites in the group must be able to access the same resources needed by the services (such as discovery targets, machine identity endpoints, or certificate authorities).
- Existing VSatellites are considered primary VSatellites by default if they were deployed before HA support was enabled.
- This feature currently supports all CA connectors except Microsoft ADCS.
To create a high availability VSatellite group¶
- Go to the VSatellites page.
- Click New.
- In the Download step, copy the command and install
vsatctl
on your target Linux host. - Click Continue to proceed to Preflight.
- Run the provided command to execute the preflight checks.
- Click Continue to go to Deploy.
- Select the checkbox I'm creating replicas.
- From the Primary VSatellite dropdown, select an existing primary VSatellite.
- In Deployments, specify how many replicas you want to deploy. You can enter up to 10.
- Copy and run the generated installation command on each target machine to deploy the replica VSatellites.
- Optionally, click Test to confirm whether each deployed VSatellite is up and running.
- Click Done.
The replica VSatellites will now appear on the VSatellites page with their assigned primary. The system will automatically route new service requests to any healthy VSatellite in the group.