Skip to main content

Architecture

David LiuLess than 1 minute

Architecture

Kubernetes 提供了多种资源对象,用户可以根据自己应用的特性加以选择。这些对象有:


类别名称
资源对象Pod、ReplicaSet、ReplicationController、Deployment、StatefulSet、DaemonSet、Job、CronJob、HorizontalPodAutoscaler
配置对象Node、Namespace、Service、Secret、ConfigMap、Ingress、Label、CustomResourceDefinition、 ServiceAccount
存储对象Volume、Persistent Volume
策略对象SecurityContext、ResourceQuota、LimitRange