Skip to content

Commit

Permalink
Link Linux demo guide
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardjkim committed Jan 10, 2025
1 parent 4901ebd commit e67aef0
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Deploy Trusted Clusters using Kubernetes Operator
title: Deploy Trusted Clusters using the Kubernetes Operator
description: Use Teleport's Kubernetes Operator to deploy Trusted Clusters
---

Expand All @@ -15,8 +15,8 @@ trusted clusters.
The Teleport Kubernetes Operator provides a way for Kubernetes users to manage Teleport trusted clusters through
Kubernetes, following [the Operator Pattern](https://kubernetes.io/docs/concepts/extend-kubernetes/operator/).

The trusted cluster custom resource definitions are deployed alongside the Teleport
Kubernetes Operator. Once deployed, users can use a Kubernetes client like `kubectl`
Trusted cluster custom resource definitions are deployed alongside the Teleport
Kubernetes Operator. Users can use a Kubernetes client like `kubectl`
or their existing CI/CD Kubernetes pipelines to create and manage Teleport trusted
clusters. The Teleport Kubernetes Operator watches for these trusted cluster resources
and makes API calls to Teleport to reach the desired state.
Expand All @@ -28,6 +28,9 @@ and makes API calls to Teleport to reach the desired state.
The two clusters should be at the same version or, at most, the leaf cluster can be one major version
behind the root cluster version.

Follow the [Run a Self-Hosted Demo Cluster](../../deploy-a-cluster/linux-demo.mdx)
guide to learn how to deploy a self-hosted Teleport cluster on a Linux server.

- Read through the [Configure Trusted Clusters](../../management/admin/trustedclusters.mdx)
guide to understand how trusted clusters works.

Expand Down

0 comments on commit e67aef0

Please sign in to comment.