Alfred workflow to manage a Kubernetes cluster
$ npm i -g alfred-kubernetes
Requirements:
- Node.js 7+
- Alfred Powerpack
- Kubernetes is already installed and configured (uses kubectl behind the scenes)
kube: List of available commands
kube portforward [name of pod] [port]: List containers that expose a port and forward it
kube ui: Will run kubectl proxy and open the dashboard in the default browser
kube context [name]: List available contexts and let you switch between them
MIT © Kenneth Lynne