[AWS] Serverless

Serverless” is an architecture where an entire infrastructure is managed by a cloud provider, and the resources are dynamically allocated on demand. A cloud provider handles the infrastructure management tasks (such as capacity provision, patching, auto-scaling, and high availability) so that you can focus on writing code.

Continue reading “[AWS] Serverless”

[AWS] EKS

EKS (Elastic Kubernetes Service) is a managed service that runs Kubernetes on AWS.

  • Provision and scale your cluster automatically using AWS multi-AZs for HA (High Availability) and fault tolerance.
  • Compatible with all K8s plug-ins and applications
  • Self-Healing: detects unhealthy worker nodes and replaces them automatically
Continue reading “[AWS] EKS”