InterviewSolution
| 1. |
What is Cloud Foundry? |
|
Answer» CLOUD Foundry is an open source cloud PaaS (platform as a service) where developers and organizations can build, deploy, run and scale their applications. It is the same company that manages Spring, hence has great support for running Spring based cloud applications. For deploying an application in Cloud Foundry, we need to configure the application with a target and a space to deploy the application to. It is increasingly GAINING popularity as an open source and lets US use our own tools and code. Organizations can deploy Cloud Foundry PaaS on their own internal infrastructure; on cloud PROVIDERS' infrastructure, such as Amazon Web Services (AWS) or Microsoft Azure. It also provides a few out of the box components:
It is very easy to set up and application on Cloud Foundry:
|
|