CLI Reference

Podmin supports the following commands:

Secret operations alternatively accept --system instead of --for, --namespace, and --provider. System operations use the context's default secrets provider and permit only explicitly user-manageable keys; currently that allowlist contains otel-logs-headers. secret list --system hides internal keys such as cluster and workload CAs. Provider-specific deletion and restoration semantics are the same as for workload secrets.

PROVIDER is aws-parameter-store or aws-secrets-manager. connect stores the context default, initially aws-parameter-store; secret commands use it unless --provider overrides it. Parameter Store values must be UTF-8 and at most 4 KiB; deletion is permanent, so use destroy. Secrets Manager supports binary values up to 64 KiB, and delete/restore use its 30-day recovery window.

Commands which access cluster infrastructure or object storage require a current context. Local manifest and image operations do not. Both binaries expose build metadata with --version without loading a context.

Cluster and NodeGroup IDs share these rules:

The manifest namespace defaults to default. init, deploy, and delete use --nodegroup/-g; secret commands use the Kubernetes-aligned --namespace/-n, also defaulting to default.