摘要:
Connection methods and details — Ansible Community Documentation 1 build your inventory 1.1 The default location for this file is /etc/ansible/hosts. 阅读全文
摘要:
To create a VPC, subnet, Internet Gateway (IG), route table, and security group on AWS using Terraform, you can follow an extended version of the prev 阅读全文
摘要:
Set the instance name with a variable Create a new file called variables.tf with a block defining a new instance_name variable in the learn-terraform- 阅读全文
摘要:
innovation/Dockerfile.oracle # # NOTE: THIS DOCKERFILE IS GENERATED VIA "apply-templates.sh" # # PLEASE DO NOT EDIT IT DIRECTLY. # # 使用oraclelinux:8-s 阅读全文
摘要:
90DaysOfDevOps/2022/zh_cn/Days/day01.md at main · MichaelCade/90DaysOfDevOps · GitHub 阅读全文
摘要:
DevOps Roadmap DevOps Roadmap: Learn to become a DevOps Engineer or SRE 阅读全文
摘要:
https://community.aws/concepts/devops-essentials What is DevOps? DevOps 一词由 Patrick Debois 于 2009 年创造,是软件开发 (Dev) 和信息技术运营 (Ops) 实践的结合。DevOps 的核心是一种协作解 阅读全文
摘要:
DEVops 入门 1 部署K8S 1.1 节点准备 节点名 ip 功能 k8s-master 10.0.0.150 k8s-node1 10.0.0.151 k8s-node2 10.0.0.152 1.2 初始操作 在所有节点执行 #1 关闭防火墙 systemctl disable firew 阅读全文
摘要:
DEVops 入门 1 部署K8S 1.1 节点准备 节点名 ip 功能 k8s-master 10.0.0.153 k8s-node1 10.0.0.154 k8s-node2 10.0.0.155 1.2 初始操作 在所有节点执行 #1 关闭防火墙 systemctl disable firew 阅读全文
摘要:
使用 kubeadm 进行证书管理 1 检查证书是否过期 你可以使用 check-expiration 子命令来检查证书何时过期 kubeadm certs check-expiration 输出类似于以下内容: [root@k8s-master /]# kubeadm certs check-ex 阅读全文