|
| 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. |
0 commit comments