Skip to content

Commit

Permalink
docs: highlight CIS hardening
Browse files Browse the repository at this point in the history
  • Loading branch information
lennessyy committed Jun 7, 2024
1 parent 486bebe commit 21c43d5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/docs-content/clusters/edge/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ The following are architectural highlights of Palette-provisioned Edge native cl

- Configurable Kubernetes API servers to work with virtual IP address (VIP) or Dynamic DNS.

- Edge artifacts hardened by default according to
[Center for Internet Security (CIS) standards](https://www.cisecurity.org/cis-benchmarks).

- 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
Expand Down
5 changes: 4 additions & 1 deletion docs/docs-content/clusters/edge/edge.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,13 @@ The following are some highlights of the comprehensive Palette Edge Solution:

- Low touch, plug-and-play setup

- Immutable update for Kubernetes and operating system (OS) with zero downtime
- Immutable update for Kubernetes and Operating System (OS) with zero downtime

- Distro-agnostic Kubernetes and OS

- Edge artifacts hardened by default according to
[Center for Internet Security (CIS) standards](https://www.cisecurity.org/cis-benchmarks).

- Secured remote troubleshooting

- Scalable from tens to thousands of locations
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ EdgeForge contains the following critical components:

- Edge Provider Container Images.

The EdgeForge process applies Center for Information System (CIS) hardening to the Edge artifacts by default. This means
we implement the guidelines and solutions provided by CIS to secure your systems automatically. The code for how we
achieve CIS hardening is open-source, available in the
[CanvOS repository](https://github.com/spectrocloud/CanvOS/tree/main/cis-harden).

### Edge Installer ISO

An ISO file that bootstraps the installation is created in the EdgeForge process. The ISO image contains the Edge
Expand Down

0 comments on commit 21c43d5

Please sign in to comment.