文章分类 -  Kubernetes / Helm

摘要:配置国内存放 chart 仓库的地址 #阿里云仓库(https://kubernetes.oss-cn-hangzhou.aliyuncs.com/charts) #官方仓库(https://hub.kubeapps.com/charts/incubator)官方 chart 仓库,国内可能无法访问 阅读全文
posted @ 2024-01-26 20:44 しみずよしだ 阅读(116) 评论(0) 推荐(0)
摘要:部署Mysql-基于dockerhub上的oci仓库部署 [root@ca-k8s-master01 linux-amd64]# kubectl create ns blog namespace/blog created [root@ca-k8s-master01 linux-amd64]# hel 阅读全文
posted @ 2024-01-25 23:02 しみずよしだ 阅读(80) 评论(0) 推荐(0)
摘要:helm 把 kubernetes 资源打包到一个 chart 中,制作并完成各个 chart 和 chart 本身依赖关系并利用chart 仓库实现对外分发,而 helm 还可通过 values.yaml 文件完成可配置的发布,如果 chart 版本更新了,helm 自动支持滚更更新机制,还可以一 阅读全文
posted @ 2023-04-12 22:27 しみずよしだ 阅读(79) 评论(0) 推荐(0)