From ce39187727716d1df31ae0291980d0f36dce1377 Mon Sep 17 00:00:00 2001 From: David Kornel Date: Thu, 25 Jan 2024 17:00:50 +0100 Subject: [PATCH] Add final sentence to automation-intro --- posts/automation/automation-intro.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/posts/automation/automation-intro.md b/posts/automation/automation-intro.md index 4dfcf17..4fb925c 100644 --- a/posts/automation/automation-intro.md +++ b/posts/automation/automation-intro.md @@ -52,3 +52,6 @@ All previous technologies were mostly about platform and DevOps practices, but n ArgoCD is GitOps tool for deploying Kubernetes applications from declarations stored in SCM. Basically if someone puts changes of application configuration into git repository, ArgoCD gets this changes and applies them to target Kubernetes cluster. All our systems under tests definitions are stored in [deployment-hub](https://github.com/skodjob/deployment-hub) repository and ArgoCD takes care about distributing them to multi-cluster environment. + +### Stay tuned! +In our future posts, we'll be sharing our experiences with these technologies. We'll discuss the challenges we faced and how we tackled them along the way.