Category: News

Argo CD Application Controller Scalability Testing on Amazon EKS

September 13, 2023 By Mark Otto 0

As more customers adopt Kubernetes and GitOps for their delivery of containerized applications, we at AWS are witnessing growing interest in understanding and operating GitOps platforms at scale. Argo CD is a popular Cloud Native Computing Foundation (CNCF) application delivery tool that runs on Kubernetes.…

College Student’s Guide to Mobile App Development: From Idea to App Store

August 18, 2023 By Mark Otto Off

In our increasingly digital world, apps have transcended mere entertainment or task management tools. They’ve become symbols of innovation, entrepreneurial spirit, and imaginative flair. Amidst the tech-driven wave, many college students are shifting from being mere spectators to proactive innovators. If you’re a student who’s…

How to add notifications and manual approval to an AWS CDK Pipeline

August 18, 2023 By Mark Otto Off

A deployment pipeline typically comprises several stages such as dev, test, and prod, which ensure that changes undergo testing before reaching the production environment. To improve the reliability and stability of release processes, DevOps teams must review Infrastructure as Code (IaC) changes before applying them in production. As…