Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 1014 Bytes

architecture.md

File metadata and controls

16 lines (9 loc) · 1014 Bytes

Architecture

To clarify standpoint of Pouch in container system, we construct it with explicit architecture. To ensure the clear separation of functionality, we have organized Pouch with components. Therefore, when mentioning architecture, we usually include two parts:

  • ecosystem architecture
  • component architecture

Ecosystem Architecture

In pouch's roadmap, we set ecosystem embracing as a big target. To upper orchestrating layer, pouch supports Kubernetes and Swarm. To underlying runtime layer, pouch is compatible with oci-compatible runtime, such as runC, runV, runlxc and so on. To make storage and network big supplements, CNI and CSI are in scope right there.

Ecosystem Architecture

Component Architecture

Component Architecture