mirror of https://github.com/dapr/docs.git
35 lines
629 B
Markdown
35 lines
629 B
Markdown
---
|
|
type: docs
|
|
title: "status CLI command reference"
|
|
linkTitle: "status"
|
|
description: "Detailed information on the status CLI command"
|
|
---
|
|
|
|
## Description
|
|
|
|
Show the health status of Dapr services.
|
|
|
|
## Supported platforms
|
|
|
|
- [Kubernetes]({{< ref kubernetes >}})
|
|
|
|
## Usage
|
|
|
|
```bash
|
|
dapr status -k
|
|
```
|
|
|
|
## Flags
|
|
|
|
| Name | Environment Variable | Default | Description
|
|
| --- | --- | --- | --- |
|
|
| `--help`, `-h` | | | Print this help message |
|
|
| `--kubernetes`, `-k` | | `false` | Show the health status of Dapr services on Kubernetes cluster |
|
|
|
|
## Examples
|
|
|
|
### Get status of Dapr services from Kubernetes
|
|
```bash
|
|
dapr status -k
|
|
```
|