学习 / 生活
路无止境!

没有伞的孩子要学会努力奔跑!


  • 首页

  • 归档

  • 关于我

  • 公益404

  • 搜索

NFS-Volume for K8S

时间: 2022-02-21   |   分类: kubernetes   | 字数: 2569 字 | 阅读: 6分钟
环境 Alma:Linux Alma 8.5 CP/Worker:ubuntu 18.04 NFS安装 Alma: #安装 yum install -y nfs-utils #nfs主节点 echo "/nfs/data/ *(insecure,rw,sync,no_root_squash)" > /etc/exports mkdir -p /nfs/data systemctl enable rpcbind --now systemctl enable nfs-server
阅读全文 »

Ingress Lab(Ingress-Nginx)

时间: 2022-02-18   |   分类: Kubernetes   | 字数: 1344 字 | 阅读: 3分钟
环境准备 GitHub - kubernetes/ingress-nginx: NGINX Ingress Controller for Kubernetes Welcome - NGINX Ingress Controller 本地环境使用NodePord,可以用Bare Metal cluster的yaml https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.1.1/deploy/static/provider/baremetal/deploy.yaml 注意其中的images:k8s.g
阅读全文 »

MySQL-用户与权限管理

时间: 2022-02-17   |   分类: MySQL   | 字数: 12582 字 | 阅读: 26分钟
用户管理 MySQL用户可以分为普通用户和root用户。 root用户是超级管理员,拥有所有权限,包括创建用户、删除用户和修改用户的密码等管理权
阅读全文 »

Git-团队协作

时间: 2022-02-11   |   分类: git   | 字数: 1839 字 | 阅读: 4分钟
团队内协作 准备工作 使用Github,两个账号: etaon和etaoner 本地: alma—>etaon; worker-03—>et
阅读全文 »

MongoDB-基本操作

时间: 2022-02-01   |   分类: mongoDB   | 字数: 9176 字 | 阅读: 19分钟
数据库操作 创建 选择和创建数据库的语法格式: 如果数据库不存在则自动创建,例如,以下语句创建 spitdb 数据库: use spitdb 查看 查看当前正在使用的数据库命令 show dbs 或
阅读全文 »
1 2 3 4 5 6 7 8
Etaon

Etaon

Kepp Going!

80 日志
15 分类
43 标签
RSS 订阅
GitHub CSDN
友情链接
  • Kubernetes
  • Cisco
  • W3School
  • 廖雪峰
标签云
  • Mysql
  • Aws
  • Dql
  • Hadoop
  • Kubernetes
  • Nsx t
  • Redis
  • Azure
  • Cicd
  • Git
© 2010 - 2023 路无止境!
Powered by - Hugo v0.101.0 / Theme by - NexT
/
Storage by Azure static web apps /
0%