0% found this document useful (0 votes)
27 views

OpenShift - Architecture

Uploaded by

jobs.harevalo
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
27 views

OpenShift - Architecture

Uploaded by

jobs.harevalo
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

10/13/23, 11:52 AM OpenShift - Architecture

Menu Login

Home Search tutorials, courses and ebooks...

Coding
HTMLGroundCSS Javascript SQL Python Java C C++ PHP Scala C# Node.Js
Category

Jobs
Development
OpenShift - Architecture
Academic Tutorials
Whiteboard

Big Data & Analytics


Tools
Computer Programming

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

UPSC IAS Exams

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

Kubernetes Master Machine Components


Articles
Etcd − It stores the configuration information, which can be used by each of the nodes in the cluster. It is a high
availability key value store that can be distributed among multiple nodes. It should only be accessible by Kubernetes API
server as it may have sensitive information. It is a distributed key value Store which is accessible to all.

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.

Integrated OpenShift Container Registry

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.

Frequently Used Terms


Image − Kubernetes (Docker) images are the key building blocks of Containerized Infrastructure. As of now, Kubernetes
only supports Docker images. Each container in a pod has its Docker image running inside it. When configuring a pod, the
image property in the configuration file has the same syntax as the Docker command.

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.

Kickstart Your Career


Get certified by completing the course

Get Started

Print Page Previous Next

Advertisements

Tutorials Point is a leading Ed Tech


company striving to provide the best
learning material on technical and non-
technical subjects.

https://www.tutorialspoint.com/openshift/openshift_architecture.htm 3/4
10/13/23, 11:52 AM OpenShift - Architecture

About us Terms Our Products Contact Us


Company Terms of use Free Library Tutorials Point India Private Limited,
Incor9 Building, Kavuri Hills, Madhapur,
Our Team Privacy Policy Articles
Hyderabad, Telangana - 500081, INDIA
Careers Refund Policy Coding Ground

Jobs Cookies Policy Certifications

Become a Teacher FAQ's Courses

Affiliates eBooks

Contact Us Corporate Training

Free Web Graphics

© Copyright 2023. All Rights Reserved.

https://www.tutorialspoint.com/openshift/openshift_architecture.htm 4/4

You might also like