上一页 1 ··· 48 49 50 51 52 53 54 55 56 ··· 64 下一页
摘要: 一 工作目录 root@k8s-master-01:/data/k8s/yaml# pwd /data/k8s/yaml 二 创建名称空间 1.1 编写nginx-ns.yaml root@k8s-master-01:/data/k8s/yaml# cat namespace/nginx-ns.ya 阅读全文
posted @ 2021-12-13 15:07 小吉猫 阅读(333) 评论(0) 推荐(0)
摘要: 一 工作目录 root@harbor-01:/data/k8s/dockerfile/web/nginx/nginx-app01# pwd /data/k8s/dockerfile/web/nginx/nginx-app01 二 准备业务文件 2.1 nginx配置文件 查看代码 root@harb 阅读全文
posted @ 2021-12-13 12:07 小吉猫 阅读(255) 评论(0) 推荐(0)
摘要: 一 监控组件 官方文档:https://docs.ceph.com/en/pacific/cephadm/services/monitoring/ 监控栈由Prometheus、 Prometheus 导出器(Prometheus Module、Node exporter)、Prometheus A 阅读全文
posted @ 2021-12-10 11:22 小吉猫 阅读(259) 评论(0) 推荐(0)
摘要: 一 工作目录 root@cephadm-deploy:~# cephadm shell Inferring fsid 0888a64c-57e6-11ec-ad21-fbe9db6e2e74 Using recent ceph image quay.io/ceph/ceph@sha256:bb6a7 阅读全文
posted @ 2021-12-10 10:56 小吉猫 阅读(390) 评论(0) 推荐(0)
摘要: 一 工作目录 root@cephadm-deploy:~# cephadm shell Inferring fsid 0888a64c-57e6-11ec-ad21-fbe9db6e2e74 Using recent ceph image quay.io/ceph/ceph@sha256:bb6a7 阅读全文
posted @ 2021-12-09 18:33 小吉猫 阅读(1230) 评论(0) 推荐(0)
摘要: 一 工作目录 root@cephadm-deploy:~# cephadm shell Inferring fsid 0888a64c-57e6-11ec-ad21-fbe9db6e2e74 Using recent ceph image quay.io/ceph/ceph@sha256:bb6a7 阅读全文
posted @ 2021-12-09 18:33 小吉猫 阅读(2501) 评论(0) 推荐(0)
摘要: 一 工作目录 root@cephadm-deploy:~# cephadm shell Inferring fsid 0888a64c-57e6-11ec-ad21-fbe9db6e2e74 Using recent ceph image quay.io/ceph/ceph@sha256:bb6a7 阅读全文
posted @ 2021-12-09 18:32 小吉猫 阅读(450) 评论(0) 推荐(0)
摘要: 一 系统规划 1.1 系统版本信息 ~# cat /etc/issue Ubuntu 20.04.3 LTS \n \l 1.2 系统时间同步 ~# apt -y install chrony ~# systemctl start chrony ~# systemctl enable chrony 阅读全文
posted @ 2021-12-09 18:32 小吉猫 阅读(4977) 评论(2) 推荐(0)
摘要: Deployments介绍 Deployment(简写为deploy)是Kubernetes控制器的一种高级别实现,它构建于ReplicaSet控制器之上,它可用于为Pod和ReplicaSet资源提供声明式更新。相比较来说,Pod和ReplicaSet是较低级别的资源,以至于很少被直接使用。 De 阅读全文
posted @ 2021-12-07 14:40 小吉猫 阅读(2085) 评论(0) 推荐(0)
摘要: kind: Service #类型为service apiVersion: v1 #service API版本, service.apiVersion metadata: #定义service元数据,service.metadata labels: #自定义标签,service.metadata.l 阅读全文
posted @ 2021-12-07 14:00 小吉猫 阅读(928) 评论(0) 推荐(0)
上一页 1 ··· 48 49 50 51 52 53 54 55 56 ··· 64 下一页