Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ You can use [Helm](https://helm.sh/) to quickly create a Redis instance in our K
$ kubectl get pods
NAME READY STATUS RESTARTS AGE
redis-master-0 1/1 Running 0 69s
redis-slave-0 1/1 Running 0 69s
redis-slave-1 1/1 Running 0 22s
redis-replicas-0 1/1 Running 0 69s
redis-replicas-1 1/1 Running 0 22s
```

Note that the hostname is `redis-master.default.svc.cluster.local:6379`, and a Kubernetes secret, `redis`, is created automatically.
Expand Down Expand Up @@ -228,4 +228,4 @@ kubectl apply -f redis-pubsub.yaml
{{< /tabs >}}

## Next steps
- [Try out a Dapr quickstart]({{< ref quickstarts.md >}})
- [Try out a Dapr quickstart]({{< ref quickstarts.md >}})
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The table below shows which resources are deployed to which namespaces:
| Resource | namespace-a | namespace-b |
|------------------------ |-------------|-------------|
| Redis master | X | |
| Redis slave | X | |
| Redis replicas | X | |
| Dapr's PubSub component | X | X |
| Node subscriber | X | |
| Python subscriber | X | |
Expand Down