文档地址:https://github.com/minio/operator/blob/master/README.md https://docs.min.io/minio/k8s/deployment/deploy-minio-operator.html MinIO是Kubernetes原生 ...
一 OSS简介 . Object Storage Service 何为对象存储 我们来看下阿里云 OSS Object Storage Service 的介绍:https: link.zhihu.com target https A helpcdn.aliyun.com product .html 对象存储服务 Object Storage Service,OSS 是一种海量 安全 低成本 高可 ...
2021-05-07 17:25 0 3459 推荐指数:
文档地址:https://github.com/minio/operator/blob/master/README.md https://docs.min.io/minio/k8s/deployment/deploy-minio-operator.html MinIO是Kubernetes原生 ...
简介 对接ceph的rbd和cephfs到k8s中提供持久化存储 环境 主机名 IP role 操作系统 ceph-01 172.16.31.11 mon osd CentOS7.8 ...
安装nfs服务器 dnf install nfs-utils 启动nfs-server systemctl start nfs-server && systemctl enabl ...
二进制部署 环境准备: 部署etcd集群 etcd是CoreOs团队发起的开源项目,它的目标是构建一个高可用的分布式键值(key-value)数据库。etcd内部采用raft协议作为一致性算法,etcd是go语言编写 ...
环境初始化,所有节点 1.配置hostname 2.配置/etc/hosts 3.关闭防火墙、Selinux、swap 4.配置内核参数 /etc/sysctl.d/k8s ...
转载自博客:https://segmentfault.com/a/1190000019908991/ 超级经典的一篇文章 前篇文章说了service,这篇文章来折腾下ingress这个玩意。 in ...
Kubernetes 暴露服务的有三种方式,分别为 LoadBlancer Service、NodePort Service、Ingress。官网对 Ingress 的定义为管理对外服务到集群内服务之 ...
集群部署 准备工作 ip映射关系 角色 ip host master 192.168.242.41 k8s-master node-1 ...