Skip to content

Instantly share code, notes, and snippets.

@edsoncelio
Created May 20, 2020 14:25
Show Gist options
  • Save edsoncelio/dfc0a6260ed5c8cb2634dd9d7b2e354a to your computer and use it in GitHub Desktop.
Save edsoncelio/dfc0a6260ed5c8cb2634dd9d7b2e354a to your computer and use it in GitHub Desktop.
kubectl commands
  • kubectl run -> changing to be only for pod creation (similar to docker run)
  • kubectl create -> create some resources via cli or yaml (similar to docker swarm create)
  • kubectl apply -> create/update anything via yaml (similar to docker stack deploy)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment