随笔分类 -  容器

转 neighbour table overflow 问题解决
摘要:接到保障,说某来机器服务没法访问,于是,准备连接到机器上去看个究竟. 尼玛居然连不上,连ping都ping不通,无奈只能求助机房. 机房人员检查, 发现报 neighbour table overflow 错误. 无奈让机房的人员重启了服务器. 查找原因,搜索得到如下说法: 第一种说法:内核维护的a 阅读全文

posted @ 2017-07-09 14:46 荣锋亮 阅读(1262) 评论(0) 推荐(0) 编辑

Serf 了解
摘要:Introduction to Serf Welcome to the intro guide to Serf! This guide will show you what Serf is, explain the problems Serf solves, compare Serf versus 阅读全文

posted @ 2017-07-06 20:35 荣锋亮 阅读(643) 评论(0) 推荐(0) 编辑

Nomad 了解
摘要:Introduction to Nomad Welcome to the intro guide to Nomad! This guide is the best place to start with Nomad. We cover what Nomad is, what problems it 阅读全文

posted @ 2017-07-06 19:57 荣锋亮 阅读(548) 评论(0) 推荐(0) 编辑

Terraform 多云管理工具
摘要:1. 介绍 Terraform is a tool for building, changing, and versioning infrastructure safely and efficiently. Terraform can manage existing and popular serv 阅读全文

posted @ 2017-07-02 23:00 荣锋亮 阅读(684) 评论(0) 推荐(0) 编辑

vault key 管理工具
摘要:Vault is a tool for securely accessing secrets. A secret is anything that you want to tightly control access to, such as API keys, passwords, certific 阅读全文

posted @ 2017-07-02 20:13 荣锋亮 阅读(438) 评论(0) 推荐(0) 编辑

fabio
摘要:fabio is a fast, modern, zero-conf load balancing HTTP(S) and TCP router for deploying applications managed by consul. Register your services in consu 阅读全文

posted @ 2017-07-01 21:49 荣锋亮 阅读(596) 评论(0) 推荐(0) 编辑

VMware harbor && minio 搭建企业docker私有镜像以及需要注意的问题
摘要:1. docker harbor 配置 建议使用在线安装的模式(离线包太大了) 首先需要安装docker-compose 、docker 、mino (具体安装可以参考官网后者我的博客)同时注意配置镜像加速(阿里云 daocloud 都可以) 目前安装没有使用https 证书,实际场景最好配置htt 阅读全文

posted @ 2017-06-23 10:03 荣锋亮 阅读(2770) 评论(0) 推荐(0) 编辑

minio 安装以及使用
摘要:1. 为了方便使用 docker 安装 docker run -p 9000:9000 minio/minio server /export 注意启动显示的 appkey secretkey Created minio configuration file successfully at /root 阅读全文

posted @ 2017-06-22 19:49 荣锋亮 阅读(30562) 评论(0) 推荐(0) 编辑

Kubernetes Helm
摘要:Helm is a tool for managing Kubernetes charts. Charts are packages of pre-configured Kubernetes resources. Use Helm to... Find and use popular softwar 阅读全文

posted @ 2017-06-10 17:08 荣锋亮 阅读(842) 评论(0) 推荐(0) 编辑

Helm Charts
摘要:Use this repository to submit official Charts for Kubernetes Helm. Charts are curated application definitions for Kubernetes Helm. For more informatio 阅读全文

posted @ 2017-06-10 17:07 荣锋亮 阅读(1850) 评论(0) 推荐(0) 编辑

spec.template.spec.initContainers[1].securityContext.privileged: Forbidden: disallowed by policy 问题解决
摘要:主要是执行系统特权应用解决方法: api server controller-manager 加上 --allow-privileged=true 即可 之后重启服务 阅读全文

posted @ 2017-05-30 15:53 荣锋亮 阅读(543) 评论(0) 推荐(0) 编辑

