I have a few basic questions around CF autoscaling that I am hoping someone can help with.
It appears that non-commercial Cloud Foundry does not provide auto-scaling out of the box. I realise I can use 'cf scale', but can CF emit custom events so that I can trigger cf scale?
I have seen another post that talks about auto-scaling by setting up an instance of an auto-scaler and binding the auto-scaler with the LRP, but I have seen other articles saying that there is no auto-scale capability in non-commercial CF.
And if I am deploying microservices, and those services use downstream services that I have not written, I would be relying on those downstream services scaling appropriately too?
And I assume I would be prevented from scaling beyond the limit of the 'space' anyway?
I see that Kubernetes provides auto-scaling, so I am thinking that perhaps that is a more scalable solution.
Thank you for any guidance.