@ -104,7 +104,7 @@ Secondly initialize Dapr for your cluster following the instructions [here](http
You can verify that these steps have been performed correctly by running the following command:
```sh
dapr components--kubernetes
dapr components--kubernetes
```
```txt
@ -142,4 +142,4 @@ To access the application, port-forward to the `store` service. This will make t
kubectl port-forward svc/store 5000:80
```
>:bulb: If you need to see logs using `kubectl logs ...` you need to specify the container name when using Dapr, because there are multiple containers in the pod. Use `-c daprd` for the Dapr sidecar and `-c <projectname>` for the application (ex: `-c store`).
>:bulb: If you need to see logs using `kubectl logs ...` you need to specify the container name when using Dapr, because there are multiple containers in the pod. Use `-c daprd` for the Dapr sidecar and `-c <projectname>` for the application (ex: `-c store`).