POD Pod是在K8s集群中运行部署应用或服务的最小单元,它是可以支持多容器的.Pod的设计理念是支持多个容器在一个Pod中共享网络地址和文件系统,可以通过进程间通信和文件共享这种简单高效的方式组合完成服务. Pod是K8s集群中所有业务类型的基础. 目前K8s中的业务主要可以分为长期伺服型(long-running).批处理型(batch).节点后台支撑型(node-daemon)和有状态应用型(stateful application):分别对应的小机器人控制器为Deployment.Jo
Declarative API k8s: cluster-api Introduction to Kubernetes Cluster-API Project Declarative Management of Kubernetes Objects Using Configuration Files Imperative/Declarative and a Few `kubectl` tricks Kubernetes Object Management (official) api-exten