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
6 changes: 3 additions & 3 deletions docs/src/main/paradox/additional/deploying.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ Deploy to Kubernetes according to the guide and example project for [Deploying a
### Cluster bootstrap

To take advantage of running inside Kubernetes while forming a cluster,
[Pekko Cluster Bootstrap]($pekko.doc.dns$/docs/pekko-management/current/bootstrap/) helps forming or joining a cluster using Pekko Discovery to discover peer nodes.
with the Kubernetes API or Kubernetes via DNS.
[Pekko Cluster Bootstrap]($pekko.doc.dns$/docs/pekko-management/current/bootstrap/) helps forming or joining a cluster using Pekko Discovery with
the Kubernetes API or Kubernetes via DNS to discover peer nodes.

You can look at the
@java[[Cluster with Kubernetes example project](https://github.com/apache/pekko-samples/tree/main/pekko-sample-cluster-kubernetes-java)]
Expand All @@ -29,7 +29,7 @@ that you will need to take special care with the network configuration when usin
described here: @ref:[Pekko behind NAT or in a Docker container](../remoting-artery.md#remote-configuration-nat-artery)

You can look at the
@java[[Cluster with docker-compse example project](https://github.com/apache/pekko-samples/tree/main/pekko-sample-cluster-docker-compose-java)]
@java[[Cluster with docker-compose example project](https://github.com/apache/pekko-samples/tree/main/pekko-sample-cluster-docker-compose-java)]
@scala[[Cluster with docker-compose example project](https://github.com/apache/pekko-samples/tree/main/pekko-sample-cluster-docker-compose-scala)]
to see what this looks like in practice.

Expand Down
2 changes: 1 addition & 1 deletion docs/src/main/paradox/additional/operations.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ See @ref:[Rolling Updates, Cluster Shutdown and Coordinated Shutdown](../additio

There are several management tools for the cluster.
Complete information on running and managing Pekko applications can be found in
the @exref:[Pekko Management](pekko-management:) project documentation.
the @extref:[Pekko Management](pekko-management:) project documentation.

<a id="cluster-http"></a>
### HTTP
Expand Down
2 changes: 1 addition & 1 deletion docs/src/main/paradox/common/other-modules.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Other Apache Pekko modules

This page describes modules that compliment libraries from the Pekko core. See [this overview]($pekko.doc.dns$/docs/pekko/current/typed/guide/modules.html) instead for a guide on the core modules.
This page describes modules that complement libraries from the Pekko core. See [this overview]($pekko.doc.dns$/docs/pekko/current/typed/guide/modules.html) instead for a guide on the core modules.

## [Pekko HTTP]($pekko.doc.dns$/docs/pekko-http/current/)

Expand Down