真题环境模拟

操作命令

kubectl create ns prod

kubectl run backend -n prod --image=nginx --dry-run=client -o yaml > pod-manifest.yaml

Last updated