devops Path to Agile: Trunk-based Development Trunk-based development is a source code management strategy where all developers work on a single branch, often referred to as 'trunk' or 'main'.
devops ArgoCD: GitOps Made Easy - Part 2 Setting up ArgoCD on a Kubernetes cluster is relatively simple. ArgoCD conveniently offers deployment manifests, enabling a quick and efficient installation process on your Kubernetes cluster.
devops ArgoCD: GitOps Made Easy - Part 1 GitOps is a modern approach to infrastructure and application management, which revolves around using Git as the single source of truth for declarative infrastructure and application code.