Skip to content
/ kadd Public

a cli to add a container into a running pod on k8s

Notifications You must be signed in to change notification settings

ejunjsh/kadd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kadd

a command to add container into a running pod on k8s

precondition

install a docker desktop and enable the k8s

getting started

build image

docker build -t ejunjsh/kadd-controller:1.0 .

build command

cd cmd/kadd
go install

run command

kadd vpnkit-controller bash -n kube-system --image nginx
# above command means you add a container whose image is nginx and that container run in the vpnkit-controller pod whose namespace is kube-system

About

a cli to add a container into a running pod on k8s

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published