Command line tool (kubectl) | Kubernetes

PHOTO EMBED

Fri May 31 2024 22:24:37 GMT+0000 (Coordinated Universal Time)

Saved by @calazar23

# Diff resources included in "pod.json".

kubectl diff -f pod.json



# Diff file read from stdin.

cat service.yaml | kubectl diff -f -
content_copyCOPY

https://kubernetes.io/docs/reference/kubectl/