Complete Kubernetes Tutorial By School Of Devops ~upd~

kubectl run debug --image=busybox -it --rm -- sh

resources: requests: memory: "128Mi" cpu: "250m" limits: memory: "256Mi" cpu: "500m" Complete Kubernetes Tutorial by School of Devops