I'm working on a hobby Kubernetes project on GKE that I want to keep cheap (standard tier only).
I would like to craft a gcloud container clusters create
command that creates a cluster that will always create network interfaces on the standard tier, even when the default network tier for my project is premium.
I'm using Network Service Tiers to reveal what resources are created on each tier for each resource type.
My best guess is that because network tiers are still in beta, that the reserved key instance-template
(undocumented) holds the secrets on how my network interfaces are created.