Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 264 Bytes

k8s-book-notes.md

File metadata and controls

9 lines (7 loc) · 264 Bytes

The Kubernetes Book Notes

Chapter 7: Kubernetes Deployments

After create the delpoy.yml file, the below command is to be executed;

kubectl create deployment -f deploy.yml

The -f option is no longer supported. kubectl create -f deploy.yml works.