## Installation ```shell # Paste these in ~/.zshrc alias currpodweb='kubectl get pod | grep "exceed-webapp.*Running" | awk '\''{print $1}'\' alias qashell='kubectl exec -ti $(currpodweb) -- bash' alias qalogs='kubectl logs -f $(currpodweb)' ``` ## Usage Use: ```shell aws sso login kubens qa-env-24 qashell # RAILS_ENV=staging bundle exec rails c ```