Skip to content

alessandrolomanto/sshk8s

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

SSH Server for Kubernetes

Use SSH to connect to your kubernetes cluster.

Usage

  1. kubectl apply -f manifests
  2. POD=$(kubectl get pod -l app=ssh -o jsonpath="{.items[0].metadata.name}")
  3. kubectl exec -ti $POD -- bash
  4. adduser foobar

After that you can access from another container using: ssh foobar@ubuntu-ssh

About

Kubernetes Ubuntu SSH server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published