rapid application development in the cloud and on … heidloff, ibm bluemix developer advocate...

48
Niklas Heidloff, IBM Bluemix Developer Advocate @nheidloff heidloff.net Rapid Application Development in the Cloud and On-Premises with Docker

Upload: trinhmien

Post on 27-May-2018

214 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Rapid Application Development in the Cloud and On … Heidloff, IBM Bluemix Developer Advocate @nheidloff heidloff.net Rapid Application Development in the Cloud and On-Premises with

Niklas Heidloff, IBM Bluemix Developer Advocate @nheidloff heidloff.net

Rapid Application Development in the Cloud and On-Premises with Docker !

Page 2: Rapid Application Development in the Cloud and On … Heidloff, IBM Bluemix Developer Advocate @nheidloff heidloff.net Rapid Application Development in the Cloud and On-Premises with

Example: Minecraft!

Page 3: Rapid Application Development in the Cloud and On … Heidloff, IBM Bluemix Developer Advocate @nheidloff heidloff.net Rapid Application Development in the Cloud and On-Premises with

Example: Minecraft!

Page 4: Rapid Application Development in the Cloud and On … Heidloff, IBM Bluemix Developer Advocate @nheidloff heidloff.net Rapid Application Development in the Cloud and On-Premises with

Example: Minecraft!

Page 5: Rapid Application Development in the Cloud and On … Heidloff, IBM Bluemix Developer Advocate @nheidloff heidloff.net Rapid Application Development in the Cloud and On-Premises with

Example: Minecraft!

Page 6: Rapid Application Development in the Cloud and On … Heidloff, IBM Bluemix Developer Advocate @nheidloff heidloff.net Rapid Application Development in the Cloud and On-Premises with

Example: Minecraft!

Page 7: Rapid Application Development in the Cloud and On … Heidloff, IBM Bluemix Developer Advocate @nheidloff heidloff.net Rapid Application Development in the Cloud and On-Premises with

Example: Minecraft!

Page 8: Rapid Application Development in the Cloud and On … Heidloff, IBM Bluemix Developer Advocate @nheidloff heidloff.net Rapid Application Development in the Cloud and On-Premises with

Rapid Application Development!§  Need for speed and need for simplicity

§  New methodologies and technologies make the core coding fast and simple

Page 9: Rapid Application Development in the Cloud and On … Heidloff, IBM Bluemix Developer Advocate @nheidloff heidloff.net Rapid Application Development in the Cloud and On-Premises with

Rapid Deployment ?!§  Coding is often rapid, but deployment is (mostly) not§  Issue: Different target platforms with different configurations

§  Expanded role of developers: Not only responsible to write code but responsible for full life cycle up to the testing in production environments§  Old developer excuse “it works on my machine” doesn’t count any

longer

Page 10: Rapid Application Development in the Cloud and On … Heidloff, IBM Bluemix Developer Advocate @nheidloff heidloff.net Rapid Application Development in the Cloud and On-Premises with

DevOps!§  DevOps supports developers to automate testing and

deployments through delivery pipelines

§  But deployments can still be challenging§  Different types of applications§  Different target environments�

§  Containers to the Rescue

Page 11: Rapid Application Development in the Cloud and On … Heidloff, IBM Bluemix Developer Advocate @nheidloff heidloff.net Rapid Application Development in the Cloud and On-Premises with

Containers vs. VMs!§  Lighter weight than VMs (virtual machines)

Page 12: Rapid Application Development in the Cloud and On … Heidloff, IBM Bluemix Developer Advocate @nheidloff heidloff.net Rapid Application Development in the Cloud and On-Premises with

Enter Docker!§  Standardizes the packaging of applications and container

runtimes§  Write once run everywhere

Page 13: Rapid Application Development in the Cloud and On … Heidloff, IBM Bluemix Developer Advocate @nheidloff heidloff.net Rapid Application Development in the Cloud and On-Premises with

Sample Servlet!

Page 14: Rapid Application Development in the Cloud and On … Heidloff, IBM Bluemix Developer Advocate @nheidloff heidloff.net Rapid Application Development in the Cloud and On-Premises with

Dockerfile!

