Skip to content

Checking Status of Teleport

All the services comprise a Teleport cluster are stateless.

You can check the status of the production Teleport cluster by running the following command, after running glsh kube use-cluster ops-central command in a separate shell:

$ kubectl exec --namespace=teleport-cluster-production --stdin --tty <teleport-production-auth-pod> -- tctl status
Example output
Cluster production.teleport.gitlab.net
Version 16.1.7
host CA never updated
user CA never updated
db CA never updated
db_client CA never updated
openssh CA never updated
jwt CA never updated
saml_idp CA never updated
oidc_idp CA never updated
spiffe CA never updated
CA pin sha256:d4ac1c9af5d25e6cf3c60c8078efe443c1186c071c99641dcd9b11eb0831f46d

Generally, if the pods are healthy, then the service is healthy.