Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: mention some cloud provider edge environments #1045

Merged
merged 1 commit into from
Oct 19, 2023
Merged
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
9 changes: 9 additions & 0 deletions akka-edge-docs/src/main/paradox/lightweight-deployments.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@ Some approaches to running lightweight deployments for Akka Edge applications in
* @ref[Building GraalVM Native Image executables](#graalvm-native-image)
* @ref[Configuring adaptive resource usage with multidimensional autoscaling](#multidimensional-autoscaling)

These approaches are useful when running applications in edge environments that are on-premise or in 5G edge computing
infrastructure, including cloud provider products such as [AWS Wavelength], [AWS Outposts], [Google Distributed Cloud
Edge], or [Azure Stack Edge].

[AWS Wavelength]: https://aws.amazon.com/wavelength/
[AWS Outposts]: https://aws.amazon.com/outposts/
[Google Distributed Cloud Edge]: https://cloud.google.com/distributed-cloud-edge
[Azure Stack Edge]: https://azure.microsoft.com/en-us/products/azure-stack/edge/


## Lightweight Kubernetes

Expand Down