You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: