Backend selection

ContainerSSH is built to support multiple backends. The backend can be changed in the configuration file:

# change to `kubernetes` to talk to Kubernetes
backend: docker

ContainerSSH currently supports the following backends:

Backend Description
docker Runs Docker containers.
kubernetes Runs Kubernetes containers.
sshproxy Forwards SSH connections to a backend server.

Read more in the SSH proxy reference manual »