Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vertex platform #1682

Merged
merged 5 commits into from
Oct 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/docs-content/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
45 changes: 45 additions & 0 deletions docs/docs-content/vertex/supported-platforms.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
---
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.

:::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


| **Service** | **AWS Gov Support?**|
| --- | --- |
| **IaaS** | ✅ |
| **EKS**| ✅ |


#### Azure


| **Service** | **Azure Gov Support?**|
| --- | --- |
| **IaaS** | ✅ |
12 changes: 12 additions & 0 deletions docs/docs-content/vertex/vertex.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ 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

To learn more about infrastructure platforms supported by Palette VerteX, refer to the [Supported Platforms](supported-platforms.md) section.

## 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:
Expand All @@ -32,6 +37,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)
Expand All @@ -40,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)