会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
打赏
klvchen
首页
新随笔
联系
订阅
管理
上一页
1
···
38
39
40
41
42
43
44
45
46
···
50
下一页
2018年10月19日
Harbor api 操作
摘要: harbor 的版本为 1.5.2 为 Harbor 配置 swagger 官网参考: https://github.com/goharbor/harbor/blob/v1.5.2/docs/configure_swagger.md 通过浏览器访问 http://192.168.0.241/stat
阅读全文
posted @ 2018-10-19 11:45 klvchen
阅读(16339)
评论(0)
推荐(1)
2018年9月17日
云计算的三种服务模式:IaaS, PaaS, SaaS
摘要: IaaS: Infrastructure as a Service 基础设施即服务 PaaS: Platform as a Service 平台即服务 SaaS: Software as a Service 软件即服务
阅读全文
posted @ 2018-09-17 10:23 klvchen
阅读(610)
评论(0)
推荐(0)
2018年9月14日
Docker 容器备份例子
摘要: ``` 在 node1 执行 nginx 程序,挂载本地的目录 docker pull nginx:stable alpine mkdir /data/html echo "hello world" /data/html/index.html docker run name mynginx p 80
阅读全文
posted @ 2018-09-14 22:02 klvchen
阅读(1092)
评论(0)
推荐(0)
2018年9月10日
软件版本号
摘要: alpha 版 内部测试版本。a 是希腊字母的第一个,表示最早的版本,一般用户不要下载这个版本,这个版本包含很多 BUG,功能不全,主要是给开发人员和测试人员测试和找 BUG 用的。 beta版 公开测试版。b 是希腊字母的第二个,这个版本比 alpha版本发布得晚一些,主要是给忠实用户测试用的,改
阅读全文
posted @ 2018-09-10 09:55 klvchen
阅读(299)
评论(0)
推荐(0)
2018年9月7日
git 命令小总结
摘要: 下载代码 git clone http://admin@192.168.0.208:7990/scm/klvchen/tale.git 设置用默认户名和密码登录,注意 URI 前面不允许有 http, 后面不允许有端口 vi ~/.netrc machine 192.168.0.208 login
阅读全文
posted @ 2018-09-07 10:14 klvchen
阅读(461)
评论(0)
推荐(0)
2018年9月4日
kubectl 常用命令总结(20230705)
摘要: ``` # 查看所有 pod 列表, -n 后跟 namespace, 查看指定的命名空间 kubectl get pod kubectl get pod -n kube kubectl get pod -o wide # 查看 RC 和 service 列表, -o wide 查看详细信息 kub
阅读全文
posted @ 2018-09-04 17:49 klvchen
阅读(85474)
评论(0)
推荐(2)
2018年8月29日
安装 kubernetes v1.11.1
摘要: kubernetes 版本 v1.11.1 系统版本:Centos 7.4 3.10.0 693.el7.x86_64 master: 192.168.0.205 node1: 192.168.0.206 node2: 192.168.0.207 pod 地址段:10.244.0.0/16 serv
阅读全文
posted @ 2018-08-29 15:34 klvchen
阅读(1617)
评论(0)
推荐(0)
2018年8月22日
Harbor 搜索镜像及查看 tag
摘要: 在我们搭建完 Harbor 后: https://www.cnblogs.com/klvchen/p/9482153.html 如果想要通过 API 获取 Harbor 上面的镜像及 tag 可以使用下面整理的脚本: 运行结果: 获取到 images 后,可以进一步查看镜像的 tag: 运行结果:
阅读全文
posted @ 2018-08-22 17:44 klvchen
阅读(4663)
评论(0)
推荐(0)
2018年8月16日
Docker compose 与 Docker swarm
摘要: 安装 docker :https://www.cnblogs.com/klvchen/p/8468855.html 安装 docker compose : https://www.cnblogs.com/klvchen/p/9242774.html 环境:centos 7.4 ,docker ver
阅读全文
posted @ 2018-08-16 15:05 klvchen
阅读(1865)
评论(0)
推荐(0)
2018年8月15日
Harbor 搭建
摘要: 环境:centos7.4 docker ce 18.06.0 ce docker compose version 1.18.0 harbor 版本: 1.5.2 harbor 安装参考 https://github.com/goharbor/harbor/blob/v1.5.2/docs/insta
阅读全文
posted @ 2018-08-15 16:44 klvchen
阅读(3771)
评论(0)
推荐(0)
上一页
1
···
38
39
40
41
42
43
44
45
46
···
50
下一页
公告