Extremely simple container with only 1 purpose - to act as a bastion / jump host. Some environments are isolated and the only access personnel has is to Kubernetes. With this container, you can connect to a pod and jump to another host using SSH.
kubectl run mypod -i --rm --image=jurikolo/ssh-client-in-k8s:0.0.1
To connect to a server, enter following command:
ssh -tt -o StrictHostKeyChecking=no -i /root/.ssh/private_key_rsa [email protected]