Skip to content

Instantly share code, notes, and snippets.

@demiters
Created July 24, 2020 12:47
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save demiters/c322d99db658e37ba30c8f13ba8b434b to your computer and use it in GitHub Desktop.
Save demiters/c322d99db658e37ba30c8f13ba8b434b to your computer and use it in GitHub Desktop.
Shell aliases for microk8s
#!/bin/bash
# Sets up aliases for microk8s on the server
echo "alias m='microk8s'
alias k='microk8s kubectl'
alias h='microk8s helm3'" >> ~/.bash_aliases
source ~/.bash_aliases
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment