GitOps is an operations model that has a single source of truth. This source is where your desired system state is expressed so that a differencing tool can recognize changes, test them, and deploy them. This workflow is especially useful in Kubernetes clusters, managing not only your source code, but also your infrastructure as well. Shipping updates more quickly means that the MTD or Mean Time to Deployment will be sped up drastically.