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

Alfred workflow for managing a kubernetes cluster

License

Notifications You must be signed in to change notification settings

kennethlynne/alfred-kubernetes

Repository files navigation

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