Page 15: Rapid Application Development in the Cloud and On … Heidloff, IBM Bluemix Developer Advocate @nheidloff heidloff.net Rapid Application Development in the Cloud and On-Premises with

Build Image!

Page 16: Rapid Application Development in the Cloud and On … Heidloff, IBM Bluemix Developer Advocate @nheidloff heidloff.net Rapid Application Development in the Cloud and On-Premises with

Run Container!

Page 17: Rapid Application Development in the Cloud and On … Heidloff, IBM Bluemix Developer Advocate @nheidloff heidloff.net Rapid Application Development in the Cloud and On-Premises with

Registries to share Images!§  Docker Hub

§  Public§  Private�

§  Docker Trusted Registry

Page 18: Rapid Application Development in the Cloud and On … Heidloff, IBM Bluemix Developer Advocate @nheidloff heidloff.net Rapid Application Development in the Cloud and On-Premises with

Docker on IBM Bluemix!§  Bluemix is IBM’s application platform in the cloud based on

Cloud Foundry§  IBM extends and connects Docker containers to

production-ready enterprise environments§  IBM hosted private registry§  Run containers in local datacenters or in the cloud§  External IP addresses§  Integrated monitoring and logging§  Security readiness guidance via Vulnerability Advisor

Page 19: Rapid Application Development in the Cloud and On … Heidloff, IBM Bluemix Developer Advocate @nheidloff heidloff.net Rapid Application Development in the Cloud and On-Premises with

Tag Image!

Page 20: Rapid Application Development in the Cloud and On … Heidloff, IBM Bluemix Developer Advocate @nheidloff heidloff.net Rapid Application Development in the Cloud and On-Premises with

Push Image!

Page 21: Rapid Application Development in the Cloud and On … Heidloff, IBM Bluemix Developer Advocate @nheidloff heidloff.net Rapid Application Development in the Cloud and On-Premises with

Push Image (cont.)!

Page 22: Rapid Application Development in the Cloud and On … Heidloff, IBM Bluemix Developer Advocate @nheidloff heidloff.net Rapid Application Development in the Cloud and On-Premises with

Image Registry!

Page 23: Rapid Application Development in the Cloud and On … Heidloff, IBM Bluemix Developer Advocate @nheidloff heidloff.net Rapid Application Development in the Cloud and On-Premises with

Run Container!

Page 24: Rapid Application Development in the Cloud and On … Heidloff, IBM Bluemix Developer Advocate @nheidloff heidloff.net Rapid Application Development in the Cloud and On-Premises with

Running Container – Overview !

Page 25: Rapid Application Development in the Cloud and On … Heidloff, IBM Bluemix Developer Advocate @nheidloff heidloff.net Rapid Application Development in the Cloud and On-Premises with

Running Container – Instances !

Page 26: Rapid Application Development in the Cloud and On … Heidloff, IBM Bluemix Developer Advocate @nheidloff heidloff.net Rapid Application Development in the Cloud and On-Premises with

Running Container – Monitoring !

Page 27: Rapid Application Development in the Cloud and On … Heidloff, IBM Bluemix Developer Advocate @nheidloff heidloff.net Rapid Application Development in the Cloud and On-Premises with

Running Container – Logs !

Page 28: Rapid Application Development in the Cloud and On … Heidloff, IBM Bluemix Developer Advocate @nheidloff heidloff.net Rapid Application Development in the Cloud and On-Premises with

Running Container – Advanced Logs !

Page 29: Rapid Application Development in the Cloud and On … Heidloff, IBM Bluemix Developer Advocate @nheidloff heidloff.net Rapid Application Development in the Cloud and On-Premises with

Vulnerability Advisor!

Page 30: Rapid Application Development in the Cloud and On … Heidloff, IBM Bluemix Developer Advocate @nheidloff heidloff.net Rapid Application Development in the Cloud and On-Premises with

Vulnerability Advisor (cont.)!

Page 31: Rapid Application Development in the Cloud and On … Heidloff, IBM Bluemix Developer Advocate @nheidloff heidloff.net Rapid Application Development in the Cloud and On-Premises with

