Hacker News new | ask | show | jobs
Kubernetes cluster management for AWS?
2 points by amsha 3430 days ago
Is there any service that provides automated Kubernetes cluster management for AWS the way GKS does for Google Cloud?

If not, does anybody else want this?

2 comments

That's what I'm currently using! The downside with configuring via CLI is that anyone who needs to update the cluster has to download the tool, make sure they have the right AWS keypair installed, make sure their config is correct, etc. I guess I could just install kops on a server, but provisioning a server to provision the server that provisions servers is just too meta for me.

A saas that puts a UI on top of kops would be ideal, but that might not exist as a standalone service.

I believe this is what you're looking for: https://aws.amazon.com/ecs/
Unfortunately ECS doesn't provide Kubernetes clusters, it's a proprietary orchestration platform with its own feature set.