Kubernetes support
See original GitHub issueIt would be great if Lagom also supported Kubernetes as a target production platform.
This would require the following things:
- Kubernetes based
ServiceLocator
implementation - Pick up configuration for Akka clustering, service location and database location from Kubernetes
- sbt-native-packager based packaging to produce artifacts that can be deployed by Kubernetes
- Documentation
To be clear, this is not going to be implemented by Lightbend, but we are creating this issue to indicate that we would be happy to accept such contributions from the community. We recommend, at least initially, implementing it in a separate repo, which could later be pulled into the Lagom GitHub organization if that makes sense.
Issue Analytics
- State:
- Created 7 years ago
- Reactions:39
- Comments:13 (9 by maintainers)
Top Results From Across the Web
Kubernetes
Kubernetes, also known as K8s, is an open-source system for automating deployment, scaling, and management of containerized applications.
Read more >K8Support | Enterprise Grade Kubernetes Support: K8S
K8Support makes it easy to start working with Kubernetes and a microservices architecture, providing end-to-end service and support throughout your journey ...
Read more >Kubernetes Enterprise Support | K8S Professional Experts Help
Get expert advice and Kubernetes enterprise support for multi cloud environments from our highly-skilled team of Kubernetes engineers!
Read more >Support | Google Kubernetes Engine (GKE)
Troubleshooting ; Troubleshooting common issues. Troubleshooting common issues with GKE. ; Troubleshooting the container runtime. Troubleshooting steps for known ...
Read more >Kubernetes (K8s) - GitHub
... GitHub - kubernetes/kubernetes: Production-Grade Container Scheduling and ... If you need support, start with the troubleshooting guide, and work your ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’ve started: https://github.com/huntc/kubernetes-lib/tree/master
I actually have a DNS SRV implementation in flight. More on that this week.