# 核心原理

- [核心原理](https://kubernetes.feisky.xyz/concepts/index.md)
- [架构原理](https://kubernetes.feisky.xyz/concepts/architecture.md)
- [设计理念](https://kubernetes.feisky.xyz/concepts/concepts.md)
- [核心组件](https://kubernetes.feisky.xyz/concepts/components.md)
- [etcd](https://kubernetes.feisky.xyz/concepts/components/etcd.md)
- [kube-apiserver](https://kubernetes.feisky.xyz/concepts/components/apiserver.md)
- [kube-scheduler](https://kubernetes.feisky.xyz/concepts/components/scheduler.md)
- [kube-controller-manager](https://kubernetes.feisky.xyz/concepts/components/controller-manager.md)
- [kubelet](https://kubernetes.feisky.xyz/concepts/components/kubelet.md)
- [kube-proxy](https://kubernetes.feisky.xyz/concepts/components/kube-proxy.md)
- [kube-dns](https://kubernetes.feisky.xyz/concepts/components/kube-dns.md)
- [Federation](https://kubernetes.feisky.xyz/concepts/components/federation.md)
- [kubeadm](https://kubernetes.feisky.xyz/concepts/components/kubeadm.md)
- [hyperkube](https://kubernetes.feisky.xyz/concepts/components/hyperkube.md)
- [kubectl](https://kubernetes.feisky.xyz/concepts/components/kubectl.md)
- [资源对象](https://kubernetes.feisky.xyz/concepts/objects.md)
- [Autoscaling](https://kubernetes.feisky.xyz/concepts/objects/autoscaling.md)
- [ConfigMap](https://kubernetes.feisky.xyz/concepts/objects/configmap.md)
- [CronJob](https://kubernetes.feisky.xyz/concepts/objects/cronjob.md)
- [CustomResourceDefinition](https://kubernetes.feisky.xyz/concepts/objects/customresourcedefinition.md)
- [DaemonSet](https://kubernetes.feisky.xyz/concepts/objects/daemonset.md)
- [Deployment](https://kubernetes.feisky.xyz/concepts/objects/deployment.md)
- [Gateway API](https://kubernetes.feisky.xyz/concepts/objects/gateway-api.md)
- [Ingress](https://kubernetes.feisky.xyz/concepts/objects/ingress.md)
- [Job](https://kubernetes.feisky.xyz/concepts/objects/job.md)
- [LocalVolume](https://kubernetes.feisky.xyz/concepts/objects/local-volume.md)
- [Namespace](https://kubernetes.feisky.xyz/concepts/objects/namespace.md)
- [NetworkPolicy](https://kubernetes.feisky.xyz/concepts/objects/network-policy.md)
- [Node](https://kubernetes.feisky.xyz/concepts/objects/node.md)
- [PersistentVolume](https://kubernetes.feisky.xyz/concepts/objects/persistent-volume.md)
- [Pod](https://kubernetes.feisky.xyz/concepts/objects/pod.md)
- [PodPreset](https://kubernetes.feisky.xyz/concepts/objects/podpreset.md)
- [ReplicaSet](https://kubernetes.feisky.xyz/concepts/objects/replicaset.md)
- [Resource Quota](https://kubernetes.feisky.xyz/concepts/objects/quota.md)
- [Secret](https://kubernetes.feisky.xyz/concepts/objects/secret.md)
- [SecurityContext](https://kubernetes.feisky.xyz/concepts/objects/security-context.md)
- [Service](https://kubernetes.feisky.xyz/concepts/objects/service.md)
- [ServiceAccount](https://kubernetes.feisky.xyz/concepts/objects/serviceaccount.md)
- [StatefulSet](https://kubernetes.feisky.xyz/concepts/objects/statefulset.md)
- [Volume](https://kubernetes.feisky.xyz/concepts/objects/volume.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://kubernetes.feisky.xyz/concepts.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
