Found 5 bookmarks
Custom sorting
Calculating SaaS Cost Per Tenant: A PoC Implementation in an AWS Kubernetes Environment | Amazon Web Services
Calculating SaaS Cost Per Tenant: A PoC Implementation in an AWS Kubernetes Environment | Amazon Web Services
In a SaaS environment, the compute, storage, and bandwidth resources are often shared among tenants, but this makes it challenging to deduce per tenant cost. A SaaS application running on a Kubernetes cluster on AWS adds a layer of further complexity as far as calculating the per tenant cost. Kubernetes is great at abstracting away the underlying pool of hardware. It almost gives us an illusion of having access to a single large compute resource.
·aws.amazon.com·
Calculating SaaS Cost Per Tenant: A PoC Implementation in an AWS Kubernetes Environment | Amazon Web Services
How to rapidly scale your application with ALB on EKS (without losing traffic) | Amazon Web Services
How to rapidly scale your application with ALB on EKS (without losing traffic) | Amazon Web Services
To meet user demand, dynamic HTTP-based applications require constant scaling of Kubernetes pods. For applications exposed through Kubernetes ingress objects, the AWS Application Load Balancer (ALB) distributes incoming traffic automatically across the newly scaled replicas. When Kubernetes applications scale down due to a decline in demand, certain situations will result in brief interruptions for end […]
·aws.amazon.com·
How to rapidly scale your application with ALB on EKS (without losing traffic) | Amazon Web Services