cockpit 使用(集成docker && k8s 管理)
摘要:1. yum 安装 sudo yum install cockpit 2. 允许启动 sudo yum install cockpit 2. 允许启动 sudo systemctl enable --now cockpit.socket 3. 可选的插件 sudo systemctl enable 阅读全文

posted @ 2017-05-27 22:35 荣锋亮 阅读(4957) 评论(0) 推荐(0) 编辑

Cockpit 服务化管理工具
摘要:Cockpit 是红帽开发的网页版图像化服务管理工具,优点是无需中间层,且可以管理多种服务。 根据其项目主站描述,Cockpit 有如下特点: 从易用性考虑设计,方便管理人员使用,而不是仅仅的终端命令按钮化。 不会打乱已有终端或脚本服务配置,通过 Cockpit 启用的服务可以在终端停止,脚本运行的 阅读全文

posted @ 2017-05-27 21:05 荣锋亮 阅读(1214) 评论(0) 推荐(0) 编辑

Google、IBM和Lyft开源其大型微服务系统管理工具Istio
摘要:Istio 的优势 集群规模可视性:在故障状况出现时,运营人员需要利用多种工具以始终关注集群运行状况并分析微服务状态图表。Istio 项目能够监控与应用程序及网络活动相关的数据,利用 Prometheus 与 Grafana 对这部分数据加以渲染,而后将相关指标与日志记录发送至任何收集、聚合与查询系 阅读全文

posted @ 2017-05-25 22:30 荣锋亮 阅读(1033) 评论(0) 推荐(0) 编辑

maven docker plugin 常见问题解决
摘要:1. maven 项目必须使用小写,不然会一直有500 的错误 500: HTTP 500InternalServerError 500: HTTP 500InternalServerError 2. docker server 连接数超了 Failed to execute goal com.sp 阅读全文

posted @ 2017-04-05 16:03 荣锋亮 阅读(10959) 评论(0) 推荐(0) 编辑

saas 系统租户自助网站
摘要:1. 原理 类似github 的自定义页面,使用jekyll 进行租户自助网站的生成,系统使用jenkins 进行租户的网站构建 同时结合租户的个性化域名系统,进行租户页面的发布管理 2. 实践操作 个性化域名不在赘述,jekyll 安装配置比较简单,使用gem 安装即可,但是可能存在版本的问题,可 阅读全文

posted @ 2017-03-25 16:22 荣锋亮 阅读(926) 评论(0) 推荐(0) 编辑

Docker-Compose API too old for Windows
摘要:I was working on some code with a Docker Windows container today and ran into this error message: ERROR: client version 1.22 is too old. Minimum suppo 阅读全文

posted @ 2017-03-10 19:51 荣锋亮 阅读(1244) 评论(0) 推荐(0) 编辑

windows 2016 dockerfile 以及简单使用
摘要:Docker 引擎包含用于自动创建容器映像的工具。 尽管可以使用 docker commit 命令手动创建容器映像,然而采用自动映像创建过程可获得许多好处,其中包括: 将容器映像存储为代码。 可出于维护和升级的目的快速而精确地重新创建容器映像。 容器映像和开发周期之间的持续集成。 驱动实现这一自动化 阅读全文

posted @ 2017-03-10 09:06 荣锋亮 阅读(4331) 评论(1) 推荐(0) 编辑

docker windows 2016 安装测试
摘要:1. 安装方式 powershell Install-Module-NameDockerMsftProvider-RepositoryPSGallery-Force Install-Package-Name docker -ProviderNameDockerMsftProvider Restart 阅读全文

posted @ 2017-03-09 23:07 荣锋亮 阅读(891) 评论(0) 推荐(0) 编辑

Traefik 服务发现解决方案
摘要:Træfɪk is a modern HTTP reverse proxy and load balancer made to deploy microservices with ease. It supports several backends (Docker, Swarm, Mesos/Mar 阅读全文

posted @ 2017-02-11 18:55 荣锋亮 阅读(1997) 评论(0) 推荐(0) 编辑

导航