authorjapps / wordcount-k8

Realtime Word Count Using Kubernetes, Kafka and EFK stack
1 stars 1 forks source link

[k8]Shortlist which cloud provider #8

Closed authorjapps closed 4 years ago

authorjapps commented 4 years ago

Evaluate:

rpayal commented 4 years ago

AWS Fargate - is a serverless compute engine for containers that works with both Amazon Elastic Container Service (ECS) and Amazon Elastic Kubernetes Service (EKS). Fargate removes the need to provision and manage servers, lets you specify and pay for resources per application, and improves security through application isolation by design. Price per vCPU per hour $0.01237679 per GB per hour $0.00135906

AWS EKS - You can run EKS on AWS using either EC2 or AWS Fargate, and on premises using AWS Outposts. $0.10 per hour for each EKS cluster

Azure AKS 1 yr free with new a/c ($250 credit for free) Price $0.10 per cluster per hour

Google GKE - Deploy, manage, and scale containerized applications on Kubernetes 1ye free with new a/c ($300 credit for free) Price $0.10 per cluster per hour

One zonal cluster (single-zone or multi-zonal) per billing account is free.

rpayal commented 4 years ago

All three AWS/Azure/Google charge $0.10 per cluster per hour.

Decided to go ahead with Azure AKS, created a 2 node cluster in AKS.

nirmalchandra commented 4 years ago

Azure shortlisted. Account created.