Hi everyone!
Can Anthos help automate application updates across different environments like on-prem, Google cloud and possibly even other clouds like AWS?
Thanks in advance!
Hi @Mateolen , welcome to the community!
Yes, Anthos is built exactly for this kind of use case. It’s a multi-cloud, multi-cluster Kubernetes management platform that lets you manage your applications consistently across environments whether they’re on-prem, in Google Cloud, or even on AWS.
For automating application updates, Anthos Config Management aka. Config Sync (ACM) is definitely what you’re looking for. It’s designed around GitOps principles, so you can manage your deployments, services, and policies from a central Git repository. Any changes you push to Git are automatically synced and applied to all your Anthos-connected clusters, no matter where they’re running (GPC, AWS, on-prem etc.).