随笔分类 -  容器

上一页 1 ··· 24 25 26 27 28

SpringCloud Sleuth 使用
摘要:1. 介绍 Spring-Cloud-Sleuth是Spring Cloud的组成部分之一,为SpringCloud应用实现了一种分布式追踪解决方案,其兼容了Zipkin, HTrace和log-based追踪 相关说明: zipkin Span:基本工作单元,例如,在一个新建的span中发送一个R 阅读全文

posted @ 2016-12-25 10:32 荣锋亮 阅读(10417) 评论(0) 推荐(0) 编辑

k8s dashboard 部署发布
摘要:https://rawgit.com/kubernetes/dashboard/master/src/deploy/kubernetes-dashboard.yaml # Copyright 2015 Google Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"... 阅读全文

posted @ 2016-12-16 09:01 荣锋亮 阅读(2266) 评论(0) 推荐(0) 编辑

docker 私有镜像管理工具harbor 安装
摘要:因为各种原因,官方的离线安装包下载比较费事,经常不成功,所以通过分部安装解决问题 1. docker 2. docker-compose 3. harbor 安装 使用这种方式可以解决安装缓慢,以及安装不成功的问题。 harbor 的使用可以参考官文档 阅读全文

posted @ 2016-11-24 15:36 荣锋亮 阅读(1695) 评论(4) 推荐(0) 编辑

k8s dns 服务安装配置说明
摘要:1. 提前条件 安装k8s 集群 2. dns 安装配置 安装方式: 使用controller service controller 脚本: 基于官方改动 service 创建namespace 3. node 进行 dns 配置 在启动脚本添加: 4. 重启node 5. 测试pod 6. 测试 阅读全文

posted @ 2016-11-17 09:40 荣锋亮 阅读(2093) 评论(0) 推荐(0) 编辑

maven docker 操作
摘要:1. 使用dokerfile 进行构建 创建dockerfile 2. maven 插件 3. 使用 mvn docker:build 。。。。。。 私有镜像使用: 备注:这个是简单是使用,实际环境可能需要解决jenkins 等类似工具进行任务的处理,对于发布使用k8s 阅读全文

posted @ 2016-11-10 19:57 荣锋亮 阅读(3383) 评论(0) 推荐(0) 编辑

上一页 1 ··· 24 25 26 27 28

导航