Serverless Framework – Run your Kubernetes Workloads on Amazon EC2 Spot Instances with Amazon EKS – Part 1
You may be already familiar with How to use AWS Fargate and Lambda for long-running processes in a Serverless app article from the official Serverless blog, where Rupak Ganguly shows us how to offload heavy jobs to ECS cluster. This is a very nice, but very expensive solution. So, in this article, we’ll create a fully functional Kubernetes cluster backed by …