Forgotten Kubectl Commands 1689352674
Forgotten Kubectl Commands 1689352674
com
JAKUB KRZYWDA
@jakubkrzywda
Five forgotten
KUBECTL
COMMANDS
Cloud Native Technologies
basic level
kubectl is the Kubernetes
command line tool.
Get documentation of
Kubernetes resources. Dig
deeper within their structure
using a YAML path expression.
For example:
kubectl explain service.spec.type
For example:
kubectl cp my-local-file \
my-pod:/tmp/my-file \
-c my-container
Remember to
click follow +