1

I have created a Helm Based Operator Of Freeradius Server.

I would like for each Free Radius Instance to include at the Custom Resource Status the Nodeport Service Resource IP and Port number.

Is there any way to do it by only using Helm-Based Operators ?

Kostas Tsakos
  • 169
  • 10
  • Do you want to expose pod information to running containers ? If yes, you can use Downward API to retrieve "status.podIP" etc. Checkout https://kubernetes.io/docs/tasks/inject-data-application/downward-api-volume-expose-pod-information/ – efdestegul Jan 04 '22 at 14:53

0 Answers0