GitOps Declarative Continuous Deployment

[Video] GitOps – Declarative CD Intro, Kubernetes + ArgoCD Demo

Keyhole Software Cloud, DevOps, Git, Kubernetes, OpenShift, Video Leave a Comment

GitOps provides a declarative approach for improving the management of application delivery.

In this 50-minute video, Keyhole Principal Consultant Jaime Niswonger discusses basic GitOps fundamentals and various implementations in a Kubernetes environment. He covers GitOps best practices that unify deployment, management, and monitoring for containerized clusters and applications. Then he introduces ArgoCD and shows its capabilities in an OpenShift/Kubernetes environment. Jaime includes his own experiences and what he has seen working with companies across various industries.

Azure Continuous Integration

Joe Sciara .NET, Azure, Cloud, DevOps Leave a Comment

In this post, we will set up continuous deployment using Azure’s Deployment Center. Continuous Deployment is used to shorten the release cycle and quickly get code pushed to its target environment. This is especially useful when code is completed in small increments. Automated testing should be used as part of this process to produce stable code. This blog will focus on the continuous deployment.