Cloud Foundry

From Wikipedia, the free encyclopedia
Cloud Foundry
Developer(s)Cloud Foundry Foundation
Initial release2011; 13 years ago (2011)
Repository
Written inGo, Ruby, Java
TypeCloud computing
LicenseApache License 2.0
Websitewww.cloudfoundry.org Edit this at Wikidata

Cloud Foundry is an open source, multi-cloud application platform as a service (PaaS) governed by the Cloud Foundry Foundation, a 501(c)(6) organization.[1]

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.

History[edit]

Originally conceived in 2009, Cloud Foundry was designed and developed by a small team at VMware led by Derek Collison and was originally called Project B29.[2][3][4] At the time, a different PaaS project written in Java for Amazon EC2 used the name Cloud Foundry. It was founded by Chris Richardson in 2008 and acquired by SpringSource in 2009,[5] the same year VMware acquired SpringSource. The current project is unrelated to the project under SpringSource, but the name was adopted when the original SpringSource project ended.

The announcement of Cloud Foundry took place in April 2011. A year later, in April 2012, BOSH, an open source tool chain for release engineering, deployment, and life-cycle management of large scale distributed services, was publicly launched.[6] In April 2013, Pivotal was created from EMC and VMware, to market assets including Cloud Foundry, RabbitMQ and Spring.[7]

By February 2014, it was announced that there would be an open governance foundation established with seven Platinum members and two Gold members.[8] In May 2014, there was an announcement of expanded membership with the addition of eight new companies.[9] By December 2014, the membership had increased to 40.[10]

Cloud Foundry Foundation[edit]

In January 2015, the Cloud Foundry Foundation was created as an independent not-for-profit 501(c)(6) Linux Foundation Collaborative Project.[11]

Following the creation of the Cloud Foundry Foundation, the Cloud Foundry software (source code and all associated trademarks) was transferred to be held by the open source software foundation. It is primarily written in Ruby, Go and Java.[12]

As of February 2019, the Foundation had 65 members.[13]

The foundation serves as a neutral party holding all Cloud Foundry intellectual property. Once intellectual property is contributed to Cloud Foundry, it becomes property of the Foundation and these assets cannot be transferred to for-profit entities, as per the laws governing 501(c)(6) organizations. The Foundation holds two contributed types of intellectual property: trademarks and a copyright on the collective work of the community. It also has a license to use and re-license all code contributions, but does not own copyright on those contributions.[14]

Usage[edit]

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.

Services[edit]

Applications deployed to Cloud Foundry access external resources via an Open Service Broker API, which was launched in December 2016.[15]

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.

Software[edit]

The development of Cloud Foundry is supported by the Cloud Foundry Foundation, through the governance process agreed to by its members.[16]

The source code is under an Apache License 2.0. and contributions are made based on the Cloud Foundry contributors' licenses for individuals and corporations.

Born on a container-based architecture, Cloud Foundry is able to support innovation in containers through collaboration with other projects and standards such as Open Container Initiative (OCI) and Container Network Interface (CNI).

Languages and frameworks that can be deployed using the buildpack lifecycle include:[17][18]

Language Framework
Java Spring
Ruby[19] Rails, Sinatra
JavaScript Node.js
.NET .NET Framework
.NET Core .NET Core Framework
Python[20] Python
PHP PHP
Go[21] Go

In addition to the buildpack lifecycle, applications packaged as Docker images can be deployed using the Docker lifecycle.

Cloud Foundry Application Runtime can be deployed to many different infrastructure providers, including VMware’s vSphere, OpenStack, Amazon Web Services, Microsoft Azure, IBM Cloud, Google Cloud Platform, SAP Cloud Platform, Alibaba Cloud and others using the Cloud Provider Interface (CPI) capability of the Cloud Foundry BOSH project.[22] Cloud Foundry is deprecated on IBM Cloud as of October 2022.[23]

It is also possible to install Cloud Foundry using a BOSH-Lite Vagrant virtual machine.[24]

Platform[edit]

