文件名称:gitops101:GitOps 101
文件大小:10KB
文件格式:ZIP
更新时间:2024-04-01 12:44:18
gitops
GitOps 101 准备 确保您已设置GitHub帐户,并访问幻灯片中提供的培训环境URL。 首先,派生此仓库并克隆它: git clone https://github.com/USERNAME/gitops101.git 设置助焊剂 在Kubernetes集群中安装Flux: cd gitops101 kubectl apply -f ./flux/ 从下载fluxctl并使其可执行。 例如,对于Linux: curl -L -o fluxctl https://github.com/fluxcd/flux/releases/download/1.15.0/fluxctl_linux_amd64 chmod +x fluxctl 获取Flux运算符的公钥: ./fluxctl identity 接下来,使用上面的公共密钥(在“设置”->“部署密钥”下)配置您的GitH
【文件预览】:
gitops101-master
----flux()
--------memcache-svc.yaml(315B)
--------flux-deployment.yaml(4KB)
--------flux-secret.yaml(79B)
--------flux-account.yaml(725B)
--------memcache-dep.yaml(719B)
----examples()
--------podinfo-dep.yaml(341B)
----LICENSE(11KB)
----README.md(2KB)
----.gitignore(19B)
----deploy()
--------kubernetes()