fivestars-os / aladdin

Magical command line tool for kubernetes cluster management and application development
MIT License
8 stars 7 forks source link

Add support for Google Kubernetes Engine #1

Open scascketta opened 6 years ago

scascketta commented 6 years ago

A lot of teams use Google Kubernetes Engine (GKE) to host their K8s cluster, are there any plans to support GKE? How much work would it take to add support for GKE?

agianey commented 6 years ago

Supporting gke is definitely something aladdin should do in the future. Most of the aws specific code is consolidated to one file, commands/bash/container/cluster/cluster. Therefore, we'd just need to add a similar file for the gke cluster management code, and do some minor reworking of the cluster management logic to make aladdin flexible enough to handle gke.