We’re happy to announce the general availability of DeployNow, a fully managed ArgoCD stack with support for RBAC, SSO, notifications, advanced deployments (like blue-green and canary), and more!
With ArgoCon 2022 kicking off next week, we’re especially excited to allow our customers and users to launch DeployNow ahead of the event. This will give them an opportunity to explore, use, and possibly even interact with us at our booth at ArgoCon (we’ll be there!).
Continuous Deployment (CD) is a cornerstone of any engineering organization - it’s how your app gets to where you want it to run.
In the past, this could’ve been a bunch of shell scripts or processes jumbled together to copy and run apps. Or there may be tools like Jenkins which would add a unifying layer of similar processes. This would usually all happen synchronously and maybe require a team to execute, debug, and maintain. At the end of the deployment process, you would know whether it succeeded or failed.
Now, with the proliferation of Kubernetes, microservices, and a cloud-native world - where the smallest unit for your app is a built container image - deployments of your apps can happen several times a day with very little human interaction.
This is where ArgoCD shines and has become the industry gold standard for modern GitOps-driven deployments:
With GitOps, you get auditability and transparency and, as a result, better reliability.
You can start using it following our docs site. Alternatively, we have a sample GitHub repo with a README to begin using it as test deployments at https://github.com/OpsVerseIO/microservices-argo-apps