Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 831 Bytes

architecture.md

File metadata and controls

20 lines (14 loc) · 831 Bytes

Architecture

Fabric8 provides a number of Microservices and tools above the Kubernetes cloud.

  • Docker provides the abstraction for packaging and creating Linux based lightweight containers
  • Kubernetes provides the mechanism for orchestrating docker containers on multiple hosts (like a distributed systemd) together with networking them together
  • Kubernetes extensions provides the packaging, templating and building mechanisms

Kubernetes model

Kubernetes extensions from OpenShift Origin v3