Automation via Delivery Pipelines!§  To simplify the process to build images and run containers,

delivery pipelines can be used §  Different deployment strategies can be used to deploy to

different target environments without downtimes

Page 32: Rapid Application Development in the Cloud and On … Heidloff, IBM Bluemix Developer Advocate @nheidloff heidloff.net Rapid Application Development in the Cloud and On-Premises with

Java Code Modification!

Page 33: Rapid Application Development in the Cloud and On … Heidloff, IBM Bluemix Developer Advocate @nheidloff heidloff.net Rapid Application Development in the Cloud and On-Premises with

Push Change!

Page 34: Rapid Application Development in the Cloud and On … Heidloff, IBM Bluemix Developer Advocate @nheidloff heidloff.net Rapid Application Development in the Cloud and On-Premises with

Deployment Pipeline!

Page 35: Rapid Application Development in the Cloud and On … Heidloff, IBM Bluemix Developer Advocate @nheidloff heidloff.net Rapid Application Development in the Cloud and On-Premises with

Changed Application!

Page 36: Rapid Application Development in the Cloud and On … Heidloff, IBM Bluemix Developer Advocate @nheidloff heidloff.net Rapid Application Development in the Cloud and On-Premises with

ToDo Sample Application!

Page 37: Rapid Application Development in the Cloud and On … Heidloff, IBM Bluemix Developer Advocate @nheidloff heidloff.net Rapid Application Development in the Cloud and On-Premises with

Spring Boot Application!

Page 38: Rapid Application Development in the Cloud and On … Heidloff, IBM Bluemix Developer Advocate @nheidloff heidloff.net Rapid Application Development in the Cloud and On-Premises with

REST Controller!

Page 39: Rapid Application Development in the Cloud and On … Heidloff, IBM Bluemix Developer Advocate @nheidloff heidloff.net Rapid Application Development in the Cloud and On-Premises with

Mongo Repository!

Page 40: Rapid Application Development in the Cloud and On … Heidloff, IBM Bluemix Developer Advocate @nheidloff heidloff.net Rapid Application Development in the Cloud and On-Premises with

Dockerfile!

Page 41: Rapid Application Development in the Cloud and On … Heidloff, IBM Bluemix Developer Advocate @nheidloff heidloff.net Rapid Application Development in the Cloud and On-Premises with

MongoDB URI!

Page 42: Rapid Application Development in the Cloud and On … Heidloff, IBM Bluemix Developer Advocate @nheidloff heidloff.net Rapid Application Development in the Cloud and On-Premises with

Docker Compose!

Page 43: Rapid Application Development in the Cloud and On … Heidloff, IBM Bluemix Developer Advocate @nheidloff heidloff.net Rapid Application Development in the Cloud and On-Premises with

Bind Bluemix Service!

Page 44: Rapid Application Development in the Cloud and On … Heidloff, IBM Bluemix Developer Advocate @nheidloff heidloff.net Rapid Application Development in the Cloud and On-Premises with

Hybrid Sample Application!

Page 45: Rapid Application Development in the Cloud and On … Heidloff, IBM Bluemix Developer Advocate @nheidloff heidloff.net Rapid Application Development in the Cloud and On-Premises with

UrbanCode Build and Deploy!

Page 46: Rapid Application Development in the Cloud and On … Heidloff, IBM Bluemix Developer Advocate @nheidloff heidloff.net Rapid Application Development in the Cloud and On-Premises with

IBM UrbanCode Build and Deploy!

Page 47: Rapid Application Development in the Cloud and On … Heidloff, IBM Bluemix Developer Advocate @nheidloff heidloff.net Rapid Application Development in the Cloud and On-Premises with

Take-Aways!§  Docker containers allow the standardized packaging of

applications and easy deployments to different environments

§  Docker is currently the de-facto container standard and is evolving into the Open Container Initiative

§  IBM added enterprise capabilities for Docker images and containers

§  Try Docker in the cloud via the 30 days trial of Bluemix

Page 48: Rapid Application Development in the Cloud and On … Heidloff, IBM Bluemix Developer Advocate @nheidloff heidloff.net Rapid Application Development in the Cloud and On-Premises with

Thank you!