diff --git a/docs/docs-content/enterprise-version/enterprise-version.md b/docs/docs-content/enterprise-version/enterprise-version.md index 98bd7c155d..3139adb4b9 100644 --- a/docs/docs-content/enterprise-version/enterprise-version.md +++ b/docs/docs-content/enterprise-version/enterprise-version.md @@ -11,6 +11,10 @@ tags: ["self-hosted", "enterprise"] Palette is available as a self-hosted platform offering. You can install the self-hosted version of Palette in your data centers or public cloud providers to manage Kubernetes clusters. + + +![A diagram of Palette deployment models eager-load](/architecture_architecture-overview-deployment-models-on-prem-focus.png) + :::info Palette VerteX is a FIPS-compliant version of Palette that is available for regulated industries, such as government and public sector organizations that handle sensitive and classified information. To learn more about Palette VerteX, check out the [Palette VerteX](../vertex/vertex.md) section. diff --git a/docs/docs-content/enterprise-version/system-management/system-management.md b/docs/docs-content/enterprise-version/system-management/system-management.md index 0aa581280e..c80a88579a 100644 --- a/docs/docs-content/enterprise-version/system-management/system-management.md +++ b/docs/docs-content/enterprise-version/system-management/system-management.md @@ -31,7 +31,7 @@ You can access the system console by visiting the IP address or the custom domai ## Administration and Management -Platform administrators can use this console to perform the following operations: +Platform administrators can use the system console to perform the following operations: - Configure and manage SMTP settings. diff --git a/docs/docs-content/spectro-downloads.md b/docs/docs-content/spectro-downloads.md index 0bb5b5fbe4..2699b330c2 100644 --- a/docs/docs-content/spectro-downloads.md +++ b/docs/docs-content/spectro-downloads.md @@ -62,6 +62,8 @@ The Palette Command Line Interface (CLI) is a tool that you can use to interact |Version| Operating System | Checksum (SHA256) | |---|---|---| +|4.0.4| [Linux-amd64](https://software.spectrocloud.com/palette-cli/v4.0.4/linux/cli/palette) | `4c3885b6498a1d0015afca3d1a1761bca9ec8811caae6047bf3d0790f2aa5b5a` | +|4.0.3| [Linux-amd64](https://software.spectrocloud.com/palette-cli/v4.0.3/linux/cli/palette) | `55c8a0b181857e824e12d08ab9786c7b8b171a018c23228a1abd0167cb3788ca` | |4.0.2| [Linux-amd64](https://software.spectrocloud.com/palette-cli/v4.0.2/linux/cli/palette)| `01e6b9c73368319fe2855aedcf073526ab73b4ff635997257f8c10a11efd8f0c` | |4.0.1| [Linux-amd64](https://software.spectrocloud.com/palette-cli/v4.0.1/linux/cli/palette)| `cd6b8fe35ded298fb5bdd0adcaea05774fcdcb62230430c6c8f915fa8464c49a` | |4.0.0| [Linux-amd64](https://software.spectrocloud.com/palette-cli/v4.0.0/linux/cli/palette)| `44fe237d2dc8bec04e45878542339cbb5f279ed7374b5dfe6118c4cbe94132b4` | diff --git a/docs/docs-content/vertex/system-management/system-management.md b/docs/docs-content/vertex/system-management/system-management.md index dc24511fbc..356b9194eb 100644 --- a/docs/docs-content/vertex/system-management/system-management.md +++ b/docs/docs-content/vertex/system-management/system-management.md @@ -10,14 +10,47 @@ tags: ["vertex", "management"] Palette VerteX contains many system settings you can configure to meet your organization's needs. These settings are available at the system level and are applied to all [tenants](../../glossary-all.md#tenant) in the system. -You can access the system setting by visiting the IP address or the custom domain name assigned to your Palette VerteX cluster and appending the `/system` path to the URL. For example, if your Palette VerteX cluster is hosted at `https://vertex.abc.com`, you can access the system settings at `https://vertex.abc.com/system`. +## System Console + +The system console enables you to complete the initial setup and onboarding and manage the overall Palette environment. + + +### Access the System Console + +You can access the system setting by visiting the IP address or the custom domain name assigned to your Palette VerteX cluster and appending the `/system` path to the URL. For example, if your Palette VerteX cluster is hosted at `https://vertex.abc.com`, you can access the system settings at `https://vertex.abc.com/system`. -
![View of the VerteX system console landing page.](/vertex_system-management_overview-system-console.png) -
+ +## Administration and Management + +Platform administrators can use the system console to perform the following operations: + +- Manage FIPS enforcement behaviors and settings. + +- Configure and manage SMTP settings. + +- Configure and manage Pack registries. + +- [Configure and manage SSL certificates](ssl-certificate-management.md). + +- Configure DNS settings. + +- Setup alerts and notifications. + +- Enable metrics collection. + +- Manage VerteX platform upgrades. + +- Configuere login banner. + +- [Manage tenants](tenant-management.md). + +- Manage the Enterprise cluster and the profile layers and pack integrations that makeup the Enterprise cluster. + +Check out the following resources to learn more about these operations. :::caution diff --git a/docs/docs-content/vertex/vertex.md b/docs/docs-content/vertex/vertex.md index b8a4f40028..aaefa0ab79 100644 --- a/docs/docs-content/vertex/vertex.md +++ b/docs/docs-content/vertex/vertex.md @@ -9,7 +9,7 @@ tags: ["vertex"] --- -Palette VerteX offers regulated industries, such as government and public sector organizations that handle sensitive and classified information simplicity, security, and scale in production Kubernetes. +Palette VerteX offers regulated industries, such as government and public sector organizations that handle sensitive and classified information simplicity, security, and scale in production Kubernetes. VerteX is available as a self-hosted platform offering that you can install in your data centers or public cloud providers to manage Kubernetes clusters. ## FIPS-Compliant diff --git a/static/assets/docs/images/architecture_architecture-overview-deployment-models-on-prem-focus.png b/static/assets/docs/images/architecture_architecture-overview-deployment-models-on-prem-focus.png new file mode 100644 index 0000000000..f04e93e958 Binary files /dev/null and b/static/assets/docs/images/architecture_architecture-overview-deployment-models-on-prem-focus.png differ diff --git a/static/assets/docs/images/vertex_system-management_overview-system-console.png b/static/assets/docs/images/vertex_system-management_overview-system-console.png index 9f4bb597fb..8416203648 100644 Binary files a/static/assets/docs/images/vertex_system-management_overview-system-console.png and b/static/assets/docs/images/vertex_system-management_overview-system-console.png differ