Skip to content
/ kubectl Public

Kubectl with kubecm, ktconnect, stern, kubedog, kubewatch.

License

Notifications You must be signed in to change notification settings

icmdb/kubectl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kubectl

Kubectl with some tools installed.

Quick Start

# run kubectl container
docker run --rm -ti \
    --name kubectl \
    --hostname kubectl \
    --network host \
    --volume ~/.kube:/root/.kube \
    --workdir /root \
    icmdb/kubectl \
    sh

# kubectl 
kubectl get nodes
kubectl get ns

# stern tail deploy logs
stern --tail 1 --timestamps <deployname> -n <namespace>

# kubedog follow deploy
kubedog follow deployment <deployname> -n <namespace>

TODO:

About

Kubectl with kubecm, ktconnect, stern, kubedog, kubewatch.

Resources

License

Stars

Watchers

Forks

Packages

No packages published