is it possible to use ssh in pod? is it possible to use ssh in pod? kubernetes kubernetes

is it possible to use ssh in pod?


ssh follows a client-server architecture. So, the openssh-server has to be installed in the container. Now ssh-copy-id and other commands should run if the ip address is routable.