摘要:
Scale the app Scaling will increase the number of Pods to the new desired state. Pre-config: expose the app publicly kubectl get services NAME TYPE CL 阅读全文
摘要:
k8s kubelet (Kubernetes node agent): 是运行在每个节点上的代理,负责管理该节点上的容器, 它从 Kubernetes Master 接收 Pod 的描述,并确保节点上运行的容器与描述一致。不能跨节点。 kubelet 的主要作用是保证节点上的容器按照期望的状态运行 阅读全文