status CLI command reference

Detailed information on the status CLI command

Description

Show the health status of Dapr services.

Supported platforms

Usage

  1. dapr status -k

Flags

NameEnvironment VariableDefaultDescription
—help, -hPrint this help message
—kubernetes, -kfalseShow the health status of Dapr services on Kubernetes cluster

Examples

  1. # Get status of Dapr services from Kubernetes
  2. dapr status -k

Warning messages

This command can issue warning messages.

Root certificate renewal warning

If the mtls root certificate deployed to the Kubernetes cluster expires in under 30 days the following warning message is displayed:

  1. Dapr root certificate of your Kubernetes cluster expires in <n> days. Expiry date: <date:time> UTC.
  2. Please see docs.dapr.io for certificate renewal instructions to avoid service interruptions.

Last modified April 1, 2022: Addressing review comments (72af4c74)