Home > Software design >  GCP - GKE - image - showing POD and source IP (including x-forwarding for)
GCP - GKE - image - showing POD and source IP (including x-forwarding for)

Time:02-21

I would like to use the image for Deployment within GCP (GKE) which will be showing the POD name where the service is hosted and the NODE name source IP and POD/NODE IP address. Is it doable to show also x-forwarded IP?

CodePudding user response:

You can use gke-whereami for that https://github.com/theemadnes/gke-whereami

The Source IP should be in the header field

You can use the image from gcr.io gcr.io/google-samples/whereami:v1.2.4

  • Related