随笔分类 -  helm

Quay: Introducing an Application Registry for Kubernetes
摘要:转自: https://coreos.com/blog/quay-application-registry-for-kubernetes.html When we started Quay, we wanted to build an image registry that not only all 阅读全文

posted @ 2019-11-13 19:34 荣锋亮 阅读(244) 评论(0) 推荐(0) 编辑

kubebapps 添加私有harbor 中的helm repo
摘要:kubebapps 支持添加私有的helm repo,基于http basic auth ,我们通过添加header 就可以了 备注 harbor helm 以及kubebapps 的搭建可以参考 https://www.cnblogs.com/rongfengliang/p/9974172.htm 阅读全文

posted @ 2019-03-06 10:51 荣锋亮 阅读(1289) 评论(0) 推荐(0) 编辑

ksonnet 一个简化编写以及部署kubernetes的工具
摘要:ksonnet 是一个基于jsonnet的快速简化kubernetes yaml 配置的工具,可以实现配置的复用 同时也包含一个registry 的概念,可以实现可复用组件的分发,同时支持helm 环境准备 安装cli 使用mac 系统 使用mac 系统 brew install ksonnet/t 阅读全文

posted @ 2018-11-18 11:48 荣锋亮 阅读(1936) 评论(0) 推荐(0) 编辑

使用kubebapps 管理helm 仓库已经应用使用Monocular专门提供helm 仓库查找
摘要:Monocular 从1.0 开始专注于helm 的UI展示,对于部署以及维护已经去掉了,官方也提供了相关的说明以及 推荐了几个可选的部署工具,从使用以及架构上来说kubeapps 就是Monocular + helm 操作的集合,比Monocular 早期版本有好多提升 仓库的同步&&部署已经分离 阅读全文

posted @ 2018-11-17 15:33 荣锋亮 阅读(1974) 评论(0) 推荐(0) 编辑

Monocular 集成harbor helm 仓库
摘要:harbor 已经支持了helm 仓库(使用chartmuseum),Monocular 是一个不错的helm 仓库可视化工具 测试Monocular集成harbor 私服功能 使用docker-compose 进行安装 环境准备 Monocular docker-compose version: 阅读全文

posted @ 2018-09-17 12:54 荣锋亮 阅读(3733) 评论(4) 推荐(0) 编辑

k8s helm 可视化UI 管理工具 monocular部署试用
摘要:官方建议是用 helm 进行安装,但是helm 有点费事(各种原因。。。) 所以使用官方说的使用docker-compose 但是默认官方的compose 跑起来 还是真费事,经过调整,修改了一版支持直接使用docker-compose 可以运行起来 的版本,可以方便测试使用 参考项目代码 http 阅读全文

posted @ 2018-09-16 01:06 荣锋亮 阅读(8537) 评论(0) 推荐(0) 编辑

harbor helm 仓库使用
摘要:harbor 已经支持helm 私服仓库了,还是比较方便的 安装 下载在线安装包 wget https://storage.googleapis.com/harbor-releases/release-1.6.0/harbor-online-installer-v1.6.0.tgz 配置harbor 阅读全文

posted @ 2018-09-14 22:42 荣锋亮 阅读(7587) 评论(5) 推荐(0) 编辑

nexus helm proxy 集成&&问题解决
摘要:对于使用kubernetes 进行开发的人员来说helm是很方便的 构建nexus helm plugin git clone https://github.com/sonatype-nexus-community/nexus-repository-helm.git mvn clean packag 阅读全文

posted @ 2018-05-28 19:59 荣锋亮 阅读(1491) 评论(0) 推荐(0) 编辑

k8s helm 私服chartmuseum minio s3 存储配置
摘要:1. 安装minio 使用docker 安装 参考项目 https://github.com/rongfengliang/mino-thumbor-openresty 备注: 因为是一个集成项目可能会有点复杂使用了docker-compsoe 以及图片缩略图 2. 配置 a. 配置s3 mkdir 阅读全文

posted @ 2018-04-17 11:41 荣锋亮 阅读(1073) 评论(0) 推荐(0) 编辑

k8s helm 包管理私服chartmuseum 安装
摘要:备注: 预备环境需要安装helm 1. 安装chartmuseum 参考 # on Linux curl -LO https://s3.amazonaws.com/chartmuseum/release/latest/bin/linux/amd64/chartmuseum # on macOS cu 阅读全文

posted @ 2018-04-17 10:21 荣锋亮 阅读(1105) 评论(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 荣锋亮 阅读(1852) 评论(0) 推荐(0) 编辑

导航