project • Initial commit January 18, 2013 • Docker 0.1.0 released March 25, 2013 • 18,600+ github stars, 3800+ forks,740 Contributors…. and continues • dotCloud pivots to docker inc. October 29, 2013
use “Kubernetes” for orchestrator • Anyway orchestrator and container runtime is not similar thing • Kubernetes control (orchestrate) how contain running and health-check their readiness to user (Include control resource/complex condition to run) • Anyway in runtime level. Kubernetes also use container runtime !!! • All development and build image is base on standard of CRI (container runtime interface) and just hint almost of developer also use “docker” as major to operate • In term of DevOps we cannot avoid this !!!
know-how for container runtime is pre-requisites. • The most famous container runtime in the world is still “docker” or “containerd (still docker LoL) • With security context. Enhancement security baseline as “Shift left” was recommend from NSA/CISA • So finally the container runtime is base knowledge that all IT need to know about it