Kubernetes operations pack

v0.1.2

Operator pack for Kubernetes clusters: discovery (pods, nodes, services, deployments), deep introspection (describe, logs, events), rollouts (status, history, restart, undo), and narrow node/pod mutators (cordon, drain, delete). Cluster targeting via KUBECONFIG env var on the runner host; context selectable per call.

Pack ID
kubernetes
Vendor
emisar
OS
linux
Actions
31
Required binaries: kubectl. Actions that call a missing binary fail at run time — install these on the host before relying on the pack.

Install

emisar pack install validates the pack and verifies its content hash before copying it into /etc/emisar/packs. The --hash below pins the install to the exact bytes on this page — a tampered copy is rejected. After install, reload the runner; it re-reads the catalog and advertises every action.

content hash: sha256:66f62ce36b9502c8104bdd205d8909bb0433ac3f92e9057259982bcbacf62836

on the runner host
sudo emisar pack install kubernetes \
  --hash sha256:66f62ce36b9502c8104bdd205d8909bb0433ac3f92e9057259982bcbacf62836 \
  --dest /etc/emisar/packs

# Reload so the runner re-reads the catalog:
sudo systemctl reload emisar

Actions 31 total

View on GitHub