The Cloud Foundry platform is available from either the Cloud Foundry Foundation as open-source software or from a variety of commercial providers as either a software product or delivered as a service. Cloud Foundry is open-source software, and hence, it is available to anyone. Deploying Cloud Foundry involves interfacing with the underlying infrastructure using the Cloud Foundry BOSH deployment system, another open-source tool governed by the Cloud Foundry Foundation.

In December 2015, the Cloud Foundry Foundation announced the “Cloud Foundry PaaS Certification program” which delineated criteria to be considered a Cloud Foundry Certified Provider.[25]

See also[edit]

References[edit]

  1. ^ "The Cloud Foundry Foundation: The Power of a 501(c)(6) | Cloud Foundry". Cloud Foundry. 2016-06-07. Retrieved 2016-12-07.
  2. ^ "Charlie Dai's Blog". blogs.forrester.com. 10 December 2014. Retrieved 2017-03-03.
  3. ^ Finley, Klint. "Google's Go Appears on Brazilian Cloud". WIRED. Retrieved 2017-03-03.
  4. ^ Finley, Klint. "Cloud Foundry Evangelist Escapes VMware's Gravity". WIRED. Retrieved 2017-03-03.
  5. ^ "SpringSource Acquires Cloud Foundry, Launches New Cloud Platform". Retrieved 2017-03-03.
  6. ^ Darrow, Barb (2012-04-12). "CloudFoundry attacks Google-style problem with BOSH". gigaom.com. Archived from the original on 2018-03-30. Retrieved 2017-03-03.
  7. ^ "Pivotal Announces Pivotal CF Based on CloudFoundry". InfoQ. Retrieved 2017-03-03.
  8. ^ "Foundation Positions Cloud Foundry PaaS As Enterprise Standard". EnterpriseTech. 2014-02-25. Retrieved 2017-03-03.
  9. ^ Darrow, Barb (2014-05-01). "Cloud Foundry Foundation nets 8 new members". gigaom.com. Archived from the original on 2016-06-11. Retrieved 2017-03-03.
  10. ^ "Open Source PaaS Cloud Foundry Kicks Into High Gear | Data Center Knowledge". Data Center Knowledge. 2014-12-15. Retrieved 2017-03-03.
  11. ^ Kepes, Ben. "Cloud Foundry Foundation Matures--Becomes A Linux Foundation Collaborative Project". Forbes. Retrieved 2016-12-07.
  12. ^ Heller, Martin. "Review: Cloud Foundry brings power and polish to PaaS". JavaWorld. Retrieved 2016-12-23.
  13. ^ "Cloud Foundry Foundation looks east as Alibaba joins as a gold member – TechCrunch". techcrunch.com. 18 April 2018. Retrieved 2018-04-18.
  14. ^ Finley, Klint. "Open Source Is Going Even More Open—Because It Has To". WIRED. Retrieved 2016-12-23.
  15. ^ "Open Service Broker API Launches as Industry Standard - Cloud Foundry". Cloud Foundry. 2016-12-13. Retrieved 2017-02-04.
  16. ^ "Cloud Foundry Foundation". Info Q. Mar 2014. Retrieved Nov 7, 2014.
  17. ^ Build packs (documentation), Cloud Foundry.
  18. ^ Build packs (wiki), Git hub.
  19. ^ "Cloud Foundry ruby-buildpack Release Notes". GitHub. Retrieved Aug 20, 2015.
  20. ^ "Cloud Foundry python-buildpack Release Notes". GitHub. Retrieved Mar 14, 2016.
  21. ^ "Cloud Foundry go-buildpack Release Notes". GitHub. Retrieved Aug 20, 2015.
  22. ^ "Deploying Cloud Foundry on OpenStack". Archived from the original on January 30, 2017. Retrieved November 7, 2014.
  23. ^ "Deprecation of IBM Cloud Foundry. Last updated 2022-10-31". Retrieved November 29, 2022.
  24. ^ "Run local", Deploying (documentation), Cloud Foundry, archived from the original on 2017-01-18, retrieved 2017-01-12.
  25. ^ "Cloud Foundry Certified On 7 Public Clouds - InformationWeek". InformationWeek. Retrieved 2016-12-23.

External links[edit]