Available commands - Kit 26.k1
Quick reference for the most common commands for managing Anjana Data Platform with Helm and kubectl.
|
Kit management (anjana CLI) |
|
|---|---|
|
|
Encrypts the |
|
|
Generates the encrypted bundle from a JSON payload (used in CI/automation). |
|
|
Creates the namespace, the Kubernetes Secrets ( |
|
|
Decrypts the |
NOTE: the CLI loads its configuration from anjana.env (copy from anjana.env.example, kept out of Git) or from environment variables. LOCAL_AES_PASSPHRASE is required for anjana horus update/apply; ANJANA_DR_USER / ANJANA_DR_PASS are used for the registry pull secret.
|
Installation and upgrade (Helm) |
|
|---|---|
|
|
Downloads and packages the chart's dependencies (subcharts anjana-core, anjana-persistences, anjana-plugins). |
|
|
Initial installation of the complete platform. The |
|
|
Updates the platform to the version defined in the values. |
|
|
Uninstalls the platform (keeps PVCs and Secrets). |
|
|
Reverts to the previous release in case of an upgrade failure. |
|
|
Renders the manifests without applying them to the cluster (useful for debugging). |
|
|
Validates the chart syntax and the values without a cluster. |
|
|
History of Helm releases (versions, dates, status). |
|
|
Shows the active values in the current release. |
|
Deployment status (kubectl) |
|
|---|---|
|
|
Lists all pods and their current status. |
|
|
Real-time watch of pod status. ✅RECOMMENDED for monitoring startups and updates. |
|
|
Detailed description: events, conditions, resources, initContainers. |
|
|
Lists all resources in the namespace. |
|
Logs |
|
|---|---|
|
|
Live view of the logs. Add |
|
|
Last 200 log lines. |
|
|
Logs from the last 2 hours. |
|
|
Logs from the previous container if the pod has crashed. ✅RECOMMENDED for diagnosing crashloops. |
|
Access to pods (shell) |
|
|---|---|
|
|
Interactive terminal in the Horus pod. |
|
|
Terminal in pods with minimal shell (frontends, persistences). |
|
Secrets and configuration |
|
|---|---|
|
|
Lists the existing Secrets in the namespace. |
|
|
Lists the keys of the |
|
|
Restarts a Deployment in an orderly manner (after updating a Secret or ConfigMap). |
|
|
Restarts Horus (required for it to pick up new configuration from the Config Server). |
|
Validation |
|
|---|---|
|
|
Runs lint + template render of the chart (local validation without a cluster). |