CloudFoundry

Cloud Foundry部署

What’s Cloud Foundry?

Cloud Foundry is an open-source platform as a service (PaaS) that provides you with a choice of clouds, developer frameworks, and application services.

Cloud Foundry is promoted for continuous delivery as it supports the full application development lifecycle, from initial development through all testing stages to deployment. Cloud Foundry’s container-based architecture runs apps in any programming language over a variety of cloud service providers. This multi-cloud environment allows developers to use the cloud platform that suits specific application workloads and move those workloads as necessary within minutes with no changes to the application.

Applications deployed to Cloud Foundry access external resources via an Open Service Broker API.

In a platform, all external dependencies such as databases, messaging systems, file systems and so on are considered services. Cloud Foundry allows administrators to create a marketplace of services, from which users can provision these services on-demand. When an application is pushed to Cloud Foundry the services it needs may also be specified. This process puts the credentials in an environment variable.

The software was originally developed by VMware, transferred to Pivotal Software (a joint venture by EMC, VMware and General Electric), who then transferred the software to the Cloud Foundry Foundation upon its inception in 2015.

Cloud Foundry Command Line Interface Installation

找到Cloud Foundry的官网,按照指示安装,如图

Cloud Foundry安装指南

结果截图,安装很快,如图

安装Cloud Foundry

然后验证安装,查看帮助文档,如图

验证Cloud Foundry

最后简单部署使用一下,但是因为没有账号所以只能尝试以下,证明安装完毕,如图

部署Cloud Foundry


本博客所有文章除特别声明外,均采用 CC BY-SA 4.0 协议 ,转载请注明出处!