SlideShare a Scribd company logo
1 of 45
Download to read offline
>   Behind the Clouds

    Eric Bezille
    Chief Technologist
    Sun Microsystems France, SAS
All Clouds Share Key Traits


                 One Service Fits All
            Virtualized Physical Resources
                  Self Provisioning
                      Elasticity
                     Pay per Use
                Programmatic Control


 18/05/09             Sun Microsystems Proprietary   2
Cloud Computing Layers
             Software as a Service (SaaS)
                Applications offered on-demand over
                   the network (salesforce.com)‫‏‬

              Platform as a Service (PaaS)
               Developer platform with built-in services
                       (Google App Engine)

            Infrastructure as a Service (IaaS)
               Basic storage and compute capabilities
               offered as a service (Amazon web services)
 18/05/09            Sun Microsystems Proprietary           3
Sun Open Cloud
                                                                   Sun Open Cloud API
IaaS




                                                       OpenStorageServer
18/05/09                Sun Microsystems Proprietary                             4
Sun Open Cloud
                                                                          Sun Open Cloud API
PaaS
       IaaS




                                                              OpenStorageServer
       18/05/09                Sun Microsystems Proprietary                             5
SaaS




                     Sun Open Cloud
                                                                                 Sun Open Cloud API
       PaaS
              IaaS




                                                                     OpenStorageServer
              18/05/09                Sun Microsystems Proprietary                             6
Example : SmugMug.com

• Professional Photo Site
• Sun Systems for Web,
  MySQL & 1st Tier Storage
• Amazon S3 & EC2 for
  archive
• Functional offload to cloud
• Many modern Web 2.0
  startups and SMB
  businesses use similar model
       Don MacAskill
       SmugMug's CEO & Chief Geek
       http://blogs.smugmug.com/don/2008/10/10
       http://blogs.smugmug.com/don/2008/12
 18/05/09                             Sun Microsystems Proprietary   7
Cloud Social Application Platform
                                                               End-Users




                 Your API                                  Online IDE




                             Sun                                           Developers
  Your Network

   18/05/09
                            Cloud
                            http://zembly.com/
                            Sun Microsystems Proprietary                                8
18/05/09   Sun Microsystems Proprietary   9
Project Caroline
https://www.projectcaroline.net/
Project Caroline helps software providers develop services rapidly,
update in-production services frequently, and automatically flex their use
of platform resources to match changing runtime demands.




    18/05/09                        Sun Microsystems Proprietary             10
Sun Project – Immutable Service Containers
  Why Immutable Service Containers (ISC) on clouds?
               For Users: secure my applications from tampering
                For SysOp: secure my users from contamination
                      Make it faster and easier to Deploy
• Isolation: One Container == One Service
  > Only expose the service in the container (no other network ports)
  > Only run with unique credentials and required privileges
  > 90% immutable (kernel, directories, files, etc.) within the container
• Powerful and Flexible
  > credentials, privileges, and even specific filesystem immutability can
       be customized based on application requirements
• Configure Once, Deploy Everywhere
  > created from “golden” templates and customized using service classes
  > “identical” service instances can be created in < 10 seconds
  > containers for: apache, pen, memcached, ntp, bind, syslog, mysql

               http://wikis.sun.com/display/ISC
  18/05/09                          Sun Microsystems Proprietary             11
Sun’s Strategy

                 Develop the core technologies for
                 Sun's Open Cloud Platform
                 Offer Services through Sun's public
                 cloud service – the Sun Cloud
                 Work with service providers and
                 enterprises to build their own clouds
                 Develop open standards
                 Build partnerships and communities


 1 8 /0 5 /0 9          Sun Microsystems Proprietary     12
Cloud Architecture – Phase 1
                                   User Apps and Services
                  Internet Accessible APIs and UIs                         Customer Web Site




                                                                           Application Catalog,
       Compute         Storage          Virtual Datacenter                   Forums, Docs
        Service        Service         Management Console

                  Accounting, Billing and Metering


                                 Virtualized Datacenter Management Layer


                  Servers                        Storage                       Network


                                                                           Partner and Build
 18/05/09                                 Sun Microsystems Proprietary                            13
Storage Service
            What It is
            • On-demand, API-based access to storage on the network
            Features
            • Ability to store and retrieve data as objects or files
            • REST API with open, AWS S3-like semantics for
              object storage
            • WebDAV for file storage
            • Fast and inexpensive cloning of objects and files
            • High availability
            • Detailed metering of storage used, I/O requests,
              bandwidth, etc.
            Customer Benefit
            • Scalable, highly available storage without big hardware investments



 18/05/09                   Sun Microsystems Proprietary                        14
Compute Service
            What It Is
            • On-demand, scalable computing infrastructure accessed via APIs or
              unique Virtual Datacenter (VDC) UI model
            Features
            • On-demand provisioning of virtual machines of industry-standard
              operating systems including Linux, Windows and OpenSolaris
            • Control and management with open, AWS EC2-like API or Virtual
              Datacenter UI
            • Creation of custom VMIs and access to pre-configured VMIs
              in the cloud
            • Support for persistent and non-persistent virtual machines
            Customer Benefit
            • Affordable access to highly scalable computing infrastructure
            • Always available



 18/05/09                   Sun Microsystems Proprietary                          15
Sun Virtual Datacenter Model

                                   • Design application
                                     from pre-built components using
                                     drag-and-drop
                                   • Deploy to cloud
                                   • Monitor, manage and reconfigure
                                   • Compatibility with programmatic
                                     APIs
                                   • Encapsulate system architecture
                                     of an application
                                   • Ability to model, save and deploy
                                     entire system



 18/05/09       Sun Microsystems Proprietary                           16
Deployment Steps Example




 18/05/09     Sun Microsystems Proprietary   17
Sun Cloud Architecture

            Compute         Virtual                       Storage
             Service      DataCenter                      Service
                         Resources, People,
                            Graphical UI
              Virtual                                      Volumes
             Machines                                      Objects
            Networking
             Storage                                      Protocols:
                          Open API                         WebDAV
                                                              S3
                           Public, RESTful
                         Java, Python, Ruby



 18/05/09                  Sun Microsystems Proprietary                18
