
简介
该用户还未填写简介
擅长的技术栈
可提供的服务
暂无可提供的服务
环境规划mon-node10.5.77.61mon-node admin-nodemon-node10.5.77.62mon-nodemon-node10.5.77.63mon-nodeosd-node10.5.77.64osd-node 备注:需要事先规划独立硬盘或分区osd-node10.5.77.65osd-node 备注:需要事先规划独立硬盘或分区osd-node10.5.77.66osd
在安装好zabbix_agent之后有时会遇到一些启动报错如:Job for zabbix_agentd.service failed because a configured resource limit was exceeded. See "systemctl status zabbix_agentd.service" and "journalctl -xe&qu
登录mongodb创建库和用户。根据yaml文件修改。

endpoint是k8s集群中的一个资源对象,存储在etcd中,用来记录一个service对应的所有pod的访问地址。service配置selector,endpoint controller才会自动创建对应的endpoint对象;否则,不会生成endpoint对象.创建完成后在使用ingress配置域名或者ip就可以访问了,也可以直接使用nodeport访问。使用ingress访问外部资源,首先

环境规划k8s-master1 haproxy-1192.168.100.97k8s-master2 haproxy-2192.168.100.98k8s-master3192.168.100.99node1192.168.100.100node2192.168.100.101VIP/SLB192.168.10.10使用haproxy+keepalived的方式做apiserver的高可用搭建 这

kubernetes核心组件一个 Kubernetes 集群由一组被称作节点的机器组成。这些节点上运行 Kubernetes所管理的容器化应用。集群具有至少一个工作节点。工作节点托管作为应用负载的组件的 Pod 。控制平面管理集群中的工作节点和 Pod 。为集群提供故障转移和高可用性,这些控制平面一般跨多主机运行,集群跨多个节点运行。apiserverkubernetes API server的核

rancher部署及添加现有k8s集群

centos7.9通过rpm安装nginx时一直报错error: Failed dependencies:libpcre.so.0()(64bit) is needed by nginx-1.8.0-1.el6.x86_64无论通过rpm 还是yum install 安装都提示报错查找资料最终通过加参数解决rpm -ivh nginx-1.8.0-1.el6.x86_64.rpm --nodeps
kubectl describe sa -n test查看serviceaccount信息。在每个namespace下都有一个默认的service account。Image pull secrets 是ns下拉取镜像的秘钥。使用 kubectl get sa -n test 查看。至此在test下拉取镜像无需配置镜像拉取秘钥了。2.配置进service account。1.创建secret。
由于公司业务需求 原本需手动添加sftp白名单 现通过python实现自动添加#!/usr/bin/python# -*- coding: utf-8 -*# 执行前先安装阿里云sdkpip install aliyun-python-sdk-ecsfrom aliyunsdkcore.client import AcsClientfrom aliyunsdkecs.request...