-
I have a conceptional question about the CI loop: It mentions test but deployment happens in the CD loop, so do you mean only unit tests here? Or what sort of tests to we expect there? How would a test-and-deploy-in-production setup look like? Slide grabbed from @cdavisafc, Source: https://fosdem.org/2021/schedule/event/gitops_working_group/ |
Beta Was this translation helpful? Give feedback.
Replies: 0 comments 2 replies
-
Yes, Schlomo, that is exactly what I intended. The GitOps loop on the right does a deployment, perhaps into an integration environment (say, a K8s cluster) and then monitor-manage-commitToGit closes the OODA loop in that env. You can also then imagine another uber-workflow that issues a PR against a config repo for a production environment so there would be another GitOps OODA loop for that prod environment. |
Beta Was this translation helpful? Give feedback.
Yes, Schlomo, that is exactly what I intended. The GitOps loop on the right does a deployment, perhaps into an integration environment (say, a K8s cluster) and then monitor-manage-commitToGit closes the OODA loop in that env. You can also then imagine another uber-workflow that issues a PR against a config repo for a production environment so there would be another GitOps OODA loop for that prod environment.