kubernetes-handbook/architecture/objects.md

30 lines
614 B
Markdown

---
title: "Kubernetes Concepts"
layout: "post"
---
基本概念
* [Pod, Service, Namespace和Node](../introduction/concepts.html)
* [Deployment](deployment.html)
* [Service](Service.html)
* [Volume和Persistent Volume](Volume.html)
* [StatefulSet](statefulset.html)
* [Secret](Secret.html)
* [DaemonSet](daemonset.html)
* [ServiceAccount](serviceaccount.html)
* [ReplicationController和ReplicaSet](replicaset.html)
* [Job](job.html)
* [CronJob](cronjob.html)
高级概念
* SecurityContext
* Resource Quota
* Pod Security Policy
* Horizontal Pod Autoscaling
* Network Policy
* Ingress
* ThirdPartyResources