/alfred-k8s

An Alfred Workflow for Kubernetes

Primary LanguageShellMIT LicenseMIT

#alfred-k8s

An Alfred Workflow for Kubernetes

##Prerequisites

  • Alfred 3.x (this workflow is tested on 3.3.1)
  • Kubernetes CLI (kubectl) installed at /usr/local/bin/kubectl

Supported Commands

kgc: Kubernetes Get Contexts. Lists all available contexts. Enter to switch to that context.

kgc Command

kgp: Kubernetes Get Pods. Lists all pods. If running, press enter to open up terminal/bash to that pod.

kgp Command

kdp: Kubernetes Delete Pod. Delete a pod.

kdp Command

kp: Kubernetes Proxy. Open up a new proxy session and Kubernetes Dashboard.

kp Command

Installing