You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/access/teleport/client-installation.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -16,18 +16,18 @@ Teleport Connect is a desktop application that allows you to connect to a Telepo
16
16
17
17
18
18
## TSH Client
19
+
19
20
The TSH Client is a command line tool that allows you to connect to a Teleport cluster and access resources. It is available for Linux, macOS, and Windows.
20
21
21
22
It includes the following commands:
22
23
23
24
-`tsh login` - log in to a Teleport cluster
24
25
-`tsh ssh` - connect to a node or a cluster
25
26
-`tsh db` - connect to a database
27
+
-`tsh kube` - connect to a Kubernetes cluster
26
28
-`tsh status` - show the status of the Teleport cluster
27
29
28
-
!!! info "Make sure to select `tsh client` from the dropdown menu"
# Accessing Kubernetes Clusters using the Teleport Connect Client
2
2
3
-
You can use the Teleport Connect client to access Kubernetes clusters.
3
+
You can use the Teleport Connect client or the `tsh` binary to access Kubernetes clusters.
4
4
5
5
## Prerequisites
6
6
7
-
- Teleport Connect Client installed on your local machine. See [Installing Teleport Connect Client](/access/teleport/client-installation/) for instructions.
7
+
- Teleport Connect Client or TSH Client installed on your local machine. See [Installing Teleport Client](/access/teleport/client-installation/) for instructions.
8
8
- Kubectl installed on your local machine. See [Installing kubectl](https://kubernetes.io/docs/tasks/tools/#kubectl) for instructions.
9
+
- You must be in a Teleport Role that allows access to Kubernetes clusters.
9
10
11
+
## Accessing a Kubernetes Cluster using Teleport Connect
10
12
11
-
## Accessing a Kubernetes Cluster
12
13
Launch the Teleport Connect Client and sign in with your account.
13
14
14
15
Choose the register `Kubes` and select `Connect` to connect to the Kubernetes cluster.
@@ -19,4 +20,22 @@ A new terminal window will open with the `kubectl` context set to the Kubernetes
19
20
20
21
Now you can run `kubectl` commands to access the Kubernetes cluster.
0 commit comments