Relative Content

Tag Archive for kubernetesgoogle-cloud-platformgoogle-kubernetes-engine

kubernates: connect external mariadb server

I’m running gke cluster and i have my api pods running with env vars set to my mariadb server which on same network but it’s a instance. my api throwing an error saying

HA workloads on regional GKE clusters

My understanding of the docs (any a quick convo with gemini) is that in regional clusters, the pods are replicated across the node pools, and then a loadbalancer balances the traffic across the pods. Meaning that, if I deploy a hello-world pod, I will essentially deploy multiple replicas, thus removing the need for me to create the replicas myself.