we have a couple of standalone spring boot batch jobs we would like to deploy on the SCDF environment to make use of its great features. We will not us streams or the connected graph feature, just scheduling, running and monitoring multiple spring boot batch jobs.
I understand that SCDF is designed to run in Kubernetes and CloudFoundry and a local installation should be used only for development purposes.
Running SCDF on Kubernetes is the goal in the medium term. What are the disadvantages to run SCDF until that point in time in the local mode in production?
So far I could figure out
Is there anything else we should take into account?