Skip to content

Latest commit

 

History

History

1-orchestrator-basics

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

⬅ Main Page

Orchestrator Basics

Description

An orchestrator, or more formally a Container Orchestration system, allows users to declare their intended state and then works to implement it. Examples of Container Orchestration systems include Swarm, Kubernetes, and Marathon, but there are others. In this episode we take a look at orchestrators generically and explore how shared persistent volumes can provide an application with state.

Agenda

  • Container Orchestration system overview and examples
  • Container Orchestration system availability benefit
  • Storage volumes can be used to store application state
  • Availability with regard to containers with storage volumes
  • Storage Access Modes

Declarative


declare0


declare1


declare2


declare3


Availability


available0


available1


Declarative With State


declare0


declare1


declare2

Availability With Storage Volumes


availablews0


availablews1


availablews2

Access Modes: Multiple Containers Sharing Storage Volumes


singlewriter0


singlewriter1


singlewriter2


multiwriter0


multiwriter1


multiwriter2


Thank you