Build your Cloud
Native Apps
with Helion Development Platform.
Etienne COINTET
@ecointet
Interrupt !
Poll time
A No
B More or Less
C Yes but I was watching TV as well…
D Yes, It was great
Have you seen my first Webinar?
HP Helion European Webinar Series ,Webinar #3
© Copyright 2015 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice.
SERVER
DATABASE
NETWORK
MIDDLEWARE
SECURITY
CODE
(a lot)
© Copyright 2015 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice.
SERVER DATABASENETWORK MIDDLEWARE
CODE
(a lot)
© Copyright 2015 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice.
FAIL 0
SUCCESS 0
ROUND
© Copyright 2015 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice.
CODE TIME!
<section id="cta" class="wrapper style3">
<h2>My Application is great</h2>
<ul class="actions"><li><a href="#" class="button big">
<?php
echo « Container Port is: » .getenv("VCAP_APP_PORT");
?>
</a></li>
</ul>
</section>
VCAP_APP_HOST
VCAP_APPLICATION
VCAP_APP_PORT
VCAP_SERVICES
…
© Copyright 2015 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice.
Interrupt !
© Copyright 2015 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice.
Poll time
A PHP
B .NET (C# / ASP / …)
C NODE.JS
D Ruby / Python
E JAVA
F Others
What is your favorite language?
© Copyright 2015 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice.
Platform
ConsumersNetwork
DNS / LB/ …
Services
Service(s)
WEB
Cloud-Native App
…
Instance(s)
BUILDPACK
ROUND
© Copyright 2015 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice.
I have no information about my
database
I know everything about my
database
<?php
$link = mysql_connect(“192.168.1.120",
“etienne042", “MyPassword");
echo ‘successfully connected!';
?>
<?php
$services = getenv("VCAP_SERVICES");
$services_json = json_decode($services,true);
$db_config =
$services_json["mysql"][0]["credentials"];
mysql_connect($db_config["hostname"],
$db_config["user"], $db_config["password"]);
?>
CODE TIME!
© Copyright 2015 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice.
Define dependancies
(frameworks, libs)
Configuration file
Ask services needed
Build version
(release, debug…)
Release XX.YY
Port listening
Movable
Logs
Unique code
My App
Services
N instances
12factor.net
ROUND
© Copyright 2015 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice.
DEA
Auto-detect
© Copyright 2015 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice.
CODE TIME!
buildpack: https://github.com/cloudfoundry/php-buildpack.git
https://github.com/cloudfoundry/java-buildpack
https://github.com/cloudfoundry/ruby-buildpack
https://github.com/cloudfoundry/nodejs-buildpack
https://github.com/cloudfoundry/php-buildpack
https://github.com/cloudfoundry/go-buildpack
https://github.com/cloudfoundry/python-buildpack
© Copyright 2015 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice.
© Copyright 2015 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice.
Interrupt !
© Copyright 2015 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice.
Poll time
A Never
B Sometimes
C Often
D Yes I’m.
Are you a Microsoft Developer?
ROUND
© Copyright 2015 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice.
.NET Support
The OpenStack Word Mark is either a registered trademark/service mark or trademark/service mark of the OpenStack Foundation, in the United States and other countries and is used with the OpenStack Foundation’s permission. We are not affiliated
with, endorsed or sponsored by the OpenStack Foundation, or the OpenStack community. Cloud Foundry is a trademark and/or registered trademark of Pivotal Software, Inc. in the United States and/or other countries.
Windows DEA
Router
CloudController
Linux DEA
HealthManager
Services Services
ROUND
© Copyright 2015 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice.
CODE TIME!
<connectionStrings>
<add name="SchoolContext"
connectionString=
"Server={ContosoUniversity-db#hostname},{ContosoUniversity-db#port};
Database={ContosoUniversity-db#name};
User Id={ContosoUniversity-db#username};
Password={ContosoUniversity-db#password};
MultipleActiveResultSets=true;"
providerName="System.Data.SqlClient" />
</connectionStrings>
© Copyright 2015 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice.
Overview of Cloud Foundry Windows Support
System Components
• Windows Server 2012 R2
• Process and Resource Isolation
• Build pack for IIS8/.NET
• Supports CLR v2 to 4.5.2
• Applications: IIS, ASP.NET, WCF, Web API
• Frameworks: MVC2, 3, 4, 5, …, SignalR, …
Windows DEA (CF v2)
• GO
• Supported Microsoft SQL Server versions & flavors
• Microsoft SQL Server 2012 SP1 Express
• Microsoft SQL Server 2014 Express
• Windows Server 2012 R2 Core or better
• By default runs on Windows MSSQL node, but can run
anywhere
Cloud Foundry Microsoft SQL Server
Service Broker
Developer Tools
• --stack win2012r2
Standard Helion CLI
• Programmatic access to CF
• Full object v2 model coverage
• Supporting: UAA, AOK, Loggregator and Logyard
Cloud Foundry .NET SDK
• Deploy (publish), Start/Stop/Restart, Delete apps from
MSBuild
Cloud Foundry MS Build Tasks
• Explore Cloud Foundry cluster and manipulate from within
Visual Studio
• Deploy application from within Visual Studio
Cloud Foundry Explorer for Visual Studio
ROUND
© Copyright 2015 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice.
Interrupt !
© Copyright 2015 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice.
Poll time
A Yes
B No (actually I didn’t try)
C No (I’m not a gamer…)
D No
Can you play with the 3D app ?
© Copyright 2015 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice.

More Related Content

PDF
HP Helion Webinar #4 - Open stack the magic pill
PPTX
HP Helion Webinar #1 - Introduction to HP Helion OpenStack w/Christian Frank
PDF
HP Helion - Copaco Cloud Event 2015 (break-out 4)
PDF
HP Helion Webinar #2
PDF
HP Helion OpenStack step by step
PDF
Helion meetup-2014
PPTX
HP Helion OpenStack and Professional Services
PDF
Hp helion meetup_networking_sdn
HP Helion Webinar #4 - Open stack the magic pill
HP Helion Webinar #1 - Introduction to HP Helion OpenStack w/Christian Frank
HP Helion - Copaco Cloud Event 2015 (break-out 4)
HP Helion Webinar #2
HP Helion OpenStack step by step
Helion meetup-2014
HP Helion OpenStack and Professional Services
Hp helion meetup_networking_sdn

What's hot (20)

PDF
A walkthrough of HP Helion OpenStack
PPTX
Helion cloud의 공식 hp변상욱
PDF
Come fare business con i big data in concreto
PDF
HP Helion OpenStack Community Edition Deployment
PPTX
Intel Cloud Foundry and OpenStack
PPTX
A year with Cloud Foundry and BOSH
PPTX
Building a University Community PaaS Using Cloud Foundry (Cloud Foundry Summ...
PDF
Pivotal Power Lunch - Why Cloud Native?
PPTX
Open stack + Cloud Foundry: Palo Alto Meetup February 2015
PDF
Manchester geek night pcf 101
PPTX
Hack for Good and Profit (Cloud Foundry Summit 2014)
PDF
Cloud native Microservices using Spring Boot
PPTX
OpenStackDC and Cloud Foundry Meetup -
PDF
How to Architect and Develop Cloud Native Applications
PDF
Pivotal CF 소개
PPTX
PCF Roadshow - Learn the past
PDF
Beyond the Operating System: Red Hat's Open Strategy for the Modern Enterprise
PPTX
Hybrid and On-premise AWS workloads using HP Helion Eucalyptus
PDF
Pivotal microservices spring_pcf_skillsmatter.pptx
PDF
Keynote: Architecting for Continuous Delivery (Pivotal Cloud Platform Roadshow)
A walkthrough of HP Helion OpenStack
Helion cloud의 공식 hp변상욱
Come fare business con i big data in concreto
HP Helion OpenStack Community Edition Deployment
Intel Cloud Foundry and OpenStack
A year with Cloud Foundry and BOSH
Building a University Community PaaS Using Cloud Foundry (Cloud Foundry Summ...
Pivotal Power Lunch - Why Cloud Native?
Open stack + Cloud Foundry: Palo Alto Meetup February 2015
Manchester geek night pcf 101
Hack for Good and Profit (Cloud Foundry Summit 2014)
Cloud native Microservices using Spring Boot
OpenStackDC and Cloud Foundry Meetup -
How to Architect and Develop Cloud Native Applications
Pivotal CF 소개
PCF Roadshow - Learn the past
Beyond the Operating System: Red Hat's Open Strategy for the Modern Enterprise
Hybrid and On-premise AWS workloads using HP Helion Eucalyptus
Pivotal microservices spring_pcf_skillsmatter.pptx
Keynote: Architecting for Continuous Delivery (Pivotal Cloud Platform Roadshow)
Ad

Similar to HP Helion European Webinar Series ,Webinar #3 (20)

PDF
Developer-Friendly CI / CD for Kubernetes
PDF
.NET Cloud-Native Bootcamp
PPTX
Deploying R for Production - SRUG
PDF
Enterprise DevOps Series: Using VS Code & Zowe
PDF
'DOCKER' & CLOUD: ENABLERS For DEVOPS
PDF
Docker and Cloud - Enables for DevOps - by ACA-IT
PDF
2012-08-21 NRO GED Industry Day
PPTX
JCON_15FactorWorkshop.pptx
PDF
OpenStack + Cloud Foundry for the OpenStack Boston Meetup
PDF
Securing Red Hat OpenShift Containerized Applications At Enterprise Scale
PDF
Node.js Workshop
PPTX
Building Creative Product Extensions with Experience Manager
PDF
PaaS Anywhere - Deploying an OpenShift PaaS into your Cloud Provider of Choice
PDF
Vault 1.5 Overview
PDF
Building Creative Product Extensions with Experience Manager
PDF
Using Databases and Containers From Development to Deployment
PDF
SD Times - Docker v2
PPTX
Dockerizing apps for the Deployment Platform of the Month with OSGi - David B...
PDF
2015 Q4 webrtc standards update
PDF
Enterprise serverless
Developer-Friendly CI / CD for Kubernetes
.NET Cloud-Native Bootcamp
Deploying R for Production - SRUG
Enterprise DevOps Series: Using VS Code & Zowe
'DOCKER' & CLOUD: ENABLERS For DEVOPS
Docker and Cloud - Enables for DevOps - by ACA-IT
2012-08-21 NRO GED Industry Day
JCON_15FactorWorkshop.pptx
OpenStack + Cloud Foundry for the OpenStack Boston Meetup
Securing Red Hat OpenShift Containerized Applications At Enterprise Scale
Node.js Workshop
Building Creative Product Extensions with Experience Manager
PaaS Anywhere - Deploying an OpenShift PaaS into your Cloud Provider of Choice
Vault 1.5 Overview
Building Creative Product Extensions with Experience Manager
Using Databases and Containers From Development to Deployment
SD Times - Docker v2
Dockerizing apps for the Deployment Platform of the Month with OSGi - David B...
2015 Q4 webrtc standards update
Enterprise serverless
Ad

More from BeMyApp (20)

PPTX
Introduction to epid
PDF
Introduction ciot workshop premeetup
PPTX
Présentation des APIs cognitives IBM Watson
PDF
Crédit Agricole S.A. Personae et Parcours
PDF
Cisco Paris DevNet Hackathon slideshow - Intro
PPTX
Tumeurs Neuroendocrines : une vue d'ensemble
PPTX
Building your first game in Unity 3d by Sarah Sexton
PDF
Using intel's real sense to create games with natural user interfaces justi...
PPTX
Introduction to using the R200 camera & Realsense SDK in Unity3d - Jon Collins
PPTX
Audio Mixer in Unity5 - Andy Touch
PDF
Shaders - Claudia Doppioslash - Unity With the Best
PDF
[HACKATHON CISCO PARIS] Slideshow du workshop Smart City
PDF
Tools to Save Time
PDF
[Workshop e résidents] présentation intent, craft ai, dalkia et incubateur
PDF
[Webinar E-résidents #1] Présentation des différents métiers du bâtiment conn...
PPTX
[IoT World Forum Webinar] Review of CMX Cisco technology
PDF
HP Helion Episode 6: Cloud Foundry Summit Recap
PDF
Webinar UI/UX by Francesco Marcellino
PDF
HP Helion Webinar #5 - Security Beyond Firewalls
PDF
Intel Real Sense, Diversity Meetup by Jamie Tanna
Introduction to epid
Introduction ciot workshop premeetup
Présentation des APIs cognitives IBM Watson
Crédit Agricole S.A. Personae et Parcours
Cisco Paris DevNet Hackathon slideshow - Intro
Tumeurs Neuroendocrines : une vue d'ensemble
Building your first game in Unity 3d by Sarah Sexton
Using intel's real sense to create games with natural user interfaces justi...
Introduction to using the R200 camera & Realsense SDK in Unity3d - Jon Collins
Audio Mixer in Unity5 - Andy Touch
Shaders - Claudia Doppioslash - Unity With the Best
[HACKATHON CISCO PARIS] Slideshow du workshop Smart City
Tools to Save Time
[Workshop e résidents] présentation intent, craft ai, dalkia et incubateur
[Webinar E-résidents #1] Présentation des différents métiers du bâtiment conn...
[IoT World Forum Webinar] Review of CMX Cisco technology
HP Helion Episode 6: Cloud Foundry Summit Recap
Webinar UI/UX by Francesco Marcellino
HP Helion Webinar #5 - Security Beyond Firewalls
Intel Real Sense, Diversity Meetup by Jamie Tanna

Recently uploaded (20)

PDF
Transform-Your-Factory-with-AI-Driven-Quality-Engineering.pdf
PDF
A hybrid framework for wild animal classification using fine-tuned DenseNet12...
PDF
Transform-Quality-Engineering-with-AI-A-60-Day-Blueprint-for-Digital-Success.pdf
PDF
Early detection and classification of bone marrow changes in lumbar vertebrae...
PPTX
AI-driven Assurance Across Your End-to-end Network With ThousandEyes
PDF
EIS-Webinar-Regulated-Industries-2025-08.pdf
PDF
A symptom-driven medical diagnosis support model based on machine learning te...
PDF
Aug23rd - Mulesoft Community Workshop - Hyd, India.pdf
PDF
Auditboard EB SOX Playbook 2023 edition.
PDF
NewMind AI Weekly Chronicles – August ’25 Week IV
PDF
The-2025-Engineering-Revolution-AI-Quality-and-DevOps-Convergence.pdf
PPTX
Presentation - Principles of Instructional Design.pptx
PDF
Transform-Your-Supply-Chain-with-AI-Driven-Quality-Engineering.pdf
PDF
Electrocardiogram sequences data analytics and classification using unsupervi...
PDF
Connector Corner: Transform Unstructured Documents with Agentic Automation
PDF
4 layer Arch & Reference Arch of IoT.pdf
PPTX
Build automations faster and more reliably with UiPath ScreenPlay
PDF
giants, standing on the shoulders of - by Daniel Stenberg
PDF
The-Future-of-Automotive-Quality-is-Here-AI-Driven-Engineering.pdf
PDF
Lung cancer patients survival prediction using outlier detection and optimize...
Transform-Your-Factory-with-AI-Driven-Quality-Engineering.pdf
A hybrid framework for wild animal classification using fine-tuned DenseNet12...
Transform-Quality-Engineering-with-AI-A-60-Day-Blueprint-for-Digital-Success.pdf
Early detection and classification of bone marrow changes in lumbar vertebrae...
AI-driven Assurance Across Your End-to-end Network With ThousandEyes
EIS-Webinar-Regulated-Industries-2025-08.pdf
A symptom-driven medical diagnosis support model based on machine learning te...
Aug23rd - Mulesoft Community Workshop - Hyd, India.pdf
Auditboard EB SOX Playbook 2023 edition.
NewMind AI Weekly Chronicles – August ’25 Week IV
The-2025-Engineering-Revolution-AI-Quality-and-DevOps-Convergence.pdf
Presentation - Principles of Instructional Design.pptx
Transform-Your-Supply-Chain-with-AI-Driven-Quality-Engineering.pdf
Electrocardiogram sequences data analytics and classification using unsupervi...
Connector Corner: Transform Unstructured Documents with Agentic Automation
4 layer Arch & Reference Arch of IoT.pdf
Build automations faster and more reliably with UiPath ScreenPlay
giants, standing on the shoulders of - by Daniel Stenberg
The-Future-of-Automotive-Quality-is-Here-AI-Driven-Engineering.pdf
Lung cancer patients survival prediction using outlier detection and optimize...

HP Helion European Webinar Series ,Webinar #3

  • 1. Build your Cloud Native Apps with Helion Development Platform. Etienne COINTET @ecointet
  • 3. Poll time A No B More or Less C Yes but I was watching TV as well… D Yes, It was great Have you seen my first Webinar?
  • 5. © Copyright 2015 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. SERVER DATABASE NETWORK MIDDLEWARE SECURITY CODE (a lot)
  • 6. © Copyright 2015 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. SERVER DATABASENETWORK MIDDLEWARE CODE (a lot)
  • 7. © Copyright 2015 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. FAIL 0 SUCCESS 0
  • 9. © Copyright 2015 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. CODE TIME! <section id="cta" class="wrapper style3"> <h2>My Application is great</h2> <ul class="actions"><li><a href="#" class="button big"> <?php echo « Container Port is: » .getenv("VCAP_APP_PORT"); ?> </a></li> </ul> </section> VCAP_APP_HOST VCAP_APPLICATION VCAP_APP_PORT VCAP_SERVICES …
  • 10. © Copyright 2015 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. Interrupt !
  • 11. © Copyright 2015 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. Poll time A PHP B .NET (C# / ASP / …) C NODE.JS D Ruby / Python E JAVA F Others What is your favorite language?
  • 12. © Copyright 2015 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. Platform ConsumersNetwork DNS / LB/ … Services Service(s) WEB Cloud-Native App … Instance(s) BUILDPACK
  • 13. ROUND
  • 14. © Copyright 2015 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. I have no information about my database I know everything about my database <?php $link = mysql_connect(“192.168.1.120", “etienne042", “MyPassword"); echo ‘successfully connected!'; ?> <?php $services = getenv("VCAP_SERVICES"); $services_json = json_decode($services,true); $db_config = $services_json["mysql"][0]["credentials"]; mysql_connect($db_config["hostname"], $db_config["user"], $db_config["password"]); ?> CODE TIME!
  • 15. © Copyright 2015 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. Define dependancies (frameworks, libs) Configuration file Ask services needed Build version (release, debug…) Release XX.YY Port listening Movable Logs Unique code My App Services N instances 12factor.net
  • 16. ROUND
  • 17. © Copyright 2015 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. DEA Auto-detect
  • 18. © Copyright 2015 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. CODE TIME! buildpack: https://github.com/cloudfoundry/php-buildpack.git https://github.com/cloudfoundry/java-buildpack https://github.com/cloudfoundry/ruby-buildpack https://github.com/cloudfoundry/nodejs-buildpack https://github.com/cloudfoundry/php-buildpack https://github.com/cloudfoundry/go-buildpack https://github.com/cloudfoundry/python-buildpack
  • 19. © Copyright 2015 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice.
  • 20. © Copyright 2015 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. Interrupt !
  • 21. © Copyright 2015 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. Poll time A Never B Sometimes C Often D Yes I’m. Are you a Microsoft Developer?
  • 22. ROUND
  • 23. © Copyright 2015 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. .NET Support The OpenStack Word Mark is either a registered trademark/service mark or trademark/service mark of the OpenStack Foundation, in the United States and other countries and is used with the OpenStack Foundation’s permission. We are not affiliated with, endorsed or sponsored by the OpenStack Foundation, or the OpenStack community. Cloud Foundry is a trademark and/or registered trademark of Pivotal Software, Inc. in the United States and/or other countries. Windows DEA Router CloudController Linux DEA HealthManager Services Services
  • 24. ROUND
  • 25. © Copyright 2015 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. CODE TIME! <connectionStrings> <add name="SchoolContext" connectionString= "Server={ContosoUniversity-db#hostname},{ContosoUniversity-db#port}; Database={ContosoUniversity-db#name}; User Id={ContosoUniversity-db#username}; Password={ContosoUniversity-db#password}; MultipleActiveResultSets=true;" providerName="System.Data.SqlClient" /> </connectionStrings>
  • 26. © Copyright 2015 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. Overview of Cloud Foundry Windows Support System Components • Windows Server 2012 R2 • Process and Resource Isolation • Build pack for IIS8/.NET • Supports CLR v2 to 4.5.2 • Applications: IIS, ASP.NET, WCF, Web API • Frameworks: MVC2, 3, 4, 5, …, SignalR, … Windows DEA (CF v2) • GO • Supported Microsoft SQL Server versions & flavors • Microsoft SQL Server 2012 SP1 Express • Microsoft SQL Server 2014 Express • Windows Server 2012 R2 Core or better • By default runs on Windows MSSQL node, but can run anywhere Cloud Foundry Microsoft SQL Server Service Broker Developer Tools • --stack win2012r2 Standard Helion CLI • Programmatic access to CF • Full object v2 model coverage • Supporting: UAA, AOK, Loggregator and Logyard Cloud Foundry .NET SDK • Deploy (publish), Start/Stop/Restart, Delete apps from MSBuild Cloud Foundry MS Build Tasks • Explore Cloud Foundry cluster and manipulate from within Visual Studio • Deploy application from within Visual Studio Cloud Foundry Explorer for Visual Studio
  • 27. ROUND
  • 28. © Copyright 2015 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. Interrupt !
  • 29. © Copyright 2015 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. Poll time A Yes B No (actually I didn’t try) C No (I’m not a gamer…) D No Can you play with the 3D app ?
  • 30. © Copyright 2015 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice.