Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info
titlehttp://wiki.ciscolinux.co.uk/index.php/Kubernetes/Deployment,_ReplicaSet_and_Pod

 



Info
iconfalse
Code Block
k create deployment --image=nginx nginx --dry-run=client -o yaml > nginx-deploy.yaml


...