Documentation Index
Fetch the complete documentation index at: https://docs.gp.scale.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
System Manager is a Kubernetes operator used to deploy and manage the SGP platform. It is responsible for deploying the SGP platform services and agents to an existing Kubernetes cluster.Installation
System Manager is installed as a Helm chart into the Kubernetes cluster during the deployment of the SGP platform. See your cloud provider’s corresponding deployment guide for more information.Configuration
System Manager is configured viasystem-manager-config.json. This file is stored in the cloud provider’s secret manager. To modify the configuration, you can either update the secret directly or use the System Manager GUI, then restart the System Manager deployment to apply the changes.
aws block is only present for AWS deployments; GCP and Azure deployments use equivalent gcp and azure blocks instead. The baseRepository format also varies by cloud provider (e.g., oci://<region>-docker.pkg.dev/<project-id>/sgp-<workspace_id>-helm-repository for GCP, oci://<account_id>.dkr.ecr.<region>.amazonaws.com/sgp-<workspace_id>-helm-repository for AWS).
Architecture
System Manager runs as a deployment in thesgp-system-manager namespace. Its GUI is accessible on port 8000.
http://localhost:8000 in your browser to access the GUI.
Packs
System Manager organizes services into “packs”. Each pack is a collection of resources that are deployed together. Generally packs are composed of FluxCD HelmRelease as well as other resources necessary to support a particular service. When a pack is installed, System Manager renders its resource templates and writes the resulting Kubernetes resources — namespaces, secrets, and FluxCD HelmRelease CRDs — to the cluster. FluxCD then picks up the HelmRelease CRDs and handles pulling and deploying the Helm charts.FluxCD
System Manager offloads resource reconciliation to FluxCD. FluxCD is a tool that allows you to manage the lifecycle of your Kubernetes resources. It is responsible for ensuring that the desired state of the resources is maintained. For more information on FluxCD, see the FluxCD documentation.desired-state.json
The collection of packs that System Manager will deploy is defined in thedesired-state.json file. This file is stored in the cloud provider’s secret manager. To modify the desired state, you can either update the secret directly or use the System Manager GUI, then trigger reconciliation via the System Manager GUI. A sample desired state file is shown below:

