Cloud Foundry

Last updated
Cloud Foundry
Developer(s) Cloud Foundry Foundation
Initial release2011;12 years ago (2011)
Repository
Written in Go, Ruby, Java
Type Cloud computing
License Apache License 2.0
Website www.cloudfoundry.org OOjs UI icon edit-ltr-progressive.svg

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]

Contents

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

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

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

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

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

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]

LanguageFramework
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

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 toolgoverned 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

Related Research Articles

<span class="mw-page-title-main">VMware</span> Multi-cloud service provider for all apps

VMware, Inc. is an American cloud computing and virtualization technology company with headquarters in Palo Alto, California. VMware was the first commercially successful company to virtualize the x86 architecture.

<span class="mw-page-title-main">SUSE</span> Open-source software company

SUSE is a German-based multinational open-source software company that develops and sells Linux products to business customers. Founded in 1992, it was the first company to market Linux for enterprise. It is the developer of SUSE Linux Enterprise and the primary sponsor of the community-supported openSUSE Linux distribution project. While the openSUSE "Tumbleweed" variation is an upstream distribution for both the "Leap" variation and SUSE Linux Enterprise distribution, its branded "Leap" variation is part of a direct upgrade path to the enterprise version, which effectively makes openSUSE Leap a non-commercial version of its enterprise product.

<span class="mw-page-title-main">Linux Foundation</span> Non-profit technology consortium to develop the Linux operating system

The Linux Foundation (LF) is a non-profit technology consortium founded in 2000 as a merger between Open Source Development Labs and the Free Standards Group. Its primary objectives are to standardize Linux, support its growth, and promote its commercial adoption. Additionally, it hosts and promotes the collaborative development of open source software projects.

<span class="mw-page-title-main">Puppet (software)</span> Open source configuration management software

Puppet is a software configuration management tool which includes its own declarative language to describe system configuration. It is a model-driven solution that requires limited programming knowledge to use.

In FOSS development communities, a forge is a web-based collaborative software platform for both developing and sharing computer applications. The term forge refers to a common prefix or suffix adopted by various platforms created after the example of SourceForge. This usage of the word stems from the metalworking forge, used for shaping metal parts.

<span class="mw-page-title-main">WaveMaker</span> Low-code programming platform

WaveMaker is an enterprise grade Java low code platform for building software applications and platforms. WaveMaker Inc. is headquartered in Mountain View, California. For enterprises, WaveMaker is a low code platform that aims to accelerate their app development and IT modernization efforts. For ISVs, it is a consumable low code component that can sit inside their product and offer customizations.

Heroku is a cloud platform as a service (PaaS) supporting several programming languages. One of the first cloud platforms, Heroku has been in development since June 2007, when it supported only the Ruby programming language, but now supports Java, Node.js, Scala, Clojure, Python, PHP, and Go. For this reason, Heroku is said to be a polyglot platform as it has features for a developer to build, run and scale applications in a similar manner across most languages. Heroku was acquired by Salesforce in 2010 for $212 million.

Spring was the company created by the founders of the Spring Framework to support and develop Spring and related projects. Originally incorporated as Interface 21, it was renamed SpringSource in 2008 to better reflect its main business. Over time most of the Spring developers were employed full-time by the company which offered training and consulting services to finance its activities. The company was then renamed as Spring. Recognizing that the platform of choice for most Spring applications was Apache Tomcat, Spring merged with Covalent on January 29, 2008. Like Spring, Covalent was the financial vehicle supporting some of the developers of Tomcat.

<span class="mw-page-title-main">AppScale</span> American cloud infrastructure software company

AppScale is a software company offering cloud infrastructure software and services to enterprises, government agencies, contractors, and third-party service providers. The company commercially supports one software product, AppScale ATS, a managed hybrid cloud infrastructure software platform that emulates the core AWS APIs. In 2019, the company ended commercial support for its open-source serverless computing platform AppScale GTS, however, its source code remains freely available to the open-source community.

<span class="mw-page-title-main">OpenShift</span> Cloud computing software

OpenShift is a family of containerization software products developed by Red Hat. Its flagship product is the OpenShift Container Platform — a hybrid cloud platform as a service built around Linux containers orchestrated and managed by Kubernetes on a foundation of Red Hat Enterprise Linux. The family's other products provide this platform through different environments: OKD serves as the community-driven upstream, Several deployment methods are available including self-managed, cloud native under ROSA, ARO and RHOIC on AWS, Azure, and IBM Cloud respectively, OpenShift Online as software as a service, and OpenShift Dedicated as a managed service.

Network functions virtualization (NFV) is a network architecture concept that leverages the IT virtualization technologies to virtualize entire classes of network node functions into building blocks that may connect, or chain together, to create and deliver communication services.

Kubernetes is an open-source container orchestration system for automating software deployment, scaling, and management. Originally designed by Google, the project is now maintained by the Cloud Native Computing Foundation.

<span class="mw-page-title-main">Mirantis</span> Cloud computing software and services company

Mirantis Inc. is a Campbell, California, based B2B open source cloud computing software and services company. Its primary container and cloud management products, part of the Mirantis Cloud Native Platform suite of products, are Mirantis Container Cloud and Mirantis Kubernetes Engine. The company focuses on the development and support of container and cloud infrastructure management platforms based on Kubernetes and OpenStack. The company was founded in 1999 by Alex Freedland and Boris Renski. It was one of the founding members of the OpenStack Foundation, a non-profit corporate entity established in September, 2012 to promote OpenStack software and its community. Mirantis has been an active member of the Cloud Native Computing Foundation since 2016.

<span class="mw-page-title-main">Apache Mesos</span> Software to manage computer clusters

Apache Mesos is an open-source project to manage computer clusters. It was developed at the University of California, Berkeley.

<span class="mw-page-title-main">BOSH (software)</span>

BOSH is an open-source software project that offers a toolchain for release engineering, software deployment and application lifecycle management of large-scale distributed services. The toolchain is made up of a server and a command line tool. BOSH is typically used to package, deploy and manage cloud software. While BOSH was initially developed by VMware in 2010 to deploy Cloud Foundry PaaS, it can be used to deploy other software. BOSH is designed to manage the whole lifecycle of large distributed systems.

Virtuozzo is a software company that develops virtualization and cloud management software for cloud computing providers, managed services providers and internet hosting service providers. The company’s software enables service providers to offer Infrastructure as a service, Container-as-a-Service, Platform as a service, Kubernetes-as-a-Service, WordPress-as-a-Service and other solutions.

<span class="mw-page-title-main">Apcera</span> American cloud infrastructure company

Apcera is an American cloud infrastructure company that provides a container management platform to deploy, orchestrate and govern containers and applications across on-premises and cloud-based infrastructure.

The Update Framework (TUF) is a software framework designed to protect mechanisms that automatically identify and download updates to software. TUF uses a series of roles and keys to provide a means to retain security, even when some keys or servers are compromised. It does this with a stated goal of requiring minimal changes and effort from repository administrators, software developers, and end users. In this way, it protects software repositories, which are an increasingly desirable target for hackers.

<span class="mw-page-title-main">IBM Cloud</span> Cloud computing services provided by IBM

IBM Cloud, is a set of cloud computing services for business offered by the information technology company IBM.

The Cloud Native Computing Foundation (CNCF) is a Linux Foundation project that was founded in 2015 to help advance container technology and align the tech industry around its evolution.

References

  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.