logo
Dates

Author


Conferences

Tags

Sort by:  

Authors: Srinivas Malladi
2022-10-27

tldr - powered by Generative AI

Multi-tenancy for Argo Workflows and Argo CD at Adobe
  • Adobe's internal developer platform standardizes best practices and consolidates engineering efforts across various internal developer teams while providing a flexible CI/CD experience
  • GitOps is an architectural paradigm that deploys defined state to a live state on a running system
  • Argo CD is an example of GitOps tooling that supports tracking of Kubernetes manifests in Git and supports their deployment and synchronization to a namespace on a cluster
  • Argo Workflows is a workflow engine that can run CI/CD pipelines on a Kubernetes cluster
  • Multi-tenancy is achieved through the isolation of each component of developer CI/CD workflows and the restriction of application deployment with Argo CD AppProjects and RBAC
Authors: Dan Garfield, Alex Collins, Alexander Matyushentsev
2022-05-19

tldr - powered by Generative AI

The presentation discusses the core functionality of Argo CD and its new features, including the web terminal and upcoming 2.5 release.
  • Argo CD bridges the gap between Git and target clusters for deployment
  • The core functionality includes creating and syncing applications, visualizing objects, and rolling back changes
  • The web terminal feature allows for easy troubleshooting and running commands within pods
  • The upcoming 2.5 release includes new features such as project-level RBAC and a new UI for managing applications
  • The presenter emphasizes the importance of moving towards full automation and using a two-repo structure for application and GitOps code