Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 248 Bytes

useful-commands.md

File metadata and controls

17 lines (12 loc) · 248 Bytes

Useful commands

Get all infos about k8s apis

kubectl api-resources

Meaning of API version field

v1 is used to denote a stable object

Runing commands in a container

kubectl exec -it <pod_name> -- /bin/bash