07 2021 档案
摘要:该文档是在CentOS7.x上进行,Ubuntu上也可以安装 yum -y install epel-release yum clean all && yum makecache yum -y install figlet 示例1 figlet Welcome to Guangzhou 或者 fig
阅读全文
摘要:该文章不对 LVS 和 keepalived 的理论展开介绍,本次做的是拓扑中红色虚线中的部分 主机配置 lvs/172.16.186.111/1G/NAT/1U/80G/VIP:172.16.186.109/CentOS7.9.2009 web1/172.16.186.112/1G/NAT/1U/
阅读全文
摘要:```shell Zabbix是另一个业界领先的开源网络监控工具,因其良好的可拓展性,戴尔公司和Salesforce等许多企业都在使用,通过Zabbix可以很好地进行网络,服务器,云,应用程序和服务监控。 你可以跟踪网络信息,例如网络带宽使用情况,网络运行状况和配置更改,并排除需要解决的问题。Zab
阅读全文
摘要:# k8s v1.18.19版本安装 下图为本次构建的单Master架构图 ![在这里插入图片描述](https://img-blog.csdnimg.cn/20200911180638840.png?x-oss-process=image/watermark,type_ZmFuZ3poZW5naG
阅读全文
摘要:1、Image garbage collection failed once. Stats initialization may not have completed yet: failed to get imageFs info: unable to find data in memory cac
阅读全文
摘要:如上图所示,netfilter实际上既可以在L2层过滤,也可以在L3层过滤 所以在网桥中一般会有下面的参数,即不让iptables对bridge的数据进行处理: cat >> /etc/sysctl.conf <<EOF net.bridge.bridge-nf-call-ip6tables = 0
阅读全文