A/B testing app: in-memory, fast and lightweight.
docker build -t sdia/abento:latest .
docker run -d -p 8000:8000 sdia/abento:latest
docker push sdia/abento:latest
$ kubectl get pods
$ kubectl exec -it some-pod -- /bin/bash
$ _build/prod/rel/abento/bin/abento remote_console
# dashboard
kubectl proxy
# goto
http://localhost:8001/api/v1/namespaces/kube-system/services/https:kubernetes-dashboard:/proxy/#!/overview?namespace=default
# connect load balancer
http://localhost:8001/api/v1/namespaces/default/services/myelb/proxy/