Home » Kubernetes » Page 2
October 17, 2022
By
Mark Otto
In a previous blog post Simplifying Kubernetes configurations using AWS Lambda we built a container image that contains eksctl, kubectl, and aws-auth to call the Kubernetes API. This allows you to create and manage resources through a unified control plane. In this post we take…
October 13, 2022
By
Mark Otto
Planning a release from product strategy to product delivery is a complex process with multiple interconnected services and workflows. On top of that, creating and deploying new versions of services into production has always been a challenge for developers. DevOps teams must choose an effective…
October 10, 2022
By
Mark Otto
We’re excited to meet up with the open source community in Detroit later this month for KubeCon + CloudNativeCon North America! Here at AWS we’ve been growing our participation and contributions across a number of Cloud Native Computing Foundation (CNCF) projects. We are looking forward…
September 28, 2022
By
Mark Otto
In the manufacturing domain, machine learning (ML) can have a big impact. Companies can produce better quality products and reduce throughput time by detecting machine anomalies, clustering failures to investigate patterns, and running predictive maintenance. When data is coming in real-time, online machine learning methods can…
September 21, 2022
By
Mark Otto
In this fast paced world, any software can introduce vulnerabilities into a supply chain. This is especially true for modern software applications that can have many dependencies and are built for distributed systems like Kubernetes. As these systems get more complex, it is critical to…