上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 61 下一页
  2022年4月5日
摘要: How to alert for Pod Restart & OOMKilled in Kubernetes This article introduces how to set up alerts for monitoring Kubernetes Pod restarts and more im 阅读全文
posted @ 2022-04-05 15:39 heidsoft 阅读(319) 评论(0) 推荐(0) 编辑
  2022年4月4日
摘要: Cgroup 驱动程序 控制组用来约束分配给进程的资源。 当某个 Linux 系统发行版使用 systemd 作为其初始化系统时,初始化进程会生成并使用一个 root 控制组 (cgroup), 并充当 cgroup 管理器。 Systemd 与 cgroup 集成紧密,并将为每个 systemd 阅读全文
posted @ 2022-04-04 17:29 heidsoft 阅读(35) 评论(0) 推荐(0) 编辑
  2022年4月3日
摘要: [root@k8s-master01 ~]# kubectl get pods --all-namespaces NAMESPACE NAME READY STATUS RESTARTS AGE kube-system calico-kube-controllers-56fcbf9d6b-f8tfh 阅读全文
posted @ 2022-04-03 11:50 heidsoft 阅读(48) 评论(0) 推荐(0) 编辑
摘要: [root@k8s-node01 ~]# kubeadm join 172.16.59.30:6443 --token yup5oo.s5ui8hfrrcm5jf2j \ > --discovery-token-ca-cert-hash sha256:3fe816c50e13da9491b27771 阅读全文
posted @ 2022-04-03 11:49 heidsoft 阅读(286) 评论(0) 推荐(0) 编辑
摘要: [root@k8s-master01 ~]# kubeadm init \ > --kubernetes-version=v1.23.5 \ > --pod-network-cidr=10.244.0.0/16 \ > --service-cidr=10.96.0.0/12 \ > --apiser 阅读全文
posted @ 2022-04-03 10:08 heidsoft 阅读(624) 评论(0) 推荐(0) 编辑
  2022年4月2日
摘要: [root@172-16-59-32 ~]# ./install-k8s.sh [init] Using Kubernetes version: v1.23.5 [preflight] Running pre-flight checks [preflight] Pulling images requ 阅读全文
posted @ 2022-04-02 14:49 heidsoft 阅读(240) 评论(0) 推荐(0) 编辑
摘要: https://computingforgeeks.com/run-fedora-coreos-fcos-on-vmware-workstation/ https://docs.fedoraproject.org/en-US/fedora-coreos/getting-started/ https: 阅读全文
posted @ 2022-04-02 09:38 heidsoft 阅读(197) 评论(0) 推荐(0) 编辑
  2022年3月30日
摘要: https://projectcalico.docs.tigera.io/getting-started/kubernetes/quickstart https://www.cnblogs.com/yaodd/p/6418785.html https://www.docker.com/blog/co 阅读全文
posted @ 2022-03-30 14:06 heidsoft 阅读(88) 评论(0) 推荐(0) 编辑
  2022年3月25日
摘要: http://alas.matf.bg.ac.rs/manuals/lspe/snode=19.html https://docs.freebsd.org/en/books/developers-handbook/sockets/ https://wiki.netbsd.org/examples/s 阅读全文
posted @ 2022-03-25 16:12 heidsoft 阅读(11) 评论(0) 推荐(0) 编辑
  2022年3月24日
摘要: IPv4 私有地址空间 人们对 IPv4 单播地址空间的某些地址块进行了预留,并将其指定为私有地址。私有地址空间专为不与公网(Internet)相连的网络而预留。RFC1918将下列地址块定义为 IPv4 私有地址: · 10.0.0.0~10.255.255.255; · 172.16.0.0~1 阅读全文
posted @ 2022-03-24 19:06 heidsoft 阅读(179) 评论(0) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 61 下一页