Kubernetes Concepts: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 25: Line 25:
A distributed key/value datastore for state within the environment.
A distributed key/value datastore for state within the environment.


{{Internal|Kubernetes Concepts#etcd|OpenShift etcd}}
{{Internal|OpenShift Concepts#etcd|OpenShift etcd}}

Revision as of 21:33, 29 April 2017

External

Internal

Overview

Pod

One or more containers deployed together on one host, containing collocated applications that are relatively tightly coupled and run with a shared context. The containers in a pod share resources as IP addresses and volumes. The pod is the smallest unit that can be defined, deployed and managed. Kubernetes orchestrates pods.

Complex applications can be made of any pods.

OpenShift Pod

Volume

OpenShift Volume

etcd

A distributed key/value datastore for state within the environment.

OpenShift etcd