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

Kubernetes Basics

Kubernetes Basics

Victor Bogo

May 21, 2020
Tweet

More Decks by Victor Bogo

Other Decks in Technology

Transcript

  1. 6

  2. ‘‘Kubernetes (K8s) is an open-source system for automating deployment, scaling,

    and management of containerized applications. It groups containers that make up an application into logical units for easy management and discovery. Kubernetes builds upon 15 years of experience of running production workloads at Google, combined with best-of-breed ideas and practices from the community. 7
  3. 8

  4. Pod rails rails worker fluentD serviceA-1 A Pod is a

    group of containers that together represent an app 11 health check HTTP 200 /status HTTP 200 /status binary ./health
  5. serviceA-1 And Pods can be deployed on different Kubernetes nodes

    serviceA-2 serviceB-1 serviceC-1 12 node 1 node 2 node 3
  6. 20