Whereever I am looking for LxC integration with Mesos, I am getting DOCKER + MESOS or DOCKER + MESOS + MARATHON. No where there is to find a tutorial about LxC integration with Mesos and auto-scaling.
I was trying to deploy
- nginx - LxC Centos 6 - container-nginx
- python + django - LxC Ubuntu - container-dj
- mysql - LxC Centos 6 - container-mysql
- redis - LxC Centos 6 - container-redis
I know that now I am to use Mesos Slave to integrate the LxC, but I am not able to find out how to integrate LxC to Mesos and the austoscale and test HA.
All the answers are pointing to DOCKER this and that.