diff --git a/akka-docs/src/main/paradox/additional/deploying.md b/akka-docs/src/main/paradox/additional/deploying.md index de376e05e2..884047fb64 100644 --- a/akka-docs/src/main/paradox/additional/deploying.md +++ b/akka-docs/src/main/paradox/additional/deploying.md @@ -5,7 +5,9 @@ project.description: How to deploy Akka Cluster to Kubernetes and Docker. ## Deploying to Kubernetes -See the guide and example project for [Deploying Akka Cluster to Kubernetes](https://doc.akka.io/docs/akka-management/current/kubernetes-deployment/index.html). +[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 the guide and example project for [Deploying Akka Cluster to Kubernetes](https://doc.akka.io/docs/akka-management/current/kubernetes-deployment/index.html), but that requires more expertise of Kubernetes. ### Cluster bootstrap