From 3551b555abe776de4618b29874fb31e8edc264f1 Mon Sep 17 00:00:00 2001 From: Karl Cardenas Date: Thu, 19 Oct 2023 11:02:21 -0700 Subject: [PATCH 1/5] docs: added supported platforms content PEM-3751 --- docs/docs-content/vertex/vertex.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docs/docs-content/vertex/vertex.md b/docs/docs-content/vertex/vertex.md index f3a174750a..f9016584f9 100644 --- a/docs/docs-content/vertex/vertex.md +++ b/docs/docs-content/vertex/vertex.md @@ -18,6 +18,22 @@ Palette VerteX integrates validated Federal Information Processing Standards (FI To learn more about FIPS in Palette VerteX, check out the [FIPS](fips/fips.md) section. + +## Supported Platforms + +Palette VerteX supports the following platforms for deploying Kubernetes clusters: + +| **Platform** | **Support Status** | **Government Cloud** | +| --- | --- | --- | +| **AWS IaaS** | ✅ | ✅ | +| **AWS EKS** | ✅ | ✅ | +| **Azure Iaas**| ✅ | ✅| +| **Edge**| ✅ | N/A| +| **VMware vSphere** | ✅ | N/A| + + + + ## Access Palette VerteX To set up a Palette VerteX account, contact our support team by sending an email to support@spectrocloud.com. Include the following information in your email: @@ -32,6 +48,8 @@ To set up a Palette VerteX account, contact our support team by sending an email Our dedicated support team will promptly get in touch with you to provide the necessary assistance and share the installer image, credentials, and an endpoint URL to access the FIPS registry. + + ## Resources - [FIPS](fips/fips.md) From 6ced7840e53673a5c0b23cf9b03e7834101cae9e Mon Sep 17 00:00:00 2001 From: Karl Cardenas Date: Thu, 19 Oct 2023 11:05:37 -0700 Subject: [PATCH 2/5] docs: added docs links --- docs/docs-content/vertex/vertex.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs-content/vertex/vertex.md b/docs/docs-content/vertex/vertex.md index f9016584f9..7715ed05e3 100644 --- a/docs/docs-content/vertex/vertex.md +++ b/docs/docs-content/vertex/vertex.md @@ -31,6 +31,7 @@ Palette VerteX supports the following platforms for deploying Kubernetes cluster | **Edge**| ✅ | N/A| | **VMware vSphere** | ✅ | N/A| +For guidance on how to deploy a Kubernetes cluster on a supported platform, refer to the [Cluster](../clusters/clusters.md) documentation. From 89408c10542e455e33df7d5f29140779dc2ca107 Mon Sep 17 00:00:00 2001 From: Karl Cardenas Date: Thu, 19 Oct 2023 14:14:54 -0700 Subject: [PATCH 3/5] save --- docs/docs-content/vertex/vertex.md | 31 ++++++++++++++++++++++-------- 1 file changed, 23 insertions(+), 8 deletions(-) diff --git a/docs/docs-content/vertex/vertex.md b/docs/docs-content/vertex/vertex.md index 7715ed05e3..96842650fd 100644 --- a/docs/docs-content/vertex/vertex.md +++ b/docs/docs-content/vertex/vertex.md @@ -21,18 +21,33 @@ To learn more about FIPS in Palette VerteX, check out the [FIPS](fips/fips.md) s ## Supported Platforms -Palette VerteX supports the following platforms for deploying Kubernetes clusters: +Palette VerteX supports the following infrastructure platforms for deploying Kubernetes clusters: -| **Platform** | **Support Status** | **Government Cloud** | -| --- | --- | --- | -| **AWS IaaS** | ✅ | ✅ | -| **AWS EKS** | ✅ | ✅ | -| **Azure Iaas**| ✅ | ✅| -| **Edge**| ✅ | N/A| -| **VMware vSphere** | ✅ | N/A| +| **Platform** | **Additional Information** | +| --- | --- | +| **AWS** | Refer to the [AWS](#aws) section for additional guidance. | +| **AWS Gov** | Refer to the [AWS](#aws) section for additional guidance. | +| **Azure**| Refer to the [Azure](#azure) section for additional guidance. | +| **Azure Gov**| Refer to the [Azure](#azure) section for additional guidance. | +| **Edge**| +| **VMware vSphere** | + + + +#### AWS + +| **Platform** | **AWS Gov Support?**| +| --- | --- | +| **IaaS** | ✅ | +| **EKS**| ✅ | For guidance on how to deploy a Kubernetes cluster on a supported platform, refer to the [Cluster](../clusters/clusters.md) documentation. +#### Azure + +| **Platform** | **Azure Gov Support?**| +| --- | --- | +| **IaaS** | ✅ | ## Access Palette VerteX From f3ca7c9c753d496f675a5abd0cf0ef1899a9ab4a Mon Sep 17 00:00:00 2001 From: Karl Cardenas Date: Fri, 20 Oct 2023 08:54:12 -0700 Subject: [PATCH 4/5] chore: updated table --- docs/docs-content/release-notes.md | 2 +- .../vertex/supported-platforms.md | 42 +++++++++++++++++++ docs/docs-content/vertex/vertex.md | 34 +++------------ 3 files changed, 49 insertions(+), 29 deletions(-) create mode 100644 docs/docs-content/vertex/supported-platforms.md diff --git a/docs/docs-content/release-notes.md b/docs/docs-content/release-notes.md index 49fcd230f5..a5c71ef3cb 100644 --- a/docs/docs-content/release-notes.md +++ b/docs/docs-content/release-notes.md @@ -87,7 +87,7 @@ Palette 4.1.0 introduces several new features and enhancements to the platform. #### Features -- Palette VerteX now supports the deployment of Azure IaaS clusters. +- Palette VerteX now supports the deployment of Azure IaaS clusters. Refer to the [Supported Platforms](./vertex/supported-platforms.md) documentation information about the supported platforms. - Palette VerteX installations now support the ability to control the node affinity for the Palette components. You can configure the Palette Enterprise cluster to deploy all internal component pods on control plane nodes. To learn more about this feature, refer to the [VerteX](vertex/install-palette-vertex/install-palette-vertex.md) documentation. diff --git a/docs/docs-content/vertex/supported-platforms.md b/docs/docs-content/vertex/supported-platforms.md new file mode 100644 index 0000000000..b8f9ed1a62 --- /dev/null +++ b/docs/docs-content/vertex/supported-platforms.md @@ -0,0 +1,42 @@ +--- +sidebar_label: "Supported Platforms" +title: "Supported Platforms" +description: "Review the supported platforms for deploying Kubernetes clusters with Palette VerteX." +hide_table_of_contents: false +sidebar_position: 20 +tags: ["vertex"] +--- + +Palette VerteX supports the following infrastructure platforms for deploying Kubernetes clusters: + +| **Platform** | **Additional Information** | +| --- | --- | +| **AWS** | Refer to the [AWS](#aws) section for additional guidance. | +| **AWS Gov** | Refer to the [AWS](#aws) section for additional guidance. | +| **Azure**| Refer to the [Azure](#azure) section for additional guidance. | +| **Azure Gov**| Refer to the [Azure](#azure) section for additional guidance. | +| **Edge**| +| **VMware vSphere** | + +Review the following tables for additional information about the supported platforms. The term *IaaS* refers to using compute nodes that are not managed by a cloud provider, such as bare metal servers or virtual machines. + +:::info +For guidance on how to deploy a Kubernetes cluster on a supported platform, refer to the [Cluster](../clusters/clusters.md) documentation. + +::: + +#### AWS + + +| **Service** | **AWS Gov Support?**| +| --- | --- | +| **IaaS** | ✅ | +| **EKS**| ✅ | + + +#### Azure + + +| **Service** | **Azure Gov Support?**| +| --- | --- | +| **IaaS** | ✅ | \ No newline at end of file diff --git a/docs/docs-content/vertex/vertex.md b/docs/docs-content/vertex/vertex.md index 96842650fd..93294999eb 100644 --- a/docs/docs-content/vertex/vertex.md +++ b/docs/docs-content/vertex/vertex.md @@ -21,34 +21,7 @@ To learn more about FIPS in Palette VerteX, check out the [FIPS](fips/fips.md) s ## Supported Platforms -Palette VerteX supports the following infrastructure platforms for deploying Kubernetes clusters: - -| **Platform** | **Additional Information** | -| --- | --- | -| **AWS** | Refer to the [AWS](#aws) section for additional guidance. | -| **AWS Gov** | Refer to the [AWS](#aws) section for additional guidance. | -| **Azure**| Refer to the [Azure](#azure) section for additional guidance. | -| **Azure Gov**| Refer to the [Azure](#azure) section for additional guidance. | -| **Edge**| -| **VMware vSphere** | - - - -#### AWS - -| **Platform** | **AWS Gov Support?**| -| --- | --- | -| **IaaS** | ✅ | -| **EKS**| ✅ | - -For guidance on how to deploy a Kubernetes cluster on a supported platform, refer to the [Cluster](../clusters/clusters.md) documentation. - -#### Azure - -| **Platform** | **Azure Gov Support?**| -| --- | --- | -| **IaaS** | ✅ | - +To learn more about infrastructure platforms supported by Palette VerteX, refer to the [Supported Platforms](supported-platforms.md) section. ## Access Palette VerteX @@ -74,7 +47,12 @@ Our dedicated support team will promptly get in touch with you to provide the ne - [Installation](install-palette-vertex/install-palette-vertex.md) +- [Supported Platforms](supported-platforms.md) + + - [System Management](system-management/system-management.md) + + - [Enterprise Install Troubleshooting](../troubleshooting/enterprise-install.md) From bbbfbcd2981625db68c88f6801f066725138d2b4 Mon Sep 17 00:00:00 2001 From: Karl Cardenas Date: Fri, 20 Oct 2023 08:59:10 -0700 Subject: [PATCH 5/5] docs: update --- docs/docs-content/vertex/supported-platforms.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/docs-content/vertex/supported-platforms.md b/docs/docs-content/vertex/supported-platforms.md index b8f9ed1a62..2db86f7d44 100644 --- a/docs/docs-content/vertex/supported-platforms.md +++ b/docs/docs-content/vertex/supported-platforms.md @@ -18,13 +18,16 @@ Palette VerteX supports the following infrastructure platforms for deploying Kub | **Edge**| | **VMware vSphere** | -Review the following tables for additional information about the supported platforms. The term *IaaS* refers to using compute nodes that are not managed by a cloud provider, such as bare metal servers or virtual machines. +Review the following tables for additional information about the supported platforms. :::info For guidance on how to deploy a Kubernetes cluster on a supported platform, refer to the [Cluster](../clusters/clusters.md) documentation. ::: + +The term *IaaS* refers to Palette using compute nodes that are not managed by a cloud provider, such as bare metal servers or virtual machines. + #### AWS