-
Notifications
You must be signed in to change notification settings - Fork 0
Home
HarrierOps Kube is a Go CLI for operator-first Kubernetes recon. This wiki is the guide layer: quick starts, command walkthroughs, output interpretation, and practical triage order for people who need useful answers fast.
Repo docs remain the source of truth for versioned behavior and output contracts.
- Core: inventory
- Identity: whoami, rbac, service-accounts, permissions, privesc
- Orchestration: chains, workload-identity-pivot
- Workload: workloads
- Exposure: exposure
- Secrets: secrets
- Later depth surface:
images
If you are new to HarrierOps Kube, start with Getting Started, then read whoami, inventory, and the command pages that match the cluster shape you actually see.
The command surface in this wiki matches the current CLI, and the current live path uses
HarrierOps Kube's own Kubernetes API wrapper instead of shelling out to kubectl.
It still reuses the same kubeconfig, context, and namespace choices you would normally use with
kubectl, but collection now happens through the tool's internal live provider.
If you want to reproduce the example output in this wiki exactly from a local checkout, you can
still set HARRIEROPS_KUBE_FIXTURE_DIR and run against the repo fixtures instead of a live
cluster.
The operator command shape stays the same:
harrierops-kube whoami --output table
harrierops-kube inventory --output table
harrierops-kube exposure --output tableGround the current session first:
harrierops-kube whoami --output tableGet a fast cluster-shape read:
harrierops-kube inventory --output tablePivot into the visible edge and the joined workload story:
harrierops-kube exposure --output table
harrierops-kube workloads --output tableThen move into identity, access, and trust paths:
harrierops-kube service-accounts --output table
harrierops-kube rbac --output table
harrierops-kube permissions --output table
harrierops-kube secrets --output table
harrierops-kube privesc --output table
harrierops-kube chains workload-identity-pivot --output table- Wiki: operator walkthroughs, reading order, practical interpretation, and next-step guidance
- Repo docs: output contracts, schemas, and versioned implementation detail
- CLI help:
harrierops-kube helpandharrierops-kube <command> help
- Post-Exposure Kubernetes Triage: a practical order for moving from foothold confirmation into exposed paths, workload consequence, identity, secrets, and escalation follow-up
Core
Identity
Orchestration
Workload
Exposure
Secrets
Investigations
Reference
Later Depth
-
images(later depth surface, not yet a full guide page)