Skip to content

Commit dd34514

Browse files
authored
Merge pull request #52772 from xenolinux/overview-openshift
OSDOCS#4554: Add an overview of OpenShift with a diagram
2 parents d8e96a6 + 6234078 commit dd34514

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

getting_started/openshift-overview.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ toc::[]
1818
With its foundation in Kubernetes, {product-title} incorporates the same technology that serves as the engine for massive telecommunications, streaming video, gaming, banking, and other applications. Its implementation in open Red Hat technologies lets you extend your containerized applications beyond a single cloud to on-premise and multi-cloud environments.
1919

2020
include::modules/getting-started-openshift-common-terms.adoc[leveloffset=+1]
21+
include::modules/understanding-openshift.adoc[leveloffset=+1]
22+
2123

2224
[id="openshift-overview-install-openshift"]
2325
== Installing {product-title}

modules/understanding-openshift.adoc

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * getting-started/openshift-overview.adoc
4+
5+
:_content-type: CONCEPT
6+
[id="understanding-openshift_{context}"]
7+
= Understanding {product-title}
8+
9+
{product-title} is a Kubernetes environment for managing the lifecycle of container-based applications and their dependencies on various computing platforms, such as bare metal, virtualized, on-premise, and in cloud. {product-title} deploys, configures and manages containers. {product-title} offers usability, stability, and customization of its components.
10+
11+
{product-title} utilises a number of computing resources, known as nodes. A node has a lightweight, secure operating system based on {op-system-base-full}, known as {op-system-first}.
12+
13+
After a node is booted and configured, it obtains a container runtime, such as CRI-O or Docker, for managing and running the images of container workloads scheduled to it. The Kubernetes agent, or kubelet schedules container workloads on the node. The kubelet is responsible for registering the node with the cluster and receiving the details of container workloads.
14+
15+
{product-title} configures and manages the networking, load balancing and routing of the cluster. {product-title} adds cluster services for monitoring the cluster health and performance, logging, and for managing upgrades.
16+
17+
The container image registry and OperatorHub provide Red Hat certified products and community built softwares for providing various application services within the cluster. These applications and services manage the applications deployed in the cluster, databases, frontends and user interfaces, application runtimes and business automation, and developer services for development and testing of container applications.
18+
19+
You can manage applications within the cluster either manually by configuring deployments of containers running from pre-built images or through resources known as Operators. You can build custom images from pre-build images and source code, and store these custom images locally in an internal, private or public registry.
20+
21+
The Multicluster Management layer can manage multiple clusters including their deployment, configuration, compliance and distribution of workloads in a single console.
22+
23+
image::oke-about-ocp-stack-image.png[Red Hat {oke}]

0 commit comments

Comments
 (0)