摘要: 前一篇文章介绍了如何yum安装简单的kubernetes集群,其中etcd是单点部署。本篇我们来搭建etcd集群,方便日后搭建kubernetes HA集群架构。 1,环境配置说明 etcd1 192.168.20.71 etcd2 192.168.20.72 etcd3 192.168.20.73 阅读全文
posted @ 2018-09-25 15:20 fuhaizi 阅读(6225) 评论(0) 推荐(1) 编辑
摘要: 一、前言 Kubernetes 是Google开源的容器集群管理系统,基于Docker构建一个容器的调度服务,提供资源调度、均衡容灾、服务注册、动态扩缩容等功能套件,目前centos yum源上最新版本为1.5.2。 本文基于Centos7.5构建Kubernetes平台,在正式介绍之前,大家有必要 阅读全文
posted @ 2018-09-21 16:24 fuhaizi 阅读(14103) 评论(2) 推荐(3) 编辑
摘要: 1,版本 dockers :1.13.1 ;nexus 3 2,安装 docker pull liumiaocn/nexus 3,启动 docker run -d -p 8081:8081 -p 8082:8082 -p 8083:8083 --name nexus liumiaocn/nexus 阅读全文
posted @ 2018-09-05 14:38 fuhaizi 阅读(1433) 评论(0) 推荐(0) 编辑
摘要: 一,默认tomcat日志配置文件 /data/tomcat/conf/logging.properties 1,修改tomcat/conf下的logging.properties 2,访问日志默认配置文件 tomcat/conf/server.xml 二,tomcat启动时默认调用 /bin/cat 阅读全文
posted @ 2018-08-28 14:54 fuhaizi 阅读(9753) 评论(0) 推荐(0) 编辑
摘要: 需求:使用vim开发python,可以进行简单配置 set encoding=utf-8"去掉vi的一致性"set nocompatible"显示行号"set numberset nobackupset nowbset noswapfileset noundofileset showcmd" 隐藏滚 阅读全文
posted @ 2018-08-08 16:58 fuhaizi 阅读(182) 评论(0) 推荐(0) 编辑