Skip to content

Commit ef61ffc

Browse files
Merge pull request #52812 from xenolinux/registry-common-terms
OSDOCS#4563: Add common terms for registry book
2 parents 4c31dc0 + 0aa6652 commit ef61ffc

File tree

2 files changed

+55
-0
lines changed

2 files changed

+55
-0
lines changed

modules/registry-common-terms.adoc

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * registry/index.adoc
4+
5+
:_content-type: REFERENCE
6+
[id="openshift-registry-common-terms_{context}"]
7+
= Common registry terms
8+
9+
This glossary defines the common terms that are used in the registry content.
10+
11+
container::
12+
Lightweight and executable images that consist software and all its dependencies. Because containers virtualize the operating system, you can run containers in data center, a public or private cloud, or your local host.
13+
14+
Image Registry Operator::
15+
The Image Registry Operator runs in the `openshift-image-registry` namespace, and manages the registry instance in that location.
16+
17+
image repository::
18+
An image repository is a collection of related container images and tags identifying images.
19+
20+
mirror registry::
21+
The mirror registry is a registry that holds the mirror of {product-title} images.
22+
23+
namespace::
24+
A namespace isolates groups of resources within a single cluster.
25+
26+
{product-title} registry::
27+
{product-title} registry is the registry provided by {product-title} to manage images.
28+
29+
pod::
30+
The pod is the smallest logical unit in Kubernetes. A pod is comprised of one or more containers to run in a worker node.
31+
32+
private registry::
33+
A registry is a server that implements the container image registry API. A private registry is a registry that requires authentication to allow users access its contents.
34+
35+
public registry::
36+
A registry is a server that implements the container image registry API. A public registry is a registry that serves its contently publicly.
37+
38+
Quay.io::
39+
A public Red Hat Quay Container Registry instance provided and maintained by Red Hat, that serves most of the container images and Operators to {product-title} clusters.
40+
41+
registry authentication::
42+
To push and pull images to and from private image repositories, the registry needs to authenticate its users with credentials.
43+
44+
route::
45+
Exposes a service to allow for network access to pods from users and applications outside the {product-title} instance.
46+
47+
scale down::
48+
To decrease the number of replicas.
49+
50+
scale up::
51+
To increase the number of replicas.
52+
53+
service::
54+
A service exposes a running application on a set of pods.

registry/index.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ toc::[]
88

99
{product-title} can build images from your source code, deploy them, and manage their lifecycle. It provides an internal, integrated container image registry that can be deployed in your {product-title} environment to locally manage images. This overview contains reference information and links for registries commonly used with {product-title}, with a focus on the internal image registry.
1010

11+
include::modules/registry-common-terms.adoc[leveloffset=+1]
1112
include::modules/registry-integrated-openshift-registry.adoc[leveloffset=+1]
1213

1314
[role="_additional-resources"]

0 commit comments

Comments
 (0)