diff --git a/doc/cheatsheet.md b/doc/cheatsheet.md index 72a2b9a..dc70c49 100644 --- a/doc/cheatsheet.md +++ b/doc/cheatsheet.md @@ -7,5 +7,12 @@ List of popular commands and shortcuts !^ - first argument !$ - last argument !* - all arguments -``` +# Kubernetes +# ~/.kube/config +kubectl config get-contexts +kubectl config use-context + +# AWS +aws eks update-kubeconfig --name nas +```