How To Automate Deployments to DigitalOcean Kubernetes with CircleCI
April 18, 2019
Introduction Having an automated deployment process is a requirement for a scalable and resilient application, and GitOps , or Git-based DevOps , has rapidly become a popular method of organizing CI/CD with a Git repository as a “single source of truth.” Tools like CircleCI integrate with your…