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