Glossary on Linux container technology, runtimes and orchestrators

Microservices Lots of „slim“ and “autonomous” Processes, scalable seperately and, in the best case, replicable. Pro: scalability and resilienceCon: complexity and traceability/transparency (Zipkin → Tracetool) Container / Vms Container technologies (here: Docker, rkt, etc.) use Linux Namespaces to enable runtime isolation for processes on the underlying OS (read: underlying Kernel, LXC, runc, etc.).Example Namespaces are:– …