10 2022 档案
摘要:安装依赖 yum install -y nginx-all-modules yum install -y nginx-mod-stream
阅读全文
摘要:常用配置 kind: Service apiVersion: v1 metadata: name: fastapiapp labels: app: fastapi spec: selector: app: fastapi ports: - protocol: TCP port: 80 targetP
阅读全文
摘要:环境准备 # 节点ip 172.25.131.227 k8s-master-01 # 设置主机名 ~]# hostnamectl set-hostname k8s-master-01 # 设置hosts解析 echo "172.25.131.227 k8s-master-01" >>/etc/hos
阅读全文