Post

Kubernetes Cheat Sheet

Common Ad-hoc commands

1
2
3
4
5
6
7
kubectl run -it sh *--image alpine*

kubectl run -it bash *--image ubuntu*

kubectl run -it build-deps *--image build-deps*

kubectl attach alpine -c alpine -i -t
This post is licensed under CC BY 4.0 by the author.