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
| ### Keybase proof | |
| I hereby claim: | |
| * I am apaz037 on github. | |
| * I am aaronpaz (https://keybase.io/aaronpaz) on keybase. | |
| * I have a public key ASCmnm54ECePhQdTRqxkTGw1LKi7bMScqvf6RkPadUZcHQo | |
| To claim this, I am signing this object: |
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
| # Used to run minikube shortly | |
| alias mk="minikube" | |
| # Used to run kubectl shortly | |
| alias k="kubectl" | |
| # Used to get ... | |
| alias kg="kubectl get" | |
| # Used to get all pods |