Make your own rules for a chess-like game in a dedicated Domain Specific Language and play it with others.
Build all containers with:
docker-compose build
Start all containers with:
docker-compose up
Service gateway will be available at http://localhost:5000/
.
- Setup Kubernetes cluster and acquire credentials.
- Configure server address in
k8s.yaml
. kubectl apply -f ./k8s.yaml
.