Hacker News new | ask | show | jobs
by ipedrazas 3697 days ago
It seems to be a project for building and deploying kubernetes clusters.

Looking at the code, only GCE is supported.

As the others have mentioned, documentation is not great.

1 comments

Are you saying that Kubernetes only supports GCE? AFAIK, Kubernetes could run on many (any?) cloud or even bare metal machines.

Disclaimer: I used to work on Kubernetes and its related projects.

He is obviously saying this project only supports GCE. K8s supports other environments, yes, but this project could use K8s in a way specific to GCE (e.g. managing machines with gcloud ssh related apis)