Skip to content

Instantly share code, notes, and snippets.

@aburan28
Created January 21, 2019 04:47
Show Gist options
  • Save aburan28/d6b4ab4313f5f7d537ac2a2631e8408c to your computer and use it in GitHub Desktop.
Save aburan28/d6b4ab4313f5f7d537ac2a2631e8408c to your computer and use it in GitHub Desktop.
Kubernetes CI/CD examples
kubectl set image deployment <> <container>=<image>
kubectl rollout history deployment <deployment>
kubectl rollout undo deploy/<deployment>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment