Port forward over SSH, allow connect to remote server over SSH to local or private kubernetes cluster.
This image is maintained by DeBeAndo and will be updated regularly on best-effort basis. The image is based on Alpine Linux and only contains the build result of this repository.
To run container:
docker run \
--name debeando-port-forward \
--publish 3306:3306 \
--env SSH_HOST="<ssh_host>" \
--env SSH_KEY="`cat /Users/<username>/.ssh/<private>.pem | base64`" \
--env REMOTE_HOST="<mysql_host>" \
debeando/port-forward