Fleets Config Management
Overview
ConfigSync
ConfigSync is the orchestrator that deploys and manages ConfigSets across your clusters. It ensures that the desired state defined in your ConfigSets is automatically applied and kept in sync.
ConfigSet
A ConfigSet is a GitOps-managed, declarative specification that defines the resources to be deployed to clusters within a fleet. It can include:
- Kubernetes manifests
- Helm charts
Tip: Using ConfigSets allows you to standardize deployments across multiple clusters, improving consistency and reliability.
Setup ConfigSync using Kosmos UI
We will perform a Config operation on the Fleet page and walks you through a simple ConfigSync operation using the Kosmos UI:
Open Fleet Page https://console.kosmos.spcplatform.com/management/fleets/${FLEET_NAME}
Step 1: Open the config tab
- Register your cluster on the Kosmos platform, if not already done.
- Navigate to the Config tab.

Step 2: Deploy a package
- Click the Deploy Package button.
- Select the target cluster.
- Click Next.

Tip: Ensure you select the correct cluster to avoid deployment issues.
Step 3: Fill in configuration details
- Complete the required fields as shown in the interface.
- Click Next to continue.

Step 4: Review and deploy
- Review all configuration details carefully.
- Click the Deploy button to start the deployment.

Note: Double-check the cluster selection and package details before deploying.
Step 5: Verify sync status
- Wait approximately 20 seconds for the deployment to complete.
- On the Config Overview tab, confirm that 1 Synced is displayed.

Important: The Health status may not show Healthy. Common causes include:
- Network or firewall issues
- ECR malfunctions
- Insufficient compute resources in the node group
Deleting a package
This section explains how to delete a package from the Kosmos platform using the UI.
Step 1: Open the Packages subtab
- Navigate to the Config tab of your cluster.
- Go to the Packages subtab.
- Click the Delete button next to the package you want to remove.

Tip: Make sure you select the correct package before deleting to avoid accidental removal.
Step 2: Verify deletion
- After deletion, check the Packages subtab to confirm the package is no longer listed.

Note: The package should no longer appear in the list. If it still appears, refresh the page or check for errors.