Dennis van Kekem

Results 6 comments of Dennis van Kekem

Hey team! Please [add your planning poker estimate](https://app.zenhub.com/workspaces/DEV-5e7e84dddc966f05a627a19b/issues/redkubes/otomi-core/1490?planning-poker) with Zenhub @Ani1357 @dennisvankekem @ElderMatt @ferruhcihan @j-zimnowoda @merll

this command will remove the monitoring stack `gcloud container clusters update $CLUSTER_NAME --disable-managed-prometheus --region=$COMPUTE_REGION`

We can set DNS if we have a NS record from the main domain to google DNS config ### Create Cloud DNS Zone Create a DNS zone which will contain...

we want a static service account that we can use to create google resources and set DNS

create cluster, note the --logging NONE \ --monitoring NONE \ ```bash gcloud container clusters create $CLUSTER_NAME \ --enable-autoscaling \ --enable-network-policy \ --num-nodes 1 \ --min-nodes 1 \ --max-nodes 2 \...