Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ejunjsh/kadd

a cli to add a container into a running pod on k8s
https://github.com/ejunjsh/kadd

cli k8s

Last synced: 24 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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