-
This document explains how to set up and start up a Kubernetes cluster with Lagom services, either on AWS or in a Minikube
-
We have created 3 demo services connected to the Service Registry
-
A Telegram bot Lagom service forwarding requests to the Wolfram Lagom service
-
A Wolfram Lagom service forwarding requests from the Telegram bot to the Wolfram Alpha engine, then forwards the response back to the Telegram bot Lagom service
-
A HelloWorld service simply returning environment variables
-
-
These 3 services, as well as the Service Registry, are deployed into the Kubernetes cluster
-
Compile and configure the Service Registry
-
Compile and configure the Lagom demo services
-
Deploy Kubernetes on Minicube locally
-
Deploy a Kubernetes cluster on AWS using kops
-
Automatically deploy a Kubernetes cluster on AWS using Ansible
See the tutorial to learn how to build and deploy an application using the example of a Telegram bot.