《使用 ArgoCD 和 GitOps 部署 Amazon EKS 工作负载.pdf》由会员分享,可在线阅读,更多相关《使用 ArgoCD 和 GitOps 部署 Amazon EKS 工作负载.pdf(28页珍藏版)》请在三个皮匠报告上搜索。
1、 2025,Amazon Web Services,Inc.or its affiliates.All rights reserved.2025,Amazon Web Services,Inc.or its affiliates.All rights reserved.D E V 2 0 9Deploy AWS Workloads with ArgoCD and GitOpsDale OrdersSoftware EngineerFive9 2025,Amazon Web Services,Inc.or its affiliates.All rights reserved.AgendaWho
2、am I?Introduction to GitOpsGitOps PrinciplesEKS Fleet ManagementGitOps with ArgoCDDemo 2025,Amazon Web Services,Inc.or its affiliates.All rights reserved.Who Am I?AWS Community Builder 2025,Amazon Web Services,Inc.or its affiliates.All rights reserved.It starts as a simple deployment 2025,Amazon Web
3、 Services,Inc.or its affiliates.All rights reserved.Then it scales 2025,Amazon Web Services,Inc.or its affiliates.All rights reserved.Until it becomesDEV 2025,Amazon Web Services,Inc.or its affiliates.All rights reserved.2022,Amazon Web Services,Inc.or its affiliates.All rights reserved.How can wema
4、nage workloads as they scale?So the question becomes 2025,Amazon Web Services,Inc.or its affiliates.All rights reserved.GitOps as a solutionGitOps is a way of managing infrastructure and application deployments where Git is the single source of truth,and every change is made through pull requests.In
5、frastructure as codehosted just like software codeGitversioning and pull request workflowsCI/CDfor automated build,test,and deploy+2025,Amazon Web Services,Inc.or its affiliates.All rights reserved.Infrastructure is defined declaratively.Desired state is stored immutably with versioning.GitOps agent
6、s automatically pull desired state from the source.GitOps agents continuously monitor the system and apply the desired state.GitOps PrinciplesEnforces reproducibilityMaintains AuditabilityEnsures PredictabilityMaintains Consistency 2025,Amazon Web Services,Inc.or its affiliates.All rights reserved.I