Slide 33
Slide 33 text
● Task Groups == K8s Pods == Docker Compose
● Service discovery - Consul
● Health checks - HTTP
● Containers - or -
○ Docker / Rocket / runc …
○ Single binary apps: Java / Go / …
● or! Virtual Machines (like OpenStack Nova)
● “Run Everywhere”, “Batch”, “Service”, “Cron”
● Constraints
● Multi Datacenter + Continental
● Easy installation using GO & single binary
● Lack of Zookeeper - uses Consul instead
● Monitoring
● Pluggable service discovery: Consul / ZK / etcd / …
● Self healing
● Automatic binpacking
● Orhestration of tasks on Windows