随笔分类 -  k8s

摘要:Notes https://github.com/kubernetes-sigs/metrics-server/releases/download/v0.6.1/ 高可用 high-availability.yaml 单机 component.yaml apiserver 修改apiserver.y 阅读全文
posted @ 2022-10-16 10:05 608088 编辑
摘要:service 提供相同服务的一组pod可以抽象成一个service, 固定IP - 对外提供服务的统一入口,每个service都有一个虚拟IP地址(VIP, clusterIP)和端口号供客户端访问。由于Pod重建等原因导致的pod ip地址变化, service始终保持对外ip端口不变 负载分发 阅读全文
posted @ 2022-08-17 08:33 608088 编辑
摘要:Overview Store encrypted/encoded environments information in k8s. echo -n xxx|base64 to generate base64 string. both data / stringData stringData is p 阅读全文
posted @ 2022-08-05 19:03 608088 编辑
摘要:Yaml apiVersion: v1 kind: Namespace metadata: name: dev Command create namespace ns1 Operation kubectl get ns 阅读全文
posted @ 2022-08-04 21:18 608088 编辑
摘要:Preparation Containerd Image preparation 制作Containerd镜像 Deployment with rolling update preparation apiVersion: apps/v1 kind: Deployment metadata: name 阅读全文
posted @ 2022-07-20 15:10 608088 编辑
摘要:Node master distribute application to worker nodes. self healing. it monitors running status of pod which hosts application, it starts a new pod if ex 阅读全文
posted @ 2022-07-18 10:51 608088 编辑
摘要:Overview ReplicaSet is a process of monitoring pods, when pod is down, it will startup a new one. ReplicaSet identify which pods to monitor by labels. 阅读全文
posted @ 2022-07-17 15:38 608088 编辑

点击右上角即可分享
微信分享提示