diff --git a/docs/pages/deploy-a-cluster/helm-deployments.mdx b/docs/pages/deploy-a-cluster/helm-deployments.mdx index 2bbcc9e50c080..0231e256225b1 100644 --- a/docs/pages/deploy-a-cluster/helm-deployments.mdx +++ b/docs/pages/deploy-a-cluster/helm-deployments.mdx @@ -4,6 +4,19 @@ description: How to install and configure Teleport in Kubernetes using Helm layout: tocless-doc --- +The `teleport-cluster` Helm chart enables you deploy and manage a self-hosted, +high-availability Teleport cluster. This chart launches the Teleport Auth +Service, Teleport Proxy Service, and the Kubernetes infrastructure required to +support these services. The guides in this section show you how to use the +`teleport-cluster` Helm chart in your environment. + +You do not need to deploy the Auth Service and Proxy Service on Kubernetes in +order to protect a Kubernetes cluster with Teleport, and it is possible to +enroll a Kubernetes cluster on Teleport Cloud or by running the Teleport +Kubernetes Service on a Linux server. For instructions on enrolling a Kubernetes +cluster with Teleport, read the [Kubernetes +Access](../kubernetes-access/introduction.mdx) documentation. + ## Helm deployment guides These guides show you how to set up a full self-hosted Teleport deployment using diff --git a/docs/pages/deploy-a-cluster/introduction.mdx b/docs/pages/deploy-a-cluster/introduction.mdx index 387bf4773d108..b80d92721ea46 100644 --- a/docs/pages/deploy-a-cluster/introduction.mdx +++ b/docs/pages/deploy-a-cluster/introduction.mdx @@ -3,7 +3,8 @@ title: "Running a Production Teleport Cluster" description: "Guides to running Teleport in production." --- -These guides show you how to run a Teleport cluster in production. +These guides show you how to run a self-hosted Teleport Enterprise or Teleport +Community Edition cluster in production. Read our [High Availability Guide](./high-availability.mdx) for the general principles behind deploying a scalable, fault-tolerant Teleport cluster. Once diff --git a/docs/pages/kubernetes-access/introduction.mdx b/docs/pages/kubernetes-access/introduction.mdx index 1ed4f2111484c..43065ec52c854 100644 --- a/docs/pages/kubernetes-access/introduction.mdx +++ b/docs/pages/kubernetes-access/introduction.mdx @@ -12,6 +12,11 @@ Teleport provides secure access to Kubernetes clusters: cluster. - Organizations can achieve compliance by recording `kubectl` sessions. +The guides in this section show you how to protect Kubernetes clusters with +Teleport. For instructions on self-hosting Teleport Community Edition or +Teleport Enterprise on Kubernetes, see the [Kubernetes Deployment +Guides](../deploy-a-cluster/helm-deployments.mdx). + Here is an example of using Teleport to access a Kubernetes cluster, execute commands, and view your `kubectl` activity in Teleport's audit log: