pivotal cloud foundry introduction

7
1 © Copyright 2013 Pivotal. All rights reserved. 1 © Copyright 2013 Pivotal. All rights reserved. Cloud Foundry Overview

Upload: gaurav-shukla

Post on 15-Jul-2015

338 views

Category:

Technology


4 download

TRANSCRIPT

Page 1: Pivotal cloud foundry introduction

1© Copyright 2013 Pivotal. All rights reserved. 1© Copyright 2013 Pivotal. All rights reserved.

Cloud Foundry

Overview

Page 2: Pivotal cloud foundry introduction

2© Copyright 2013 Pivotal. All rights reserved.

What Is Cloud Foundry?

A scaleable environment to run

and manage applications in

Platform as a Service

Page 3: Pivotal cloud foundry introduction

3© Copyright 2013 Pivotal. All rights reserved.

Platform as a Service (aka PaaS)

Empower developers to build great apps, not plumbing infrastructure

Application is the unit of deployment and management

Separate the concerns of AppDev & Operations

Eliminate bottlenecks of provisioning and deployment

Redefine the contract between developers, IT, and

globally distributed clouds

Page 4: Pivotal cloud foundry introduction

4© Copyright 2013 Pivotal. All rights reserved.

Pushing apps to the cloud with a few easy verbs

deploy <my cloud>

target <my cloud>

push <my app>

bind <my services>

scale <my app> +100

add_capacity <my cloud>Operator

Developer

Page 5: Pivotal cloud foundry introduction

5© Copyright 2013 Pivotal. All rights reserved.

Cloud Foundry Manages Scale

Application

Application

Application

Application

Management

Service Connector

connect servicescale application

User

cf push app

cf scale app 10

cf stop app

Page 6: Pivotal cloud foundry introduction

6© Copyright 2013 Pivotal. All rights reserved.

Cloud Foundry ArchitectureR

ou

ter

UAA

Login

Cloud

Controller

Health

Manager

HM9000

BrokersService

Brokers

NATS Messaging

Services

Metrics

Collector

Log

Aggregators

Droplet Execution Agent

Directory Server Warden Server

Warden ContainersWarden Containers

Storage

VM

Blob

store

HTTP

Application code

Buildpacks

Droplets

Page 7: Pivotal cloud foundry introduction

7© Copyright 2013 Pivotal. All rights reserved. 7© Copyright 2013 Pivotal. All rights reserved.

Questions?