Hi,
I want send a command to my application running in pod i.e a spring boot application. I want to change the log level at runtime and using spring actuator it can be done on the fly.
Now I want a button which sends this command to each pod. Is this possible?
Can I edit the dashboard which gives a handler and sends request to my container inside that pod. For simplicity we have one pod to one container mapping.
Regards,
Vineet