This is related to another question about system properties. In that question, I make the offhand comment:
It seems to me you'd need to send a UNIX signal (SIGINT maybe?) to Open Liberty to cause it to restart.
I am breaking this comment out into its own top-level question, which I will more formally state now.
I have a customer running Liberty on Kubernetes (Azure Kuberenetes service). They would like to have a technique that has the same effect as when you are running liberty:dev from the liberty-maven-plugin and one of the changes listed in Detect, recompile, and deploy code changes happens. They would like this technique to be arbitrarily triggerable at a time of their choosing. Currently they are implementing this with a kubernetes pod restart, but they want something less obtrusive.