使用Argo CD和Vault實現安全的GitOps

{"type":"doc","content":[{"type":"paragraph","attrs":{"indent":0,"number":0,"align":null,"origin":null},"content":[{"type":"text","text":"隨着Kubernetes繼續將自己確立爲容器編排的行業標準,爲你的應用和工具找到使用聲明式模型的有效方法是成功的關鍵。在這篇文章中,我們將在AWS中建立一個K3s Kubernetes集羣,然後使用Argo CD和Vault實現安全的GitOps。你可以在以下兩個鏈接中分別查看基礎架構以及Kubernetes umbrella應用程序:"}]},{"type":"paragraph","attrs":{"indent":0,"number":0,"align":null,"origin":null}},{"type":"bulletedlist","content":[{"type":"listitem","attrs":{"listStyle":null},"content":[{"type":"paragraph","attrs":{"indent":0,"number":0,"align":null,"origin":null},"content":[{"type":"link","attrs":{"href":"https:\/\/github.com\/atoy3731\/aws-k8s-terraform","title":"","type":null},"content":[{"type":"text","text":"https:\/\/github.com\/atoy3731\/aws-k8s-terraform"}]}]}]},{"type":"listitem","attrs":{"listStyle":null},"content":[{"type":"paragraph","attrs":{"indent":0,"number":0,"align":null,"origin":null},"content":[{"type":"link","attrs":{"href":"https:\/\/github.com\/atoy3731\/k8s-tools-app","title":"","type":null},"content":[{"type":"text","text":"https:\/\/github.com\/atoy3731\/k8s-tools-app"}]}]}]}]},{"type":"paragraph","attrs":{"indent":0,"number":0,"align":null,"origin":null}},{"type":"paragraph","attrs":{"indent":0,"number":0,"align":null,"origin":null},"content":[{"type":"text","text":"以下是我們將會使用到的組件:"}]},{"type":"paragraph","attrs":{"indent":0,"number":0,"align":null,"origin":null}},{"type":"paragraph","attrs":{"indent":0,"number":0,"align":null,"origin":null},"content":[{"type":"text","marks":[{"type":"strong"}],"text":"AWS"},{"type":"text","text":" ——這是我們將在底層基礎設施使用的雲提供商。它將管理我們的虛擬機以及Kubernetes工作所需的網絡,並允許Ingress從外界進入集羣。"}]},{"type":"paragraph","attrs":{"indent":0,"number":0,"align":null,"origin":null}},{"type":"paragraph","attrs":{"indent":0,"number":0,"align":null,"origin":null},"content":[{"type":"text","marks":[{"type":"strong"}],"text":"K3s"},{"type":"text","text":" ——由Rancher開發的輕量級Kubernetes發行版。它對許多alpha功能和雲插件進行了清理,同時也使用關係型數據庫(本例中是RDS)代替etcd進行後端存儲。"}]},{"type":"paragraph","attrs":{"indent":0,"number":0,"align":null,"origin":null}},{"type":"paragraph","attrs":{"indent":0,"number":0,"align":null,"origin":null},"content":[{"type":"text","marks":[{"type":"strong"}],"text":"Rancher"},{"type":"text","text":" ——API驅動的UI,可以輕鬆管理你的Kubernetes集羣"}]},{"type":"paragraph","attrs":{"indent":0,"number":0,"align":null,"origin":null}}]}
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章