diff --git a/docs/pages/enterprise/getting-started.mdx b/docs/pages/enterprise/getting-started.mdx index 4944109c4093a..f14999a57cdb3 100644 --- a/docs/pages/enterprise/getting-started.mdx +++ b/docs/pages/enterprise/getting-started.mdx @@ -6,6 +6,8 @@ h1: Teleport Enterprise Quick Start Welcome to the Quick Start Guide for Teleport Enterprise. +(!docs/pages/includes/cloud/cloudmanagedadvisory.mdx!) + The goal of this document is to show off the basic capabilities of Teleport. There are three types of services Teleport nodes can run: `nodes`, `proxies` and `auth servers`. diff --git a/docs/pages/getting-started/digitalocean.mdx b/docs/pages/getting-started/digitalocean.mdx index 33a8725bceb74..c3979f6b70443 100644 --- a/docs/pages/getting-started/digitalocean.mdx +++ b/docs/pages/getting-started/digitalocean.mdx @@ -13,6 +13,8 @@ This tutorial will guide you through quickly getting started with Teleport on Di +(!docs/pages/includes/cloud/cloudmanagedadvisory.mdx!) + ## Prerequisites - A Fully Qualified Domain Name (FQDN). - A two-factor authenticator app (e.g., [Google Authenticator](https://www.google.com/landing/2step/)). @@ -116,4 +118,4 @@ You can also secure access to databases, DigitalOcean Marketplace apps, and Kube Secure access to Windows Server. - \ No newline at end of file + diff --git a/docs/pages/getting-started/docker-compose.mdx b/docs/pages/getting-started/docker-compose.mdx index 9f11da2ba215f..ddca281ef52b0 100644 --- a/docs/pages/getting-started/docker-compose.mdx +++ b/docs/pages/getting-started/docker-compose.mdx @@ -7,6 +7,8 @@ h1: Get started with Docker Compose This guide will help you understand how Teleport works by spinning up a demo cluster on your local machine using Docker Compose. It will also show you how to use Teleport with OpenSSH, Ansible, and Teleport's native client, `tsh`. +(!docs/pages/includes/cloud/cloudmanagedadvisory.mdx!) + ## Prerequisites - Teleport v(=teleport.version=) Open Source or Enterprise. diff --git a/docs/pages/getting-started/linux-server.mdx b/docs/pages/getting-started/linux-server.mdx index ea03a752a9978..eb5d3478905c0 100644 --- a/docs/pages/getting-started/linux-server.mdx +++ b/docs/pages/getting-started/linux-server.mdx @@ -7,13 +7,7 @@ videoBanner: jvaCmQyHghY This tutorial will guide you through the steps needed to install and run Teleport (=teleport.version=) on Linux machines. -
-This guide deploys the Teleport Auth Service and Proxy Service, which are fully managed in Teleport Cloud. If you are a Teleport Cloud customer, we recommend following our guides for deploying specific services on your Teleport Nodes. Here are some examples: - -- [Application Access](../application-access/getting-started.mdx) -- [Database Access](../database-access/getting-started.mdx) -- [Server Access](../server-access/getting-started.mdx) -
+(!docs/pages/includes/cloud/cloudmanagedadvisory.mdx!) ## Prerequisites diff --git a/docs/pages/includes/cloud/cloudmanagedadvisory.mdx b/docs/pages/includes/cloud/cloudmanagedadvisory.mdx new file mode 100644 index 0000000000000..38750db916eff --- /dev/null +++ b/docs/pages/includes/cloud/cloudmanagedadvisory.mdx @@ -0,0 +1,9 @@ +
+This guide deploys the Teleport Auth Service and Proxy Service, which are fully managed in Teleport Cloud. If you are a Teleport Cloud customer, we recommend following our guides for accessing specific resources within your infrastructure: + +- [Server Access](/docs/server-access/getting-started.mdx) +- [Kubernetes Access](/docs/kubernetes-access/getting-started.mdx) +- [Database Access](/docs/database-access/getting-started.mdx) +- [Desktop Access](/docs/desktop-access/getting-started.mdx) +- [Application Access](/docs/application-access/getting-started.mdx) +