diff --git a/docs/cspell.json b/docs/cspell.json index 223df58bda567..824f4e2724a72 100644 --- a/docs/cspell.json +++ b/docs/cspell.json @@ -44,6 +44,7 @@ "Dfumu", "Distroless", "Divio's", + "EBSCSI", "ECMWF", "ERRO", "Elastcsearch", @@ -325,6 +326,7 @@ "efgh", "efghijk", "ekontsevoy", + "eksbuild", "eksctl", "elbv", "elbz", @@ -640,6 +642,7 @@ "sslmode", "starttls", "statefulset", + "storageclasses", "storageenabled", "strslice", "structs", diff --git a/docs/pages/deploy-a-cluster/helm-deployments/kubernetes-cluster.mdx b/docs/pages/deploy-a-cluster/helm-deployments/kubernetes-cluster.mdx index 6c6e0da7d6675..66271780b4f10 100644 --- a/docs/pages/deploy-a-cluster/helm-deployments/kubernetes-cluster.mdx +++ b/docs/pages/deploy-a-cluster/helm-deployments/kubernetes-cluster.mdx @@ -1,180 +1,265 @@ --- -title: Getting Started - Kubernetes with SSO -description: Getting started with Teleport. Let's deploy Teleport in a Kubernetes with SSO and Audit logs +title: Deploy Teleport on Kubernetes +description: This guide shows you how to deploy Teleport on a Kubernetes cluster using Helm. --- -Teleport can provide secure, unified access to your Kubernetes clusters. This guide will show you how to: +Teleport can provide secure, unified access to your Kubernetes clusters. This +guide will show you how to deploy Teleport on a Kubernetes cluster using Helm. - -- Deploy Teleport Enterprise in a Kubernetes cluster. - - -- Deploy Teleport in a Kubernetes cluster. - -- Set up Single Sign-On (SSO) for authentication to your Teleport cluster. +While completing this guide, you will deploy one Teleport pod each for the Auth +Service and Proxy Service in your Kubernetes cluster, and a load balancer that +forwards outside traffic to your Teleport cluster. Users can then access your +Kubernetes cluster via the Teleport cluster running within it. -While completing this guide, you will deploy one Teleport pod each for the Auth Service and Proxy Service in your Kubernetes cluster, and a load balancer that allows outside traffic to your Teleport cluster. Users can then access your Kubernetes cluster via the Teleport cluster running within it. - -If you are already running Teleport on another platform, you can use your -existing Teleport deployment to access your Kubernetes cluster. [Follow our +If you are already running the Teleport Auth Service and Proxy Service on +another platform, you can use your existing Teleport deployment to access your +Kubernetes cluster. [Follow our guide](../../kubernetes-access/getting-started.mdx) to connect your Kubernetes cluster to Teleport. (!docs/pages/includes/cloud/call-to-action.mdx!) -## Follow along with our video guide +## Prerequisites -