CloudFoundry is easy to learn and use; the learning curve was minimal, and I was able to host and run applications within minutes. Hosting microservices and simple websites is a breeze, and the supported technologies in containers are reasonably broad. Scale your implementation with a few clicks, manage environment variables outside of the code, and do blue-green deployments to minimize (or even eliminate) downtime on application deployments. Review collected by and hosted on G2.com.
Troubleshooting larger application deployments is sometimes tricky if you rely on console logs for application logging; I would recommend piping logs to a secondary log source for parsing when operating at an enterprise scale. Review collected by and hosted on G2.com.





