This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 } | |
OlderNewer