df.tips
Is it possible to connect to a Kubernetes container via FileZilla using `kubectl exec`?
Kubernetes
filezilla
,
ssh
,
sftp
,
kubectl
,
kubectl-exec
,
ssh-access
,
kubernetes
dmitrii_fediuk
(Dmitrii Fediuk)
October 20, 2024, 9:31pm
2
No.
What are the
differences
between accessing a Kubernetes container via
SSH
using
ssh
and
kubectl exec
?
How do I
enable SSH access
via
ssh
(instead of
kubectl exec
) to a container in Kubernetes?