kmap kmap

Your services, your names, every cluster.

The cluster client shows you the cluster. kmap shows you your services — under your names, across every namespace, against every environment, in one table. And the row with no pods tells you why it has none.

same aliases · three clusters
$ kmap pods command: klocal
local — 5 alias(es) 22:08:45 ALIASWORKLOADREADYSTATUSREASONRESTARTSAGEDOCSapiapi-server1/1Running03hhttps://api.example.com/docsauthauth1/1Running22dworkerworker0/1PendingInit:1/204mqueuequeuescaled to 0cachecache1/1Running09d
$ kmap pods staging context: Staging
staging — 5 alias(es) 22:08:45 ALIASWORKLOADREADYSTATUSREASONRESTARTSAGEDOCSapibackend2/2Running06dhttps://api.stg.example.com/docsauthauth-svc1/1Running06dworkerworker1/1Running06dqueuequeueno podscacheredis1/1Running112d
$ kmap pods prod context: Production
prod — 5 alias(es) [protected] 22:08:45 ALIASWORKLOADREADYSTATUSREASONRESTARTSAGEDOCSapiapi-gateway6/6Running021dhttps://api.prod.example.com/docsauthauth3/3Running021dworkerworker4/4Running19dqueuequeue2/2Running034dcachecache-redisselector missed3 unmatched

└─ a row that is not running says why. Pending carries how far Init got; an empty row is asked about, and comes back scaled to 0, no pods, not deployed or selector missed — never a blank.

~$ curl -LsSf https://kmap.aymenkrifa.com/install.sh | sh

then kmap init reads your kubeconfig, turns every context into an environment, and marks anything named like production as protected.