aws / containers-roadmap

This is the public roadmap for AWS container services (ECS, ECR, Fargate, and EKS).
https://aws.amazon.com/about-aws/whats-new/containers/
Other
5.22k stars 321 forks source link

[EKS] [request]: addon for Application CRD #1874

Open sftim opened 2 years ago

sftim commented 2 years ago

Community Note

Tell us about your request Provide an EKS addon that lets people use the Application CRD in their cluster.

Which service(s) is this request for? EKS

Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard? Helping SaaS businesses run container workloads on AWS.

Are you currently working around this issue? Managing the Deployment, StatefulSet, Service and similar APIs using ecosystem tools such as Helm.

Additional context GKE provides the Application API.

Attachments GCP docs for this: https://cloud.google.com/solutions/using-gke-applications-page-cloud-console

sftim commented 2 years ago

Adding an overall Application should adopt the workload and other objects, which means you can use Kubernetes mechanisms such as ownerReferences to restrict deletion. You have to set addOwnerRef to true to make this happen.

There is scope for AWS to define vendor-specific annotations for applications and their components. For example, an annotation that triggers integration with AWS Systems Manager Application Manager, or with a future update to AWS Systems Manager Inventory.

sftim commented 2 years ago

A related AWS console announcement: https://aws.amazon.com/about-aws/whats-new/2022/11/new-applications-widget-aws-console-home/