Skip to content

Instantly share code, notes, and snippets.

@cphillips83
Created March 27, 2024 17:12
Show Gist options
  • Save cphillips83/0b28b95b5ba750c949dd1f84b045fe00 to your computer and use it in GitHub Desktop.
Save cphillips83/0b28b95b5ba750c949dd1f84b045fe00 to your computer and use it in GitHub Desktop.
function k { kubectl @args }
function kl { kubectl logs @args }
function kg { kubectl get @args }
function kd { kubectl describe @args }
function ke { kubectl exec -it @args -- sh }
function kaf { kubectl apply -f @args }
function kdf { kubectl delete -f @args }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment