Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Introduction to Container

Avatar for praparn praparn
June 04, 2022

Introduction to Container

Introduction to Container

Avatar for praparn

praparn

June 04, 2022
Tweet

More Decks by praparn

Other Decks in Technology

Transcript

  1. Outline • Container on year 2022 • Why container is

    matter ? • Why not just Kubernetes ? • The ShowCase
  2. Why container is matter ? • A dotCloud (PAAS provider)

    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
  3. Why not just Kubernetes ? • Yes! The world is

    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 !!!
  4. Why not just Kubernetes ? • For troubleshooting/provide pipeline the

    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
  5. Q&A