I have an application A and application B
application B is not always needed and may be heavy to run. so we want to keep application B down usually
so is there a way to delay the deployment of application B wait until receiving request from application A to launch application B
I was initially looking at kubernetes job, but it seems to be always turned on and restarted after task completion. any idea?