Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Docker Compose & Swarm support #1

Open
dkirrane opened this issue Mar 8, 2017 · 1 comment
Open

Docker Compose & Swarm support #1

dkirrane opened this issue Mar 8, 2017 · 1 comment

Comments

@dkirrane
Copy link

dkirrane commented Mar 8, 2017

Anyway to run XAP in multi-host environment on an overlay network?
It would be great if there was a docker-compose file for deploying XAP and PUs to a Docker swarm.

Maybe one docker-compose file with a service for the gsm, gsa, lus, gsc, a few pus and deploy them to a swarm.

@spogrebna
Copy link
Contributor

You can deploy XAP with Kubernetes cluster that is running in multi-host environment. There are already kubernetes templates to create 3 different k8s deployments, that run dockerized XAP components:
1)1 GSA, 1 GSM, 1 LUS and N GSC - 'xap management node' deployment, that starts 1 pod.
2)1 GSA and N GSC - 'xap compute node' deployment, that starts N pods
3) 'gs webui' deployment - 1 pod
You can deploy PUs to such XAP cluster as usual: via GS webui, GS CLI or GS maven plugin.

Please, find more details regarding k8s networking options on https://kubernetes.io/docs/concepts/cluster-administration/networking .

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants