From 88888ccaf7dad5da900fd8449ad683db618fc032 Mon Sep 17 00:00:00 2001 From: Paul Gottschling Date: Thu, 24 Feb 2022 15:57:11 -0500 Subject: [PATCH] Mention Teleport Cloud in some of our guides (#10526) Backports #9989 * Mention Teleport Cloud in some of our guides - Mention Teleport Cloud in the Desktop Access guide prerequisites - Minor style tweak to the K8s Agent guide - Add a Cloud compatibility note to the Kubernetes cluster guide - Make Cloud compatibility more explicit in the multiple-clusters guide - Clarify the EC2 tag guide's relationship to Cloud (also add some general clarity tweaks) * Respond to PR feedback --- docs/pages/desktop-access/getting-started.mdx | 26 ++++++++--- .../getting-started/agent.mdx | 6 +-- .../getting-started/cluster.mdx | 8 ++++ .../guides/multiple-clusters.mdx | 12 ++++-- docs/pages/setup/guides/ec2-tags.mdx | 43 ++++++++++--------- 5 files changed, 60 insertions(+), 35 deletions(-) diff --git a/docs/pages/desktop-access/getting-started.mdx b/docs/pages/desktop-access/getting-started.mdx index 5c150de399cf3..07fe53d8a1c95 100644 --- a/docs/pages/desktop-access/getting-started.mdx +++ b/docs/pages/desktop-access/getting-started.mdx @@ -19,12 +19,22 @@ Desktop Access and log into a Windows desktop from that domain. This guide requires you to have: -- An Active Directory domain, configured for LDAPS (Teleport requires an encrypted LDAP connection) +- An Active Directory domain, configured for LDAPS (Teleport requires an + encrypted LDAP connection) + - Access to a Domain Controller -- An existing Teleport cluster and user, version 8.0 or newer - - See [Teleport Getting Started](../getting-started.mdx) if you're new to Teleport -- A Linux server to run the Teleport Desktop Access service on - - You can reuse an existing server running any other Teleport instance + +- An existing Teleport cluster with one of the following versions: + + **Open Source or Enterprise:** version 8.0 or newer + + **Teleport Cloud:** version 9.0 or newer + + See [Teleport Getting Started](../getting-started.mdx) if you're new to Teleport. + +- A Linux server to run the Teleport Desktop Access service on. + + You can reuse an existing server running any other Teleport instance. ## Step 1/6. Create a restrictive service account @@ -99,8 +109,10 @@ dsacls "CN=NTAuthCertificates,CN=Public Key Services,CN=Services,CN=Configuratio domain). -The Teleport service account is only needed to authenticate over LDAP, meaning that it needn't be able to login to Windows machines like an ordinary user. -Restrict it from doing so by creating a new Group Policy Object (GPO) linked to your entire domain, and then deny it interactive login. +The Teleport service account is only needed to authenticate over LDAP, meaning +that it needn't be able to log in to Windows machines like an ordinary user. +Restrict it from doing so by creating a new Group Policy Object (GPO) linked to +your entire domain, and then deny it interactive login. ### Create a GPO diff --git a/docs/pages/kubernetes-access/getting-started/agent.mdx b/docs/pages/kubernetes-access/getting-started/agent.mdx index 5d29cffd7a7ec..d517cffbc1c74 100644 --- a/docs/pages/kubernetes-access/getting-started/agent.mdx +++ b/docs/pages/kubernetes-access/getting-started/agent.mdx @@ -1,10 +1,10 @@ --- -title: Connect Kubernetes Cluster to Teleport -description: Connecting Kubernetes cluster to Teleport +title: Connect a Kubernetes Cluster to Teleport +description: Connecting a Kubernetes cluster to Teleport --- -This guide works for Open Source and Enterprise, self-hosted or cloud-hosted editions of Teleport. +You can use this guide with Teleport Open Source, Teleport Enterprise, and Teleport Cloud. ## Prerequisites diff --git a/docs/pages/kubernetes-access/getting-started/cluster.mdx b/docs/pages/kubernetes-access/getting-started/cluster.mdx index d4a9eeb539468..e472445b214cc 100644 --- a/docs/pages/kubernetes-access/getting-started/cluster.mdx +++ b/docs/pages/kubernetes-access/getting-started/cluster.mdx @@ -11,6 +11,14 @@ Let's deploy Teleport in a Kubernetes with SSO and Audit logs: - Set up Single Sign-On (SSO). - Capture and playback Kubernetes commands. +
+This guide shows you how to deploy the Teleport Auth Service and Proxy Service on a Kubernetes cluster. These services are fully managed in Teleport Cloud. + +Instead, Teleport Cloud users should consult the following guide, which shows you how to connect a Teleport Kubernetes Service node to an existing Teleport cluster. + +[Connect a Kubernetes Cluster to Teleport](./agent.mdx) +
+ ## Follow along with our video guide