OpenShift - Architecture
OpenShift - Architecture
Menu Login
Coding
HTMLGroundCSS Javascript SQL Python Java C C++ PHP Scala C# Node.Js
Category
Jobs
Development
OpenShift - Architecture
Academic Tutorials
Whiteboard
Computer Science
OpenShift is a layered system wherein each layer is tightly bound with the other layer using Kubernetes and Docker
Databases
cluster. The architecture of OpenShift is designed in such a way that it can support and manage Docker containers, which
are hosted on top of all the layers using Kubernetes. Unlike the earlier version of OpenShift V2, the new version of
DevOps
OpenShift V3 supports containerized infrastructure. In this model, Docker helps in creation of lightweight Linux-based
containers and Kubernetes supports the task of orchestrating and managing containers on multiple hosts.
Digital Marketing
Engineering Tutorials
Exams Syllabus
Famous Monuments
GATE Exams
Latest Technologies
Machine Learning
Mainframe Development
Management Tutorials
Mathematics Tutorials
Microsoft Technologies
Misc tutorials
Mobile Development
Components of OpenShift
Java Technologies
One of the key components of OpenShift architecture is to manage containerized infrastructure in Kubernetes. Kubernetes
Python Technologies
is responsible for Deployment and Management of infrastructure. In any Kubernetes cluster, we can have more than one
master
SAPand multiple nodes, which ensures there is no point of failure in the setup.
Tutorials
Programming Scripts
Selected Reading
Software Quality
Soft Skills
Telecom Tutorials
Web Development
https://www.tutorialspoint.com/openshift/openshift_architecture.htm 1/4
10/13/23, 11:52 AM OpenShift - Architecture
Sports Tutorials
XML Technologies
Multi-Language
Interview Questions
Library
API Server − Kubernetes is an API server which provides all the operation on cluster using the API. API server
implements an interface which means different tools and libraries can readily communicate with it. A kubeconfig is a
package along with the server side tools that can be used for communication. It exposes Kubernetes API”.
Controller Manager − This component is responsible for most of the collectors that regulate the state of the cluster and
perform a task. It can be considered as a daemon which runs in a non-terminating loop and is responsible for collecting
Certification
and sending information to API server. It works towards getting the shared state of the cluster and then make changes to
bring the current status of the server to a desired state. The key controllers are replication controller, endpoint controller,
namespace controller, and service account controller. The controller manager runs different kind of controllers to handle
nodes, endpoint, etc.
Scheduler − It is a key component of Kubernetes master. It is a service in master which is responsible for distributing the
workload. It is responsible for tracking the utilization of working load on cluster nodes and then placing the workload on
which resources are available and accepting the workload. In other words, this is the mechanism responsible for allocating
pods to available nodes. The scheduler is responsible for workload utilization and allocating a pod to a new node.
Kubernetes
Login Node Components
Following are the key components of the Node server, which are necessary to communicate with the Kubernetes master.
Docker − The first requirement of each node is Docker which helps in running the encapsulated application containers in a
relatively isolated but lightweight operating environment.
Kubelet Service − This is a small service in each node, which is responsible for relaying information to and from the
control plane service. It interacts with etcd store to read the configuration details and Wright values. This communicates
with the master component to receive commands and work. The kubelet process then assumes responsibility for
maintaining the state of work and the node server. It manages network rules, port forwarding, etc.
Kubernetes Proxy Service − This is a proxy service which runs on each node and helps in making the services available
to the external host. It helps in forwarding the request to correct containers. Kubernetes Proxy Service is capable of
carrying out primitive load balancing. It makes sure that the networking environment is predictable and accessible but at
https://www.tutorialspoint.com/openshift/openshift_architecture.htm 2/4
10/13/23, 11:52 AM OpenShift - Architecture
the same time it is isolated as well. It manages pods on node, volumes, secrets, creating new containers health checkup,
etc.
OpenShift container registry is an inbuilt storage unit of Red Hat, which is used for storing Docker images. With the latest
integrated version of OpenShift, it has come up with a user interface to view images in OpenShift internal storage. These
registries are capable of holding images with specified tags, which are later used to build containers out of it.
Project − They can be defined as the renamed version of the domain which was present in the earlier version of
OpenShift V2.
Container − They are the ones which are created after the image is deployed on a Kubernetes cluster node.
Node − A node is a working machine in Kubernetes cluster, which is also known as minion for master. They are working
units which can a physical, VM, or a cloud instance.
Pod − A pod is a collection of containers and its storage inside a node of a Kubernetes cluster. It is possible to create a
pod with multiple containers inside it. For example, keeping the database container and web server container inside the
pod.
Get Started
Advertisements
https://www.tutorialspoint.com/openshift/openshift_architecture.htm 3/4
10/13/23, 11:52 AM OpenShift - Architecture
Affiliates eBooks
https://www.tutorialspoint.com/openshift/openshift_architecture.htm 4/4