mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-06 06:46:26 +01:00
49 lines
2.8 KiB
Plaintext
49 lines
2.8 KiB
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * installing/index.adoc
|
|
|
|
:_content-type: REFERENCE
|
|
[id="install-openshift-common-terms_{context}"]
|
|
= Glossary of common terms for {product-title} installing
|
|
|
|
This glossary defines common terms that are used in the installation content. These terms help you understand installation effectively.
|
|
|
|
Bootstrap node::
|
|
A temporary machine that runs a minimal Kubernetes configuration to deploy the {product-title} control plane.
|
|
|
|
Control plane::
|
|
A container orchestration layer that exposes the API and interfaces to define, deploy, and manage the lifecycle of containers. Also known as control plane machines.
|
|
|
|
Compute node::
|
|
Nodes that are responsible for executing workloads for cluster users. Also known as worker nodes.
|
|
|
|
Disconnected installation::
|
|
There are situations where parts of a data center might not have access to the internet, even through proxy servers. You can still install the {product-title} in these environments, but you must download the required software and images and make them available to the disconnected environment.
|
|
|
|
The {product-title} installation program::
|
|
A program that provisions the infrastructure and deploys a cluster.
|
|
|
|
Installer-provisioned infrastructure::
|
|
The installation program deploys and configures the infrastructure that the cluster runs on.
|
|
|
|
Ignition config files::
|
|
A file that Ignition uses to configure {op-system-first} during operating system initialization. The installation program generates different Ignition config files to initialize bootstrap, control plane, and worker nodes.
|
|
|
|
Kubernetes manifests::
|
|
Specifications of a Kubernetes API object in a JSON or YAML format. A configuration file can include deployments, config maps, secrets, daemonsets etc.
|
|
|
|
Kubelet::
|
|
A **primary node** agent that runs on each node in the cluster to ensure that containers are running in a pod.
|
|
|
|
Load balancers::
|
|
A load balancer serves as the single point of contact for clients. Load balancers for the API distribute incoming traffic across control plane nodes.
|
|
|
|
Machine Config Operator::
|
|
An Operator that manages and applies configuration and updates of the base operating system and container runtime, including everything between the kernel and kubelet for the nodes in the cluster.
|
|
|
|
Operators::
|
|
The preferred method of packaging, deploying, and managing a Kubernetes application in an {product-title} cluster. An operator takes human operational knowledge and encodes it into software that is easily packaged and shared with customers.
|
|
|
|
User-provisioned infrastructure::
|
|
You can install {product-title} on infrastructure that you provide. You can use the installation program to generate the assets required to provision the cluster infrastructure, create the cluster infrastructure, and then deploy the cluster to the infrastructure that you provided.
|