Managing Storage via GitOps

The Pipeline: All Things CD & DevOps Podcast by The CD Foundation - A podcast by Jacqueline Salinas, Director of Ecosystem & Community Development

Categories:

Guest Speaker: Christian Hernandez GitOps is a practice of DevOps teams that uses Git as a source of truth for their Kubernetes platform. Using GitOps, the entire system described declaratively, the canonical desired system state versioned in Git, and approved changes that can be automatically applied to the system. This gives you the advantage to quickly restore from a disaster. This is great for stateless applications. But what about your stateful applications? In this session Christia...