Cloud Architecture – Future
                                  User Apps and Services
                 Internet Accessible APIs and UIs                             Customer Web Site

     Database      Queuing        Identity            JavaEE
      Service      Service        Service             Service          etc.

       Compute                                                                Application Catalog,
                      Storage           Virtual Datacenter                      Forums, Docs
       Service        Service          Management Console

                 Accounting, Billing and Metering


                                Virtualized Datacenter Management Layer


                 Servers                            Storage                       Network


                                                                              Partner and Build
 18/05/09                                    Sun Microsystems Proprietary                            19
Sun Cloud RESTful API
• Everything is a resource – http GET, POST, PUT...
• Requires only a single starting point - other URIs are discoverable
• Easy to create, save, load, stop, start entire applications
• Released today to the public under Creative Commons


                                                                Public
                                Firewall                       Internet
                               Appliance


                                           Private Network


                  Web Server                   Database               Media Storage
                  LAMP Stack                    MySQL                    Server


  18/05/09                             Sun Microsystems Proprietary                   20
Sun Open Cloud API
Starts with the User’s Virtual Data Center
 GET /xrgy.cloud.sun.com

 Server response:

  {
      "name" : "XRGY Virtual Data Center",
      "uri" : "http://xrgy.cloud.sun.com",

      "addresses" : [ ],
      "vnets" : [ ],
      "volumes" : [ ],

      "create-vnet" : "/ops/create-vnet",
      "create-volume" : "/ops/create-vol",
      "create-cluster" : "/ops/create-cluster",

      "clusters" : [                                       Note: URI Links
       {
          "name": "cluster1",
          "uri": "/clusters/cluster1",
          "create-vm" : "/clusters/cluster1/ops/create-vm",
            .......
         }]

 18/05/09                       Sun Microsystems Proprietary                 21
POST to Create a MySQL Virtual Machine
                                                              URI of
 POST /clusters/cluster1/ops/create-vm                        representation
                                                              for cluster1
  {
      "name" : "Database"
      "from-template" : "http://cloud.sun.com/resources/vmtemplates/003",
      "description" : "MySQL host",
      "tags" : [ "sql" ]
  }

 Server Response

 HTTP/1.1 201 Created
  {
    "name" : "Database"
    "uri": "/clusters/cluster1/vms/001",
    "run-status" : "HALTED",
    "description" : "MySQL host",
    "tags" : [ "sql" ]
    "hostname" : "c1vm001",
    ...
    }



 18/05/09                      Sun Microsystems Proprietary                    22
Example Code Fragment (python)

 # Create a new Virtual Machine based on an existing one in # the
   application cluster


 app_cluster = find_cluster("application")
 vm = app_cluster.create_vm({ "name" : "web03", "from-vm" :
   app_cluster.vms[0].uri })


 # Attach our new VM to the correct VNets
 vm.attach({ "uri" : find_vnet("Front End").uri })
 vm.attach({ "uri" : find_vnet("Back End").uri })


 # Deploy and start the new VM
 vm.deploy()
 vm.start()


 18/05/09                    Sun Microsystems Proprietary           23
Storage Service Features
             WebDAV and Adminstration API                                      Storage Object API
             (Volume/Folder/File based access)                               (AWS S3 compatibility)

            Ability to store and retrieve data as                   Ability to store and retrieve data as
            files in folders and volumes                            objects in buckets

            Ability to clone and snapshot volumes                   REST API with open, AWS S3-like
                                                                    semantics

            Ability to mount file system                            S3 compatiblity makes applications
                                                                    portable

            Open, proven and highly scalable                        Write, read, and delete objects of
            protocol                                                any size

                               > Detailed metering and billing


                 > Programmatic, fast, highly available & scalable, and inexpensive

 18/05/09                                     Sun Microsystems Proprietary                                  24
Ways to use the services

   Administration API             Java, Ruby and Python libraries
                                  Comand line tool cURL via shell script
                                  Sun Cloud Storage Console
                                  Web UI control


   WebDAV Protocol                 Java client library for ease of use
                                   WebDAV JackRabbit library for additional
                                   control
                                   Cloud Drives
                                   Existing WebDAV apps



                                 Sun's client Java library
                                 Amazon shell tools
            Object API           S3 Fox (coming soon)
                                 Jets3t Java library (at java,net)
                                 S3 client application by changing host name


 18/05/09                Sun Microsystems Proprietary                      25
Using the APIs
                                           Web-based Distributed Authoring and Versioning
             WebDAV Protocol               Protocol is an extension to the HTTP protocol that
                                           can be used to create directories and perform file
                                           management tasks.

                                       API Calls:
PROPFIND {collection-uri} - Get                            DELETE {member-uri} - Delete a
properties of a collection (i.e. a folder) and             member, along with any locks on that
potentially all the members of the collection.             resource
PROPFIND {member-uri} - Get properties                     COPY {collection-uri} - Create a copy of a
of a member (i.e. a file)                                  collection and possibly its members
PROPPATCH {collection-uri} - Set or                         COPY {member-uri} - Create a new copy
remove properties of a collection                          of a member
PROPPATCH {member-uri} - Set or                            MOVE {collection-uri} - Move a collection
remove properties of a member                              to a new location
MKCOL {collection-uri} - Create a new                      MOVE {member-uri} - Move a member to
collection at the specified location                       a new location
DELETE {collection-uri} - Delete a                         LOCK {resource-uri} - Take out a lock on
collection and nested members, along with                  the specified collection or member
 any locks on those resources                              UNLOCK {resource-uri} - Release an
In addition, the usual GET and PUT calls                   existing lock on a collection or member

  18/05/09                              Sun Microsystems Proprietary                              26
Using the APIs
                                      Used in conjunction with the WebDAV
            Administration API        service to create volumes, take snapshots
                                      and turn the snashots into clones.


                                  API Calls:
      Create Volume. Use the POST /service-prefix/resources/volume-name
      request with an empty <resource> element in the message body to create a
      volume.
      Create Snapshot. Use the POST /service-prefix/snapshots/volume-
      name/snapshot-name request to create a snapshot of a volume.
      Get Volumes. Use to get information about an account's volumes and
      snapshots, or a specific volume by send a GET /service-
      prefix/resources.../volume-name request.
      Create Clone. Use to create a cloneby sending a POST /service-
      prefix/resources/clone-volume-name request with a <resource> element in
      the message body.
      Delete Snapshot. Use the DELETE /service-prefix/snapshots/volume-
      name/snapshot-name request to delete a snapshot of the specified volume.
      Delete Volume. To delete a volume send a DELETE /service-
      prefix/resources/volume-name request.
 18/05/09                          Sun Microsystems Proprietary                   27
Using the APIs
                                                  Enables the use of existing S3 applications
             Storage
                                                  and the ability to create new applications
            Object API                            with S3-like semantics


                                             API Calls:
     GET All Buckets: Metadata request                           DELETE Bucket: Deletes the
     that retrieves all the bucket information                   targeted bucket if it is empty.
     for an account. It is called a service
     operation. .                                                PUT Object: Creates a new object
                                                                 from a file that is sent over the HTTP
     PUT Bucket: Creates and names a                             protocol.
     bucket. The bucket names must be
     unique across all the accounts,                             GET Object: Retrieves an object from
                                                                 the storage service.
     GET Bucket: Metadata request that
     retrieves all the object information for a                  HEAD Object: Retrieves header
     bucket.                                                     information about an object.

     GET Bucket Location: Metadata                               DELETE Object: Deletes an object
     request that retrieves the physical                         (The API response is differs from the S3
     location of the bucket. 5.                                  REST API. See documentation for
                                                                 details.
 18/05/09                                     Sun Microsystems Proprietary                                  28
Sun Open Cloud Platform

               Sun xVM

OpenStorageServer      Products                 Expertise
                         and                      and
 Q-layer             Technologies               Services


                                                Open
                         Partners            Communities




    18/05/09                  Sun Microsystems Proprietary   29
Roadmap


           • First public cloud will rollout
             starting this in Q2 2009
           • Additional services will begin
             appearing soon after
           • Will begin working with customers
             using product version of software
             in second half of 2009


18/05/09             Sun Microsystems Proprietary   30
Cloud Communities
• Cloud Camps all over the world
• Industry Initiatives
  >    Open Cloud Manifesto
  >    Unified Cloud Interface (UCI)
  >    DMTF Open Cloud Standards Incubator
  >    ...and many more
• Community Projects
  > Kenai.com Sourceforge for the Cloud:
     – Sun Cloud APIs, Immutable Service Containers,
       Dynamic Service Containers, Encrypted Cloud Storage, etc.
  > Blogs.sun.com, wikis.sun.com

               Everyone can participate!
 18/05/09                     Sun Microsystems Proprietary         31
Get Started Today
              • Participate in the Development of our Open
                Cloud APIs – learn more at
                http://kenai.com/projects/suncloudapis/
              • Sign up for Early Access to Sun Cloud
                Services
              • Participate in Zembly, DarkStar,
                ProjectCaroline...
              • Become a Sun Cloud Partner
              • Let Sun experts help you take advantage
                of Cloud Computing

18/05/09
                      http://sun.com/cloud
                    Sun Microsystems Proprietary       32
>   THANK YOU
    eric.bezille@sun.com
    http://blogs.sun.com/EricBezille
A Peek Behind the Sun Cloud

             Sun xVM

                     Products                 Expertise
Q-layer                and                      and
                   Technologies               Services


                                              Open
                       Partners            Communities




  18/05/09                  Sun Microsystems Proprietary   34
Paris 2009

Experts in the room
• Clouds Architectures session : Constantin Gonzalez
• Clouds Security session : Luc Wijns
• Identity Management in the Clouds : Didier Burkhalter, Alain Barbier
•               PaaS : Emmanuel De Lagardette
•               in the Clouds : Stéphane Varoqui, Serge Frezefond
•                 and more... : Gilles Gravier, Bruno Gillet
• OpenStorageServer : Christophe Pauliat, Denis Martinez
• Startup Essential, to build your Clouds : Thierry Manfé
         All can be joined at : first.last@Sun.Com
    18/05/09                 Sun Microsystems Proprietary                35
Cloud Computing Layers




                          Source : Wayne Horkan blog – Sun
 18/05/09                 Microsystems
              Sun Microsystems Proprietary                   36
Platform as a Service                                                        Edit




Develop in the cloud : www.zembly.com
                                                               Participate               Publish




                                                                             Use




                                            A cloud based
                                            development
                                            environment
                                            for building the
                                            Web for casual
                                            developers

                   Social Ecosystem                   Development
     Wikipedia
                           of                          Platform for
         for
                     Contributors                    Next Generation
    “Live” Code
                    and Consumers                       Web Apps
 18/05/09             Sun Microsystems Proprietary                                  37
Project Caroline




 18/05/09          Sun Microsystems Proprietary   38
Inspect the MySQL Virtual Machine
 GET /clusters/cluster1/vms/01
                                                                      URI of Database
 Server response:
      {                                              Virtual Machine
        "name" : "Database"
        "uri": "/clusters/cluster1/vms/001",
        "description" : "MySQL host",
        "back-up": "/clusters/cluster1/vms/001/ops/back-up",
        "attach": "/clusters/cluster1/vms/001/ops/attach",
        "detach": "/clusters/cluster1/vms/001/ops/detach",

                "controllers": {
                  "deploy": "/clusters/cluster1/vms/001/ops/deploy",

                    "start": "/clusters/cluster1/vms/001/ops/start",
                    "stop": "/clusters/cluster1/vms/001/ops/stop",

                    "reboot": "/clusters/cluster1/vms/001/ops/reboot",
                    "hibernate":
                         "/clusters/cluster1/vms/001/ops/hibernate",
                    "resume": "/clusters/cluster1/vms/001/ops/resume"
                }
            }


 18/05/09                              Sun Microsystems Proprietary                     39
Deploy the Application
                                                              URI from
  POST /clusters/cluster1/ops/deploy                          representation
                                                              for cluster1
  Host: xrgy.cloud.sun.com

  {
      "note": "System deployed at 8:00 pm by Jack!"
  }




 18/05/09                      Sun Microsystems Proprietary                    40
Start the Application

  POST /clusters/cluster1/ops/start

  Host: xrgy.cloud.sun.com

  {
      "note": "System started at 8:05 pm by Jack!"
  }




 18/05/09                      Sun Microsystems Proprietary   41
Stop the Application

  POST /clusters/cluster1/ops/stop

  Host: xrgy.cloud.sun.com

  {
      "note":   "System halted at 10:32pm by Jill!"
  }




 18/05/09                       Sun Microsystems Proprietary   42
Sun Cloud Storage Service
                                  Vernacular
            Volumes and Buckets: Two different ways of
            creating the top level folder in a file system.
            Folder/Collection: Sub-folder in a volume
            File/Member: Data in a folder or collection
            Objects: Data in a bucket.

            /home/ (volume)



                                                     /home808wooster/
                                                     (bucket)
                                                           /object 1
                                                           /object 2

                                                           /object 3

 18/05/09             Sun Microsystems Proprietary                      43
Storage Service Architecture

                             Client Applications and Services
            WebDAV and Adminstration API                                 Storage Object API
            (Volume/Folder/File based access)                          (AWS S3 compatibility)



                                      Firewall and Loadbalancing

                                                                              Application Catalog,
       WebDAV and Administration Services                       Cloud Storage ObjectServer
                                                                    Object API Web Service
                                                                                 Forums, Docs

                      Cloud Storage Resource Manager: Manages access to what and where


                                 Cloud Storage Agent: Resides on every file system server

                                           Solaris and ZFS: file system servers


 18/05/09                                   Sun Microsystems Proprietary                             44
Get Started Today
            •   Your IT will not change into Cloud overnight
            •   But you can start small and grow!
            •   Try out some pilot projects
            •   Gain experience
            •   Sign up for Early Access to Sun Cloud Services
            •   Let Sun experts help you take advantage of Cloud
                Computing with Assessment Services and Workshops
                > Gather business requirements
                > Create a high-level architecture
                > Industry-best practices and proven methodologies to create value-
                   added solutions



                             http://sun.com/cloud
18/05/09                  Sun Microsystems Proprietary                         45

More Related Content

What's hot

CloudCamp Milan 2009: Sun Microsystems
CloudCamp Milan 2009: Sun MicrosystemsCloudCamp Milan 2009: Sun Microsystems
CloudCamp Milan 2009: Sun Microsystems
Gabriele Bozzi
 
Hybrid and Private Cloud Architectures
Hybrid and Private Cloud ArchitecturesHybrid and Private Cloud Architectures
Hybrid and Private Cloud Architectures
David Linthicum
 
Cloud Computing for Beginners
Cloud Computing for Beginners Cloud Computing for Beginners
Cloud Computing for Beginners
Suman Singh
 
Cloud computing presentation
Cloud computing  presentationCloud computing  presentation
Cloud computing presentation
Akshra Gurav
 

What's hot (20)

CloudCamp Milan 2009: Sun Microsystems
CloudCamp Milan 2009: Sun MicrosystemsCloudCamp Milan 2009: Sun Microsystems
CloudCamp Milan 2009: Sun Microsystems
 
Business Drivers and Challenges of Cloud Computing and Social Networking Appl...
Business Drivers and Challenges of Cloud Computing and Social Networking Appl...Business Drivers and Challenges of Cloud Computing and Social Networking Appl...
Business Drivers and Challenges of Cloud Computing and Social Networking Appl...
 
Cloud Computing - Technologies and Trends
Cloud Computing - Technologies and TrendsCloud Computing - Technologies and Trends
Cloud Computing - Technologies and Trends
 
Citrix Synergy 2014 - Syn110 Transform IT with Cloud
Citrix Synergy 2014 - Syn110  Transform IT with CloudCitrix Synergy 2014 - Syn110  Transform IT with Cloud
Citrix Synergy 2014 - Syn110 Transform IT with Cloud
 
Cloud Foundry et le Cloud vu par VMware
Cloud Foundry et le Cloud vu par VMwareCloud Foundry et le Cloud vu par VMware
Cloud Foundry et le Cloud vu par VMware
 
Cloud IBM IaaS - SoftLayer e PaaS - BlueMix
Cloud IBM IaaS - SoftLayer e PaaS - BlueMixCloud IBM IaaS - SoftLayer e PaaS - BlueMix
Cloud IBM IaaS - SoftLayer e PaaS - BlueMix
 
Hybrid cloud computing explained
Hybrid cloud computing explainedHybrid cloud computing explained
Hybrid cloud computing explained
 
Cloud computing & Batch processing: potentiels & perspectives
Cloud computing & Batch processing:  potentiels & perspectives  Cloud computing & Batch processing:  potentiels & perspectives
Cloud computing & Batch processing: potentiels & perspectives
 
Hybrid Cloud Computing (IBM System z)
Hybrid Cloud Computing (IBM System z)Hybrid Cloud Computing (IBM System z)
Hybrid Cloud Computing (IBM System z)
 
How to Think Multi-Cloud
How to Think Multi-CloudHow to Think Multi-Cloud
How to Think Multi-Cloud
 
Cloud computing and software engineering
Cloud computing and software engineeringCloud computing and software engineering
Cloud computing and software engineering
 
Hybrid and Private Cloud Architectures
Hybrid and Private Cloud ArchitecturesHybrid and Private Cloud Architectures
Hybrid and Private Cloud Architectures
 
Iaas.paas.saas
Iaas.paas.saasIaas.paas.saas
Iaas.paas.saas
 
The Best Approach For Multi-cloud Infrastructure Provisioning
The Best Approach For Multi-cloud Infrastructure ProvisioningThe Best Approach For Multi-cloud Infrastructure Provisioning
The Best Approach For Multi-cloud Infrastructure Provisioning
 
Cloud computing Basics
Cloud computing BasicsCloud computing Basics
Cloud computing Basics
 
Cloud computing overview
Cloud computing overviewCloud computing overview
Cloud computing overview
 
Penetrating the Cloud: Opportunities & Challenges for Businesses
Penetrating the Cloud: Opportunities & Challenges for BusinessesPenetrating the Cloud: Opportunities & Challenges for Businesses
Penetrating the Cloud: Opportunities & Challenges for Businesses
 
Cloud Computing for Beginners
Cloud Computing for Beginners Cloud Computing for Beginners
Cloud Computing for Beginners
 
Transitioning to Hybrid Cloud
Transitioning to Hybrid CloudTransitioning to Hybrid Cloud
Transitioning to Hybrid Cloud
 
Cloud computing presentation
Cloud computing  presentationCloud computing  presentation
Cloud computing presentation
 

Similar to Behind The Clouds

Cloud Computing Webinar
Cloud Computing WebinarCloud Computing Webinar
Cloud Computing Webinar
Saif Ahmad
 
Mon1420 build clouds-oliviermaes-citrix
Mon1420 build clouds-oliviermaes-citrixMon1420 build clouds-oliviermaes-citrix
Mon1420 build clouds-oliviermaes-citrix
eurocloud
 
Java EE7: Developing for the Cloud
Java EE7: Developing for the CloudJava EE7: Developing for the Cloud
Java EE7: Developing for the Cloud
Dmitry Buzdin
 
Cloud computing
Cloud computingCloud computing
Cloud computing
Med Zaibi
 

Similar to Behind The Clouds (20)

Cloud computing
Cloud computingCloud computing
Cloud computing
 
Cloud computing
Cloud computingCloud computing
Cloud computing
 
Cloud Computing Webinar
Cloud Computing WebinarCloud Computing Webinar
Cloud Computing Webinar
 
Creating Microservices Application with IBM Cloud Private (ICP) - introductio...
Creating Microservices Application with IBM Cloud Private (ICP) - introductio...Creating Microservices Application with IBM Cloud Private (ICP) - introductio...
Creating Microservices Application with IBM Cloud Private (ICP) - introductio...
 
PIM4Cloud
PIM4CloudPIM4Cloud
PIM4Cloud
 
Oracle Keynote Cloud Expo 11-04-09
Oracle Keynote Cloud Expo 11-04-09Oracle Keynote Cloud Expo 11-04-09
Oracle Keynote Cloud Expo 11-04-09
 
IBM Cloud UCC Talk, 8th December 2020 - Cloud Native, Microservices, and Serv...
IBM Cloud UCC Talk, 8th December 2020 - Cloud Native, Microservices, and Serv...IBM Cloud UCC Talk, 8th December 2020 - Cloud Native, Microservices, and Serv...
IBM Cloud UCC Talk, 8th December 2020 - Cloud Native, Microservices, and Serv...
 
lect15_cloud.ppt
lect15_cloud.pptlect15_cloud.ppt
lect15_cloud.ppt
 
Elevating your Continuous Delivery Strategy Above the Rolling Clouds
Elevating your Continuous Delivery Strategy Above the Rolling CloudsElevating your Continuous Delivery Strategy Above the Rolling Clouds
Elevating your Continuous Delivery Strategy Above the Rolling Clouds
 
Mon1420 build clouds-oliviermaes-citrix
Mon1420 build clouds-oliviermaes-citrixMon1420 build clouds-oliviermaes-citrix
Mon1420 build clouds-oliviermaes-citrix
 
Cloud Computing at UTM Shillong
Cloud Computing at UTM ShillongCloud Computing at UTM Shillong
Cloud Computing at UTM Shillong
 
Ppt on cloud computing
Ppt on cloud computingPpt on cloud computing
Ppt on cloud computing
 
cloud computing
cloud computingcloud computing
cloud computing
 
Open Cloud Frameworks - Open Standards for the Cloud Community
Open Cloud Frameworks - Open Standards for the Cloud CommunityOpen Cloud Frameworks - Open Standards for the Cloud Community
Open Cloud Frameworks - Open Standards for the Cloud Community
 
Java EE7: Developing for the Cloud
Java EE7: Developing for the CloudJava EE7: Developing for the Cloud
Java EE7: Developing for the Cloud
 
Business Of Cloud Computing Workshop Final
Business Of Cloud Computing Workshop FinalBusiness Of Cloud Computing Workshop Final
Business Of Cloud Computing Workshop Final
 
Cloud Architecture - Multi Cloud, Edge, On-Premise
Cloud Architecture - Multi Cloud, Edge, On-PremiseCloud Architecture - Multi Cloud, Edge, On-Premise
Cloud Architecture - Multi Cloud, Edge, On-Premise
 
From Grid to Cloud
From Grid to CloudFrom Grid to Cloud
From Grid to Cloud
 
cloud computing
cloud computingcloud computing
cloud computing
 
Cloud computing
Cloud computingCloud computing
Cloud computing
 

More from Alexis Moussine-Pouchkine

More from Alexis Moussine-Pouchkine (20)

GlassFish Article September 07
GlassFish Article September 07GlassFish Article September 07
GlassFish Article September 07
 
GlassFish OSGi - Java2days 2010
GlassFish OSGi - Java2days 2010GlassFish OSGi - Java2days 2010
GlassFish OSGi - Java2days 2010
 
GlassFish Community and future larochelle
GlassFish Community and future larochelleGlassFish Community and future larochelle
GlassFish Community and future larochelle
 
Javaee glassfish jcertif2010
Javaee glassfish jcertif2010Javaee glassfish jcertif2010
Javaee glassfish jcertif2010
 
GlassFish Community - FISL 2010
GlassFish Community - FISL 2010GlassFish Community - FISL 2010
GlassFish Community - FISL 2010
 
GlassFish OSGi - From modular runtime to hybrid applications
GlassFish OSGi - From modular runtime to hybrid applicationsGlassFish OSGi - From modular runtime to hybrid applications
GlassFish OSGi - From modular runtime to hybrid applications
 
Feuille de route (roadmap) GlassFish
Feuille de route (roadmap) GlassFishFeuille de route (roadmap) GlassFish
Feuille de route (roadmap) GlassFish
 
Java EE 6 Solutions Linux 2010
Java EE 6 Solutions Linux 2010Java EE 6 Solutions Linux 2010
Java EE 6 Solutions Linux 2010
 
GlassFish v3 at JavaZone 09
GlassFish v3 at JavaZone 09GlassFish v3 at JavaZone 09
GlassFish v3 at JavaZone 09
 
L'association GUSES
L'association GUSESL'association GUSES
L'association GUSES
 
Open Solaris 2009.06
Open Solaris 2009.06Open Solaris 2009.06
Open Solaris 2009.06
 
Java EE 6 and GlassFish portfolio
Java EE 6 and GlassFish portfolioJava EE 6 and GlassFish portfolio
Java EE 6 and GlassFish portfolio
 
Metro Web Services
Metro Web ServicesMetro Web Services
Metro Web Services
 
Retour JavaOne 2009
Retour JavaOne 2009Retour JavaOne 2009
Retour JavaOne 2009
 
Retour d'expérience Cap Gemini GlassFish
Retour d'expérience Cap Gemini GlassFishRetour d'expérience Cap Gemini GlassFish
Retour d'expérience Cap Gemini GlassFish
 
OpenDS - Open Source Java LDAP server
OpenDS - Open Source Java LDAP serverOpenDS - Open Source Java LDAP server
OpenDS - Open Source Java LDAP server
 
GlassFish v2.1
GlassFish v2.1GlassFish v2.1
GlassFish v2.1
 
Open MQ Jerome Moliere
Open MQ Jerome MoliereOpen MQ Jerome Moliere
Open MQ Jerome Moliere
 
GlassFish v3 : En Route Java EE 6
GlassFish v3 : En Route Java EE 6GlassFish v3 : En Route Java EE 6
GlassFish v3 : En Route Java EE 6
 
OpenMQ François Ostyn
OpenMQ François OstynOpenMQ François Ostyn
OpenMQ François Ostyn
 

Recently uploaded

Recently uploaded (20)

Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 

Behind The Clouds

  • 1. > Behind the Clouds Eric Bezille Chief Technologist Sun Microsystems France, SAS
  • 2. All Clouds Share Key Traits One Service Fits All Virtualized Physical Resources Self Provisioning Elasticity Pay per Use Programmatic Control 18/05/09 Sun Microsystems Proprietary 2
  • 3. Cloud Computing Layers Software as a Service (SaaS) Applications offered on-demand over the network (salesforce.com)‫‏‬ Platform as a Service (PaaS) Developer platform with built-in services (Google App Engine) Infrastructure as a Service (IaaS) Basic storage and compute capabilities offered as a service (Amazon web services) 18/05/09 Sun Microsystems Proprietary 3
  • 4. Sun Open Cloud Sun Open Cloud API IaaS OpenStorageServer 18/05/09 Sun Microsystems Proprietary 4
  • 5. Sun Open Cloud Sun Open Cloud API PaaS IaaS OpenStorageServer 18/05/09 Sun Microsystems Proprietary 5
  • 6. SaaS Sun Open Cloud Sun Open Cloud API PaaS IaaS OpenStorageServer 18/05/09 Sun Microsystems Proprietary 6
  • 7. Example : SmugMug.com • Professional Photo Site • Sun Systems for Web, MySQL & 1st Tier Storage • Amazon S3 & EC2 for archive • Functional offload to cloud • Many modern Web 2.0 startups and SMB businesses use similar model Don MacAskill SmugMug's CEO & Chief Geek http://blogs.smugmug.com/don/2008/10/10 http://blogs.smugmug.com/don/2008/12 18/05/09 Sun Microsystems Proprietary 7
  • 8. Cloud Social Application Platform End-Users Your API Online IDE Sun Developers Your Network 18/05/09 Cloud http://zembly.com/ Sun Microsystems Proprietary 8
  • 9. 18/05/09 Sun Microsystems Proprietary 9
  • 10. Project Caroline https://www.projectcaroline.net/ Project Caroline helps software providers develop services rapidly, update in-production services frequently, and automatically flex their use of platform resources to match changing runtime demands. 18/05/09 Sun Microsystems Proprietary 10
  • 11. Sun Project – Immutable Service Containers Why Immutable Service Containers (ISC) on clouds? For Users: secure my applications from tampering For SysOp: secure my users from contamination Make it faster and easier to Deploy • Isolation: One Container == One Service > Only expose the service in the container (no other network ports) > Only run with unique credentials and required privileges > 90% immutable (kernel, directories, files, etc.) within the container • Powerful and Flexible > credentials, privileges, and even specific filesystem immutability can be customized based on application requirements • Configure Once, Deploy Everywhere > created from “golden” templates and customized using service classes > “identical” service instances can be created in < 10 seconds > containers for: apache, pen, memcached, ntp, bind, syslog, mysql http://wikis.sun.com/display/ISC 18/05/09 Sun Microsystems Proprietary 11
  • 12. Sun’s Strategy Develop the core technologies for Sun's Open Cloud Platform Offer Services through Sun's public cloud service – the Sun Cloud Work with service providers and enterprises to build their own clouds Develop open standards Build partnerships and communities 1 8 /0 5 /0 9 Sun Microsystems Proprietary 12
  • 13. Cloud Architecture – Phase 1 User Apps and Services Internet Accessible APIs and UIs Customer Web Site Application Catalog, Compute Storage Virtual Datacenter Forums, Docs Service Service Management Console Accounting, Billing and Metering Virtualized Datacenter Management Layer Servers Storage Network Partner and Build 18/05/09 Sun Microsystems Proprietary 13
  • 14. Storage Service What It is • On-demand, API-based access to storage on the network Features • Ability to store and retrieve data as objects or files • REST API with open, AWS S3-like semantics for object storage • WebDAV for file storage • Fast and inexpensive cloning of objects and files • High availability • Detailed metering of storage used, I/O requests, bandwidth, etc. Customer Benefit • Scalable, highly available storage without big hardware investments 18/05/09 Sun Microsystems Proprietary 14
  • 15. Compute Service What It Is • On-demand, scalable computing infrastructure accessed via APIs or unique Virtual Datacenter (VDC) UI model Features • On-demand provisioning of virtual machines of industry-standard operating systems including Linux, Windows and OpenSolaris • Control and management with open, AWS EC2-like API or Virtual Datacenter UI • Creation of custom VMIs and access to pre-configured VMIs in the cloud • Support for persistent and non-persistent virtual machines Customer Benefit • Affordable access to highly scalable computing infrastructure • Always available 18/05/09 Sun Microsystems Proprietary 15
  • 16. Sun Virtual Datacenter Model • Design application from pre-built components using drag-and-drop • Deploy to cloud • Monitor, manage and reconfigure • Compatibility with programmatic APIs • Encapsulate system architecture of an application • Ability to model, save and deploy entire system 18/05/09 Sun Microsystems Proprietary 16
  • 17. Deployment Steps Example 18/05/09 Sun Microsystems Proprietary 17
  • 18. Sun Cloud Architecture Compute Virtual Storage Service DataCenter Service Resources, People, Graphical UI Virtual Volumes Machines Objects Networking Storage Protocols: Open API WebDAV S3 Public, RESTful Java, Python, Ruby 18/05/09 Sun Microsystems Proprietary 18
  • 19. Cloud Architecture – Future User Apps and Services Internet Accessible APIs and UIs Customer Web Site Database Queuing Identity JavaEE Service Service Service Service etc. Compute Application Catalog, Storage Virtual Datacenter Forums, Docs Service Service Management Console Accounting, Billing and Metering Virtualized Datacenter Management Layer Servers Storage Network Partner and Build 18/05/09 Sun Microsystems Proprietary 19
  • 20. Sun Cloud RESTful API • Everything is a resource – http GET, POST, PUT... • Requires only a single starting point - other URIs are discoverable • Easy to create, save, load, stop, start entire applications • Released today to the public under Creative Commons Public Firewall Internet Appliance Private Network Web Server Database Media Storage LAMP Stack MySQL Server 18/05/09 Sun Microsystems Proprietary 20
  • 21. Sun Open Cloud API Starts with the User’s Virtual Data Center GET /xrgy.cloud.sun.com Server response: { "name" : "XRGY Virtual Data Center", "uri" : "http://xrgy.cloud.sun.com", "addresses" : [ ], "vnets" : [ ], "volumes" : [ ], "create-vnet" : "/ops/create-vnet", "create-volume" : "/ops/create-vol", "create-cluster" : "/ops/create-cluster", "clusters" : [ Note: URI Links { "name": "cluster1", "uri": "/clusters/cluster1", "create-vm" : "/clusters/cluster1/ops/create-vm", ....... }] 18/05/09 Sun Microsystems Proprietary 21
  • 22. POST to Create a MySQL Virtual Machine URI of POST /clusters/cluster1/ops/create-vm representation for cluster1 { "name" : "Database" "from-template" : "http://cloud.sun.com/resources/vmtemplates/003", "description" : "MySQL host", "tags" : [ "sql" ] } Server Response HTTP/1.1 201 Created { "name" : "Database" "uri": "/clusters/cluster1/vms/001", "run-status" : "HALTED", "description" : "MySQL host", "tags" : [ "sql" ] "hostname" : "c1vm001", ... } 18/05/09 Sun Microsystems Proprietary 22
  • 23. Example Code Fragment (python) # Create a new Virtual Machine based on an existing one in # the application cluster app_cluster = find_cluster("application") vm = app_cluster.create_vm({ "name" : "web03", "from-vm" : app_cluster.vms[0].uri }) # Attach our new VM to the correct VNets vm.attach({ "uri" : find_vnet("Front End").uri }) vm.attach({ "uri" : find_vnet("Back End").uri }) # Deploy and start the new VM vm.deploy() vm.start() 18/05/09 Sun Microsystems Proprietary 23
  • 24. Storage Service Features WebDAV and Adminstration API Storage Object API (Volume/Folder/File based access) (AWS S3 compatibility) Ability to store and retrieve data as Ability to store and retrieve data as files in folders and volumes objects in buckets Ability to clone and snapshot volumes REST API with open, AWS S3-like semantics Ability to mount file system S3 compatiblity makes applications portable Open, proven and highly scalable Write, read, and delete objects of protocol any size > Detailed metering and billing > Programmatic, fast, highly available & scalable, and inexpensive 18/05/09 Sun Microsystems Proprietary 24
  • 25. Ways to use the services Administration API Java, Ruby and Python libraries Comand line tool cURL via shell script Sun Cloud Storage Console Web UI control WebDAV Protocol Java client library for ease of use WebDAV JackRabbit library for additional control Cloud Drives Existing WebDAV apps Sun's client Java library Amazon shell tools Object API S3 Fox (coming soon) Jets3t Java library (at java,net) S3 client application by changing host name 18/05/09 Sun Microsystems Proprietary 25
  • 26. Using the APIs Web-based Distributed Authoring and Versioning WebDAV Protocol Protocol is an extension to the HTTP protocol that can be used to create directories and perform file management tasks. API Calls: PROPFIND {collection-uri} - Get DELETE {member-uri} - Delete a properties of a collection (i.e. a folder) and member, along with any locks on that potentially all the members of the collection. resource PROPFIND {member-uri} - Get properties COPY {collection-uri} - Create a copy of a of a member (i.e. a file) collection and possibly its members PROPPATCH {collection-uri} - Set or COPY {member-uri} - Create a new copy remove properties of a collection of a member PROPPATCH {member-uri} - Set or MOVE {collection-uri} - Move a collection remove properties of a member to a new location MKCOL {collection-uri} - Create a new MOVE {member-uri} - Move a member to collection at the specified location a new location DELETE {collection-uri} - Delete a LOCK {resource-uri} - Take out a lock on collection and nested members, along with the specified collection or member any locks on those resources UNLOCK {resource-uri} - Release an In addition, the usual GET and PUT calls existing lock on a collection or member 18/05/09 Sun Microsystems Proprietary 26
  • 27. Using the APIs Used in conjunction with the WebDAV Administration API service to create volumes, take snapshots and turn the snashots into clones. API Calls: Create Volume. Use the POST /service-prefix/resources/volume-name request with an empty <resource> element in the message body to create a volume. Create Snapshot. Use the POST /service-prefix/snapshots/volume- name/snapshot-name request to create a snapshot of a volume. Get Volumes. Use to get information about an account's volumes and snapshots, or a specific volume by send a GET /service- prefix/resources.../volume-name request. Create Clone. Use to create a cloneby sending a POST /service- prefix/resources/clone-volume-name request with a <resource> element in the message body. Delete Snapshot. Use the DELETE /service-prefix/snapshots/volume- name/snapshot-name request to delete a snapshot of the specified volume. Delete Volume. To delete a volume send a DELETE /service- prefix/resources/volume-name request. 18/05/09 Sun Microsystems Proprietary 27
  • 28. Using the APIs Enables the use of existing S3 applications Storage and the ability to create new applications Object API with S3-like semantics API Calls: GET All Buckets: Metadata request DELETE Bucket: Deletes the that retrieves all the bucket information targeted bucket if it is empty. for an account. It is called a service operation. . PUT Object: Creates a new object from a file that is sent over the HTTP PUT Bucket: Creates and names a protocol. bucket. The bucket names must be unique across all the accounts, GET Object: Retrieves an object from the storage service. GET Bucket: Metadata request that retrieves all the object information for a HEAD Object: Retrieves header bucket. information about an object. GET Bucket Location: Metadata DELETE Object: Deletes an object request that retrieves the physical (The API response is differs from the S3 location of the bucket. 5. REST API. See documentation for details. 18/05/09 Sun Microsystems Proprietary 28
  • 29. Sun Open Cloud Platform Sun xVM OpenStorageServer Products Expertise and and Q-layer Technologies Services Open Partners Communities 18/05/09 Sun Microsystems Proprietary 29
  • 30. Roadmap • First public cloud will rollout starting this in Q2 2009 • Additional services will begin appearing soon after • Will begin working with customers using product version of software in second half of 2009 18/05/09 Sun Microsystems Proprietary 30
  • 31. Cloud Communities • Cloud Camps all over the world • Industry Initiatives > Open Cloud Manifesto > Unified Cloud Interface (UCI) > DMTF Open Cloud Standards Incubator > ...and many more • Community Projects > Kenai.com Sourceforge for the Cloud: – Sun Cloud APIs, Immutable Service Containers, Dynamic Service Containers, Encrypted Cloud Storage, etc. > Blogs.sun.com, wikis.sun.com Everyone can participate! 18/05/09 Sun Microsystems Proprietary 31
  • 32. Get Started Today • Participate in the Development of our Open Cloud APIs – learn more at http://kenai.com/projects/suncloudapis/ • Sign up for Early Access to Sun Cloud Services • Participate in Zembly, DarkStar, ProjectCaroline... • Become a Sun Cloud Partner • Let Sun experts help you take advantage of Cloud Computing 18/05/09 http://sun.com/cloud Sun Microsystems Proprietary 32
  • 33. > THANK YOU eric.bezille@sun.com http://blogs.sun.com/EricBezille
  • 34. A Peek Behind the Sun Cloud Sun xVM Products Expertise Q-layer and and Technologies Services Open Partners Communities 18/05/09 Sun Microsystems Proprietary 34
  • 35. Paris 2009 Experts in the room • Clouds Architectures session : Constantin Gonzalez • Clouds Security session : Luc Wijns • Identity Management in the Clouds : Didier Burkhalter, Alain Barbier • PaaS : Emmanuel De Lagardette • in the Clouds : Stéphane Varoqui, Serge Frezefond • and more... : Gilles Gravier, Bruno Gillet • OpenStorageServer : Christophe Pauliat, Denis Martinez • Startup Essential, to build your Clouds : Thierry Manfé All can be joined at : first.last@Sun.Com 18/05/09 Sun Microsystems Proprietary 35
  • 36. Cloud Computing Layers Source : Wayne Horkan blog – Sun 18/05/09 Microsystems Sun Microsystems Proprietary 36
  • 37. Platform as a Service Edit Develop in the cloud : www.zembly.com Participate Publish Use A cloud based development environment for building the Web for casual developers Social Ecosystem Development Wikipedia of Platform for for Contributors Next Generation “Live” Code and Consumers Web Apps 18/05/09 Sun Microsystems Proprietary 37
  • 38. Project Caroline 18/05/09 Sun Microsystems Proprietary 38
  • 39. Inspect the MySQL Virtual Machine GET /clusters/cluster1/vms/01 URI of Database Server response: { Virtual Machine "name" : "Database" "uri": "/clusters/cluster1/vms/001", "description" : "MySQL host", "back-up": "/clusters/cluster1/vms/001/ops/back-up", "attach": "/clusters/cluster1/vms/001/ops/attach", "detach": "/clusters/cluster1/vms/001/ops/detach", "controllers": { "deploy": "/clusters/cluster1/vms/001/ops/deploy", "start": "/clusters/cluster1/vms/001/ops/start", "stop": "/clusters/cluster1/vms/001/ops/stop", "reboot": "/clusters/cluster1/vms/001/ops/reboot", "hibernate": "/clusters/cluster1/vms/001/ops/hibernate", "resume": "/clusters/cluster1/vms/001/ops/resume" } } 18/05/09 Sun Microsystems Proprietary 39
  • 40. Deploy the Application URI from POST /clusters/cluster1/ops/deploy representation for cluster1 Host: xrgy.cloud.sun.com { "note": "System deployed at 8:00 pm by Jack!" } 18/05/09 Sun Microsystems Proprietary 40
  • 41. Start the Application POST /clusters/cluster1/ops/start Host: xrgy.cloud.sun.com { "note": "System started at 8:05 pm by Jack!" } 18/05/09 Sun Microsystems Proprietary 41
  • 42. Stop the Application POST /clusters/cluster1/ops/stop Host: xrgy.cloud.sun.com { "note": "System halted at 10:32pm by Jill!" } 18/05/09 Sun Microsystems Proprietary 42
  • 43. Sun Cloud Storage Service Vernacular Volumes and Buckets: Two different ways of creating the top level folder in a file system. Folder/Collection: Sub-folder in a volume File/Member: Data in a folder or collection Objects: Data in a bucket. /home/ (volume) /home808wooster/ (bucket) /object 1 /object 2 /object 3 18/05/09 Sun Microsystems Proprietary 43
  • 44. Storage Service Architecture Client Applications and Services WebDAV and Adminstration API Storage Object API (Volume/Folder/File based access) (AWS S3 compatibility) Firewall and Loadbalancing Application Catalog, WebDAV and Administration Services Cloud Storage ObjectServer Object API Web Service Forums, Docs Cloud Storage Resource Manager: Manages access to what and where Cloud Storage Agent: Resides on every file system server Solaris and ZFS: file system servers 18/05/09 Sun Microsystems Proprietary 44
  • 45. Get Started Today • Your IT will not change into Cloud overnight • But you can start small and grow! • Try out some pilot projects • Gain experience • Sign up for Early Access to Sun Cloud Services • Let Sun experts help you take advantage of Cloud Computing with Assessment Services and Workshops > Gather business requirements > Create a high-level architecture > Industry-best practices and proven methodologies to create value- added solutions http://sun.com/cloud 18/05/09 Sun Microsystems Proprietary 45