Update README.md (#253)

This commit is contained in:
Yaron Schneider 2020-02-09 21:28:20 -08:00 committed by GitHub
parent e982e83de7
commit 406690ebe3
1 changed files with 26 additions and 0 deletions

View File

@ -247,6 +247,32 @@ To list all Dapr instances running in a Kubernetes cluster:
$ dapr list --kubernetes
```
### Check mTLS status
To check if Mutual TLS is enabled in your Kubernetes cluster:
```
$ dapr mtls --kubernetes
```
### List Components
To list all Dapr components on Kubernetes:
```
$ dapr components --kubernetes
```
### List Configurations
To list all Dapr configurations on Kubernetes:
```
$ dapr configurations --kubernetes
```
### Stop
Use ```dapr list``` to get a list of all running instances.