随笔分类 -  Kubernetes

摘要:k8s node 节点最大允许110,如果节点资源够要扩大需要加大kubelet的 max-pod参数: https://www.modb.pro/db/395269 阅读全文
posted @ 2023-06-13 12:01 tigergaonotes 阅读(52) 评论(0) 推荐(0) 编辑
摘要:https://blog.dreamrounder.com/posts/network/http-and-tcp/ 阅读全文
posted @ 2023-06-12 17:05 tigergaonotes 阅读(14) 评论(0) 推荐(0) 编辑
摘要:https://istio.io/latest/zh/docs/concepts/traffic-management/ 转到 Istio 发布 页面,下载针对您操作系统的安装文件, 或用自动化工具下载并提取最新版本(Linux 或 macOS): $ curl -L https://istio.i 阅读全文
posted @ 2023-05-31 14:12 tigergaonotes 阅读(19) 评论(0) 推荐(0) 编辑
摘要:一、探针类型介绍: (1)、K8s中存在三种类型的探针:liveness probe、readiness probe和startup 探针。每类探针都支持三种探测方法 liveness探针:影响的是单个容器,如果检查失败,将杀死容器,根据pod的restartPolicy来操作。 readiness 阅读全文
posted @ 2023-05-29 18:27 tigergaonotes 阅读(352) 评论(0) 推荐(0) 编辑
摘要:Pod A/AAAA 记录 一般而言,Pod 会对应如下 DNS 名字解析: pod-ip-address.my-namespace.pod.cluster-domain.example 例如,对于一个位于 default 名字空间,IP 地址为 172.17.0.3 的 Pod, 如果集群的域名为 阅读全文
posted @ 2023-05-28 19:05 tigergaonotes 阅读(201) 评论(0) 推荐(0) 编辑
摘要:[root@k8s-master docker]# iptables -S -t nat -P PREROUTING ACCEPT -P INPUT ACCEPT -P OUTPUT ACCEPT -P POSTROUTING ACCEPT -N DOCKER -N KUBE-MARK-DROP - 阅读全文
posted @ 2023-05-20 12:16 tigergaonotes 阅读(18) 评论(0) 推荐(0) 编辑
摘要:https://helm.sh/zh/docs/intro/using_helm/ 三大概念 Chart 代表着 Helm 包。它包含在 Kubernetes 集群内部运行应用程序,工具或服务所需的所有资源定义。你可以把它看作是 Homebrew formula,Apt dpkg,或 Yum RPM 阅读全文
posted @ 2023-05-06 20:46 tigergaonotes 阅读(29) 评论(0) 推荐(0) 编辑
摘要:官档:https://kubernetes.io/zh-cn/docs/tasks/access-application-cluster/configure-access-multiple-clusters/ 阅读全文
posted @ 2023-04-21 14:15 tigergaonotes 阅读(22) 评论(0) 推荐(0) 编辑
摘要:打标签: 1.增加节点标签 备注 =:代表增加标签 2.减少节点标签 备注 -:代表减少标签 root@k8s-master ~]# kubectl get nodes NAME STATUS ROLES AGE VERSION k8s-master Ready master 4m39s v1.13 阅读全文
posted @ 2023-04-19 23:17 tigergaonotes 阅读(102) 评论(0) 推荐(0) 编辑
摘要:转:https://blog.csdn.net/yy_diego/article/details/109144442 阅读全文
posted @ 2023-04-19 18:44 tigergaonotes 阅读(17) 评论(0) 推荐(0) 编辑
摘要:转:https://blog.51cto.com/flyfish225/3569682 阅读全文
posted @ 2023-04-17 11:47 tigergaonotes 阅读(16) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/cyh00001/p/16488539.html kube-apiserver kube-apiserver负责和etcd交互, 提供了k8s各类资源对象的增删改查及watch等HTTP Rest接口,这些对象包括pods、services、repli 阅读全文
posted @ 2023-04-13 15:49 tigergaonotes 阅读(676) 评论(0) 推荐(0) 编辑
摘要:Pod phase Pod 的 status 字段是一个 PodStatus 对象,PodStatus中有一个 phase 字段。 Pod 的相位(phase)是 Pod 在其生命周期中的简单宏观概述。该字段并不是对容器或 Pod 的综合汇总,也不是为了做为综合状态机。 Pod 相位的数量和含义是严 阅读全文
posted @ 2023-01-04 09:59 tigergaonotes 阅读(25) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-12-14 11:02 tigergaonotes 阅读(14) 评论(0) 推荐(0) 编辑
摘要:转:https://www.cnblogs.com/tylerzhou/p/11027559.html 阅读全文
posted @ 2022-12-06 21:35 tigergaonotes 阅读(21) 评论(0) 推荐(0) 编辑
摘要:转:https://blog.csdn.net/weixin_46837396/article/details/122159306 StorageClass在静态供应模式下,这需要系统管理员需要提前准备好各种不同资源(容量)和访问模式的存储资源。但在大规模集群中会需要众多PV,如果这些PV都需要系统 阅读全文
posted @ 2022-09-29 18:59 tigergaonotes 阅读(35) 评论(0) 推荐(0) 编辑

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