Skip to content

Commit

Permalink
fix some doc links (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning authored Jul 28, 2023
1 parent 8dfd01c commit a671ae6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ discover this automatically using the Kubernetes API. The process is roughly as
5. The pod that is decided to start the cluster forms a cluster with itself.
6. The remaining pods poll that pod until it reports that it has formed a cluster, they then join it.

For a much more detailed description of this process, see the [Pekko Cluster Bootstrap documentation](https://developer.lightbend.com/docs/akka-management/current/bootstrap/details.html).
For a much more detailed description of this process, see the @ref:[Pekko Cluster Bootstrap documentation](../bootstrap/details.md).

## Bootstrap and Management dependencies

Expand Down
8 changes: 2 additions & 6 deletions docs/src/main/paradox/kubernetes-deployment/index.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
# Deploying Pekko Cluster to Kubernetes

[Akka Cloud Platform](https://developer.lightbend.com/docs/akka-platform-guide/deployment/index.html) is the easiest way to deploy an Akka Cluster application to Amazon Elastic Kubernetes Service (EKS) or Google Kubernetes Engine (GKE).

Alternatively, you can deploy to Kubernetes according to this guide, but that requires more expertise of Kubernetes.

For this guide we will be using the Pekko Cluster in Kubernetes sample.
It is available for both:

* [Java](https://developer.lightbend.com/start/?group=akka&project=pekko-sample-cluster-kubernetes-java)
* [Scala](https://developer.lightbend.com/start/?group=akka&project=pekko-sample-cluster-kubernetes-scala)
* [Java](https://github.com/apache/incubator-pekko-samples/blob/main/pekko-sample-cluster-kubernetes-java)
* [Scala](https://github.com/apache/incubator-pekko-samples/blob/main/pekko-sample-cluster-kubernetes-scala)

@@toc { depth=2 }

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ In preparation for production, we need to do two main things:
The final configuration file and deployment spec are in the sample application.
In this guide we will show snippets. Locations of the samples:

* [Java](https://developer.lightbend.com/start/?group=akka&project=pekko-sample-cluster-kubernetes-java)
* [Scala](https://developer.lightbend.com/start/?group=akka&project=pekko-sample-cluster-kubernetes-scala)
* [Java](https://github.com/apache/incubator-pekko-samples/blob/main/pekko-sample-cluster-kubernetes-java)
* [Scala](https://github.com/apache/incubator-pekko-samples/blob/main/pekko-sample-cluster-kubernetes-scala)

## Deployment Spec

Expand Down
6 changes: 3 additions & 3 deletions project/project-info.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ project-info {
text: "GitHub issues"
}
release-notes: {
url: "https://github.com/apache/incubator-pekko-management/releases"
text: "GitHub releases"
url: "https://pekko.apache.org/docs/pekko-management/current/release-notes/index.html"
text: "Release Notes"
}
forums: [
{
text: "Apache Pekko User mailing list"
url: "https://lists.apache.org/list.html?user@pekko.apache.org"
url: "https://lists.apache.org/list.html?users@pekko.apache.org"
}
{
text: "Apache Pekko Dev mailing list"
Expand Down

0 comments on commit a671ae6

Please sign in to comment.