How to properly create sidecar container for creating SSH tunnel in kubernetes pod – CentOS
I have a database in AWS that I need to connect to from Kubernetes, but security settings in that database prevent this. My solution is to SSH tunnel to a proxy from within the Kubernetes pod, and connect through that…