Skip to main content
Version: v4.0.x

Understanding System Profiles

System profiles provide a way to bootstrap an edge appliance with an initial set of virtual and containerized applications. Similar to cluster profiles, system profiles are templates created using one or more layers that are based on packs or helm charts.

System profiles modeled on Palette UI should be downloaded and provided input to the edge system. Upon bootstrap, when the edge appliance registers back with the SaaS console, it links to the system profile. Any subsequent changes made to the profile after registration are propagated down to the edge appliance.


Create a System Profile

Here are the steps to create a system profile:

  1. Log in to Palette as a tenant admin.
  1. Go to Profiles, open the System Profile tab, and click Add System Profiles.
  1. Provide profile information such as system profile name, description (optional), and tags (optional) system profile.
  1. Add one or more layers using one of the following methods:
  • Add New Pack - Add a Palette Pack from a pack registry or a Helm Chart from a chart registry. The public Spectro Cloud Pack registry and a few popular helm chart repositories are already available out of the box. Additional pack registries or public/private chart registries can be added to Palette.
  • Add Manifest - Layers can be constructed using raw manifests to provide Kubernetes resources unavailable via Palette or Charts. In addition, pack Manifests provide a pass-through mechanism wherein additional Kubernetes resources can be orchestrated onto a cluster along with the rest of the stack.
  1. Click the Confirm and Create button to save the configuration.
  1. Click the Next button to review the information and Finish to create and save the system profile.

Note: Palette enables the Export and Import of System profiles across multiple environments, projects and tenants.

Download System Profile

  1. Login to Palette management console.
  1. Go to ‘Profiles’ and open the ‘System Profile’.
  1. Open an existing system profile.
  1. Click the Download System Profile button at the bottom of the panel to download the profile definition as an archive (with extension tgz).

Sample Snapshots

System Profile dashboard

system-profile-1.png

Add a new pack while creating the system profile

system-profile-2.png

Add a new manifest while creating the system profile

system-profile-3.png

Download system profile

system-profile-4.png