Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Edit the Enterprise migration guide #41285

Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@
"title": "Introduction",
"slug": "/choose-an-edition/introduction/"
},
{
"title": "Migrate to Cloud-Hosted Enterprise",
"slug": "/choose-an-edition/migrate-to-cloud/"
},
{
"title": "Teleport Enterprise Cloud",
"slug": "/choose-an-edition/teleport-cloud/introduction/",
Expand Down
47 changes: 28 additions & 19 deletions docs/pages/choose-an-edition/introduction.mdx
Original file line number Diff line number Diff line change
@@ -1,36 +1,45 @@
---
title: "How to Choose a Teleport Edition"
description: "Read this guide to determine whether to deploy Teleport Enterprise, Teleport Cloud, or Teleport Community Edition."
description: "Determine whether to use the cloud-hosted Teleport Enterprise, host your own Teleport Enterprise deployment, or try Teleport Community Edition for personal use."
---

Teleport supports three editions. In this guide, we will help you determine
which edition is most appropriate for your use case.
The fully-featured edition of Teleport is called **Teleport Enterprise**.

## Editions
For most users, we recommend [signing up](https://goteleport.com/signup) for a
cloud-hosted Teleport Enterprise account. Our team at Teleport manages the
Teleport Auth Service and Proxy Service, giving you a running Teleport cluster
where you can configure RBAC, set up Single Sign-On connectors, and register
resources by deploying additional Teleport services.

### Teleport Enterprise Cloud
[Read more about Teleport Enterprise
(cloud-hosted)](./teleport-cloud/introduction.mdx).

Our team at Teleport manages the Auth and Proxy Services, giving you a running
Teleport cluster where you can configure RBAC, set up Single Sign-On connectors,
and register resources by deploying additional Teleport services.
## Self-hosting Teleport Enterprise

[Read more about Teleport Enterprise Cloud](./teleport-cloud/introduction.mdx).
For organizations with specific security needs, it is also possible to run a
self-hosted Teleport Enterprise cluster. Self-hosting Teleport Enterprise allows
you to set up advanced features like Hardware Security Modules and FedRAMP
compliance.

### Teleport Enterprise
[Read more about self-hosting Teleport
Enterprise](./teleport-enterprise/introduction.mdx).

A self-hosted Teleport deployment for security-conscious organizations.
Supports advanced features like Hardware Security Modules and FedRAMP
compliance.
## Migrating Teleport Enterprise clusters to the cloud

[Read more about Teleport Enterprise](./teleport-enterprise/introduction.mdx).
We recommend using the cloud-hosted edition of Teleport Enterprise for most
organizations, as it removes the overhead of maintaining, scaling, and securing
a deployment of the Auth Service and Proxy Service. To migrate from a
self-hosted Teleport Enterprise deployment to a cloud-hosted deployment, follow
the [migration guide](./migrate-to-cloud.mdx).

### Teleport Community Edition
## Teleport Community Edition

We provide a free, open source distribution of Teleport that enables you to get
secure access to databases, Windows desktops, Kubernetes clusters, and more.
For hobby and personal use, we provide a free, open source distribution of
Teleport that enables you to get secure access to databases, Windows desktops,
Kubernetes clusters, and more.

[Try out Teleport on a Linux server](../index.mdx). If you would like to
take a look at the source, visit the [Teleport GitHub
[Try out Teleport on a Linux server](../index.mdx). If you would like to take a
look at the source, visit the [Teleport GitHub
repository](https://github.com/gravitational/teleport).

## Comparing editions
Expand Down
Loading
Loading