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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: broken URL fixed #1373

Merged
merged 1 commit into from
Jun 19, 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 content/docs/00-release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -867,7 +867,7 @@ A host of hotfixes were applied for a smoother on-premises operation:

| Version | Feature |
| ------- | --------------------------------------------------------------------------------------------- |
| 1.5.6 | Added improvements for faster [kCh](https://www.spectrocloud.com/pricing/) usage calculation. |
| 1.5.6 | Added improvements for faster kCh usage calculation. |
| 1.5.5 | Patched the `govc vm.info` command to allow spaces in datacenter names. |
| 1.5.4 | Changes to use client updates instead of patches for _vendorcrd_ installations. |
| 1.5.3 | Improved resource utilization by deleting a machine when a node is not available. |
Expand Down
2 changes: 1 addition & 1 deletion content/docs/09.5-security.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Please contact our Security team at security@spectrocloud.com to report any secu
- [Self-Hosted Operation](/security/product-architecture/self-hosted-operation)


- [Tenant Cluster Security](/security/tenant-cluster)
- [Tenant Cluster Security](/security/product-architecture/tenant-cluster)


- [Security Bulletins](/security/security-bulletins)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ import InfoBox from 'shared/components/InfoBox';

# Overview

Palette can be deployed as a multi-tenant SaaS system in which each tenant represents a customer. Palette SaaS infrastructure is hosted in the public cloud within a logically isolated virtual network that has a private and a public subnet. The [control plane and worker nodes](/security/saas-operation#controlplaneandworkernodes) for the Kubernetes cluster are launched in the private network.
Palette can be deployed as a multi-tenant SaaS system in which each tenant represents a customer. Palette SaaS infrastructure is hosted in the public cloud within a logically isolated virtual network that has a private and a public subnet. The [control plane and worker nodes](/security/product-architecture/saas-operation#controlplaneandworkernodes) for the Kubernetes cluster are launched in the private network.

<br />

## Cloud Infrastructure Security

In public cloud environments such as AWS, Azure, and GCP, Palette interacts directly with a cloud provider鈥檚 API endpoint for access using cloud credentials specified in the tenant. The tenant clusters can be deployed in a virtual private cloud (VPC), as described in [Tenant Cluster Security](/security/saas-operation/#tenantclustersecurity).
In public cloud environments such as AWS, Azure, and GCP, Palette interacts directly with a cloud provider鈥檚 API endpoint for access using cloud credentials specified in the tenant. The tenant clusters can be deployed in a virtual private cloud (VPC), as described in [Tenant Cluster Security](/security/product-architecture/tenant-cluster).

This allows the SaaS controller to do the following:

Expand Down