OpenShift Concepts TODEPLETE: Difference between revisions
Jump to navigation
Jump to search
(→Node) |
(→Node) |
||
Line 13: | Line 13: | ||
==Node== | ==Node== | ||
A node is a RHEL or Red Hat Atomic Host where applications run. Nodes are orchestrated by [[#Master|masters]]. | A node is a RHEL or Red Hat Atomic Host where applications run. Nodes are orchestrated by [[#Master|masters]]. [[The_node_Daemon|The node daemon]] runs on node. | ||
=The node Daemon= |
Revision as of 21:07, 29 April 2017
Internal
Overview
OpenShift is supported anywhere RHEL is: bare metal, virtualized infrastructure (Red Hat Virtualization, vSphere, Hyper-V), OpenStack platform, public cloud providers (Amazon, Google, Azure). It runs on RHEL and RHEL Atomic.
OpenShift Hosts
Master
Node
A node is a RHEL or Red Hat Atomic Host where applications run. Nodes are orchestrated by masters. The node daemon runs on node.