Merge pull request #37812 from T-Lakshmi/containerized-applications

Expand glossary entry for Container
pull/38004/head
Kubernetes Prow Robot 2022-11-21 12:42:13 -08:00 committed by GitHub
commit 7ac5aee8e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,4 +16,4 @@ tags:
<!--more-->
Containers decouple applications from underlying host infrastructure to make deployment easier in different cloud or OS environments, and for easier scaling.
The applications that run inside containers are called containerized applications. The process of bundling these applications and their dependencies into a container image is called containerization.