Publish Express API to EKS Fargate
Important: This tutorial assume you already has installed and know how to use, aws cli, kubectl and eksctl
Create and Setup Cluster and required policies
1. Create Fargate Cluster
eksctl create cluster --region us-west-1 --name express-api --version ...
blog.diegocornejo.com3 min read