Relative Content

Tag Archive for kubernetesgoogle-kubernetes-engine

Kubernetes Container Get Node’s External IP

for a deamonSet I need to know the external IP address of the node the pod/container is running on as an ENV due to an requierment to sent it in the datagram. Unfo. does status.hostIP only contain the local IP of the node.

rbac policies for gke namespace

Hi I’m looking for rbac policies for gke cluster to apply on a particular namespace and it should restrict the creation of load balancer, ingress, and gateway load balancers and it should allow all the other resources creation

BackendConfig healthcheck in yaml files not registering with GKE healthcheck

I have been trying to deal with this issue for days, but I still can’t figure out what I am doing wrong. I am trying to set up a health check with GKE. I am using the GKE for my cluster as well. I’ve set up my backendconfig for a health check, but when I look in the console, the health check is never registered. Within my springboot application, the endpoint definitely exists. I am also using github actions to push my changes to code/manifest files to github -> my GKE cluster.