canasta status
From Canasta Wiki
canasta > status
canasta status
Show pod/PVC/ingress/cert state for a single instance
Synopsis
Show runtime state for a single Canasta instance: containers /
pods, volumes, ingress / domain, and (on Kubernetes) the TLS
certificate. Replaces the orchestrator-native incantations the
multi-node walkthrough currently spells out (`kubectl get pods,
pvc,ingress,certificate -n canasta-<id> on K8s; docker
compose ps` on Compose).
canasta status [flags]
Examples
canasta status --id mysite
cd /path/to/instance && canasta status
Flags
| Flag | Shorthand | Description | Default | Required | Orchestrator |
|---|---|---|---|---|---|
--id |
-i |
Canasta instance ID | * | Both |
* Defaults to the Canasta instance matching the current directory, if any.
Global Flags
| Flag | Shorthand | Description | Default | Required | Orchestrator |
|---|---|---|---|---|---|
--help |
-h |
Show help message and exit | Both | ||
--verbose |
-v |
Enable verbose output | Both |