Skip to content

Commit

Permalink
docs: broken URL fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-cardenas-coding committed Jun 19, 2023
1 parent 9d105c6 commit 626bdbb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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’s 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’s 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

0 comments on commit 626bdbb

Please sign in to comment.