The following are architectural highlights of Palette-provisioned Edge native clusters.
- Kubernetes is natively installed on the host.
- Support for bare metal and virtualized edge devices.
- Customizable site properties such as network proxies and certificates.
- Configurable Kubernetes API servers to work with virtual IP address (VIP) or Dynamic DNS.
- Edge supports adding multiple devices to the site to form a multi-node Kubernetes cluster.
- Operating system (OS) images are derived from immutable container-based OS images provided by the Kairos open-source project.
- The installation is bootstrapped using a relatively small distribution-agnostic Stylus installer image. The operating system and Kubernetes version are derived from cluster profile settings associated with the edge site and dynamically downloaded and installed.
- Palette Edge Distribution supports use cases that require customizing OS packages, device drivers, and more.
The following minimum device requirements must be met to deploy an Edge host successfully.
- 2 CPU
- 8 GB Memory
- 60 GB Storage
If Trusted Platform Module (TPM) is used, it must be TPM 2.0 or greater.
Palette provides the following distributions for edge installations.
Name | OS | Kubernetes Distro | CNIs | CSIs |
---|---|---|---|---|
Palette Optimized K3s | openSUSE, Ubuntu | K3s | Calico, Flannel | Rook Ceph |
Palette Optimized RKE2 | openSUSE, Ubuntu | RKE2 | Calico, Flannel | Rook Ceph |
Palette eXtended Kubernetes Edge (PXK-E) | openSUSE, Ubuntu | CNCF | Calico, Flannel | Rook Ceph |
Palette offers complete flexibility in deploying clusters at edge sites with various aspects you can customize. The table below describes these aspects and the available options.
Parameter | Choices |
---|---|
Cluster Mode | - Connected: The site has internet connectivity and the installation is initiated via Palette Management Console - Air-Gapped: The site does not have internet connectivity. Installation is initiated via the Palette CLI. |
OS | - Ubuntu - OpenSUSE - Bring your own OS (BYOOS) |
K8s Flavor | - Palette eXtended K8s for Edge (PXK-E) - Palette Optimized K3s - Palette Optimized RKE2 |
K8s Version | - 1.24.x - 1.25.x - 1.26.x |
FIPS Mode | - True: Enforce usage of FIPS packs and other required FIPS configuration to meet FIPS compliance - False |
Edge Host Registration Mode | - Manual: A unique Edge host ID is manually entered into the Palette Management Console - Auto: Edge hosts automatically register with the Palette through the usage of a registration token supplied in the use-data - QR Code: Scan a QR code that takes you to a web application that registers the Edge host with Palette. This method is considered advanced with the benefit of simplifying the Edge host registration without needing a tenant token or a manual entry. |
Edge Host Type - Installer Format | - Bare Metal - ISO - Virtual Machine (VMware) - OVA - Virtual Machine (AWS) - AMI |
The Kubernetes Packs for Edge Native deployments disable a few items by default to allow users to install those items independently or to avoid duplication. The following items are disabled by default.
Traefik
SERVICE-lb
local-path provisioner
Flannel
Example Scenario:
For the Palette optimized K3s pack, the default network component flannel is disabled to allow the user to independently use any container network interface pack such as Flannel or others, as part of the network layer of a cluster profile.
The component metrics server is disabled to avoid duplicating it because Palette installs the metrics server by default.
cluster:config:# disable the built in cniflannel-backend: noneno-flannel: truedisable-network-policy: trueDisable:- metrics-server