摘要:
阅读全文
摘要:
阅读全文
摘要:
背景 proxy: remoteurl: https://hub.iflyhealth.com:8098/ username: admin password: Harbor@xfyl.com 在多个k8s集群情况下,每次版本更新时,需要手动人肉传镜像到每个集群,然后push到各个harbor仓库。这 阅读全文
摘要:
背景 由于业务需求,需要将本地harbor仓库暴露到互联网供其他地区的harbor仓库做同步,所以必须将harbor改造为https,使得数据传输加密。 方法 直接在harbor本身上改造,更改harbor.yml文件,将协议改成https等,证书可自签,可通过购买信任证书 在harbor前面部署n 阅读全文
摘要:
阅读全文
摘要:
阅读全文
摘要:
阅读全文
摘要:
阅读全文
摘要:
背景 在k8s环境中,没有共享存储的话,一些有状态的应用是无法托管在k8s集群上的,以及应用日志收集等 rook是一个基于k8s之上,提供存储系统的编排系统,支持nfs,glusterfs,,ceph等存储 rook-ceph组件 rook-oparator rook与k8s的交互组件 整个集群只有 阅读全文
摘要:
package main import "fmt" func main() { ParseStudent() } type student struct { Name string Age int } func ParseStudent() { m := make(map[string]*stude 阅读全文
摘要:
阅读全文
摘要:
阅读全文