Kubernetes - Pod(Understanding Kubernetes pods)
发布时间
阅读量:
阅读量
文章目录
- Overview
- Classification of Pod containers
-
Infrastructure containers, also referred to as foundation containers, are designed to provide a consistent runtime environment for applications.
-
Initialization containers are responsible for setting up the necessary services and configurations required to start an application.
-
Application containers encapsulate the dependencies of a specific application, ensuring its isolation and proper functioning.
-
2.镜像拉取策略——Image PullPolicy
-
概述
在K8S部署容器化应用程序后,它会添加一个Pod来托管你的应用实例:
Pod是从K8S中提取出的一个核心概念,并非简单的抽象工具。它不仅
全部评论 (0)
还没有任何评论哟~
