Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Latest commit

 

History

History
35 lines (20 loc) · 1.5 KB

README.md

File metadata and controls

35 lines (20 loc) · 1.5 KB

alfred-kubernetes CircleCI npm version GitHub license semantic-release

Alfred workflow to manage a Kubernetes cluster

Install

$ npm i -g alfred-kubernetes

Requirements:

  • Node.js 7+
  • Alfred Powerpack
  • Kubernetes is already installed and configured (uses kubectl behind the scenes)

Features

kube: List of available commands

kube

kube portforward [name of pod] [port]: List containers that expose a port and forward it

portforward name port

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

context

License

MIT © Kenneth Lynne