Hi all,
I am running several OpenShift/Kubernetes clusters, all with their own teleport clusters deployed on top. Those are connected to one central cluster through the trusted_clusters mechanism.
Accessing the nodes works like a charm, using oc
/kubectl
cli, too. However, the recorded sessions are only those which where recorded through tsh ssh
or kubectl exec -it
. Is it possible to also record, say, kubectl get pods
or the like? If not, is this functionality planned? Technically it should be possible, as the kubectl
commands target the proxy service.
Best regards