Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 496 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 496 Bytes

ssh-client-in-k8s

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.

Usage

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]