Cloud Foundry – Introduction

What is Cloud Foundry?
  • Cloud Foundry is an open source Platform as a Service (PaaS) on which the developers can build, deploy, run, and scale their applications on both private and public clouds. It provides developer frameworks, application services and a choice of clouds.
  • Primarily Cloud Foundry is written in Java, Ruby & Go.
  • Cloud Foundry makes it easier for the developers to deliver business values very quickly, without wasting time in getting their app to the cloud.
Overview of Cloud Foundry
Need for Cloud Foundry
  • Language independent
  • Capable of deploying applications on any computing infrastructure
  • Has a wide growing range of services
  • Follow DevOps principles like continuous integration, deployment, and faster availability.
  • Provides REST API to simplify applications operations like deployment, scale up and scale down.
Features
  • Integration with cloud providers
  • Portability
  • Auto-scaling
  • Centralized administration
  • Dynamic routing
  • Health monitoring systems
Organizations Supporting Cloud Foundry
  • Pivotal
  • IBM
  • HP
  • SAP
  • VMware
  • Rackspace
Cloud Foundry Products
Cloud Foundry
Open source
Set up and run on PaaS
No paid support
No tools
Pivotal Web Services (PWS)
Offered by Pivotal on top of Cloud Foundry
Public CF PaaS
Hosted on top of AWS
Support offered
Pivotal Web Services (PWS)
Enterprise PWS
An instance of PCF hosted by Pivotal
Pivotal Cloud Foundry (PCF)
Commercial product offered by Cloud Foundry
Run private PaaS in-house or create public PaaS
Sophisticated Web consoleAdditional tools and offer support
Additional tools and offer support
Pivotal Cloud Foundry
Pivotal Cloud Foundry is the unified, multi-cloud platform to run enterprise apps.
  • Customer values are delivered quickly and consistently everywhere
  • Provides security to the systems and data by continuously updating the platforms and patch within hours
  • Reliably run all your apps at cloud scale
  • Reduce cost by refreshing your legacy stack
Did You Know ?
Baidu, the largest Chinese internet site, has one billion pageviews per day and runs on Cloud Foundry.

Cool Stuff Below !

Like
Like Love Haha Wow Sad Angry
32111

Related Articles

GIT – Introduction

Version Control is a system which records the changes made to a file so that you can recall a specific version later.
By using Version Control in your project, you can easily find out: