SlideShare a Scribd company logo
© 2016 Pivotal Software, Inc. All rights reserved.
Cloud Native Java Microservices
Kenny Bastani
Spring Developer Advocate
1
Kenny Bastani
@kennybastani
Spring Developer Advocate
Agenda
Agenda
1 Microservices & Cloud Native
2 Spring Boot
3 Spring Cloud
4 RESTful Microservices
5 Push to Cloud Foundry
© 2016 Pivotal Software, Inc. All rights reserved.
Microservices
4
Monolithic Architecture
SOA - Service Oriented Architecture
Microservice Architecture
• Each team gets one database and one service
• Shared caches are platform provided services that are shared for consistency
Monolithic Architecture
Monolith to Microservice
Monolith to Microservice
© 2016 Pivotal Software, Inc. All rights reserved.
Cloud Native Apps
11
Cloud Native & Microservices
• Microservices are only a small part of
a larger picture
Cloud
Microservices
Twelve-factor Application Configuration
Twelve-factor Application Deployment
© 2016 Pivotal Software, Inc. All rights reserved.
Cloud Native Ops
15
Application Server Deployment - Monolith
• Load balancing requires provisioning
of new VMs and app server
installations
• Poor resource isolation; memory
leaks can cause other applications
to become unavailable
• Runtime environment is driven by
the operator
Virtual Machine

App
Linux Kernel
App App
Hardware Infrastructure
Linux Container Deployment - Microservice
• Development team drives the
application runtime of a container
• Containers are resource isolated,
allowing efficient scheduling onto a
grid of VMs
• Containers take seconds to start,
VMs take minutes
• It’s not a rule that there is one
microservice per container
Virtual Machine

Container
Linux Kernel
App App
App App
Container
App App
App App
Container
App App
App App
Hardware Infrastructure
Microservices - Container Deployment
• Each microservice can be containerized with their application dependencies
• Containers get scheduled on virtual machines with an allotted resource policy
Auto-scaling
• Minutes to start a VM, but seconds to start a container
• An elastic runtime handles auto-scaling of VMs with cloud providers
Orchestration
• Each microservice needs to communicate outside containers
• Service discovery provides an automatic method for finding other service dependencies
© 2016 Pivotal Software, Inc. All rights reserved.
Cloud Native Java
21
© 2016 Pivotal Software, Inc. All rights reserved.
Spring Boot
A JVM micro-framework for building
microservices
22
What is Spring Boot?
spring boot
Spring Initializr for boostraping your applications
supports rapid development of
production-ready applications
and services
Spring Boot Roles
Automatic Configuration
• An application class is annotated with @SpringBootApplication
• Additional annotations are added to indicate the role of the Spring Boot application
Spring Boot for Microservices
© 2016 Pivotal Software, Inc. All rights reserved.
Spring Cloud
A toolset designed for building distributed
systems
28
spring cloud
Apache Zookeeper
these logos are all trademark/copyright their respective owners (T-B, L-R): 



Netflix, amazon.com, Apache Software Foundation, Cloud Foundry, Hashicorp
they are ALL great organizations and we love their open-source and their APIs!!
*
What is Spring Cloud?
✴ Service Discovery
✴ API Gateway
✴ Config Server
✴ Circuit Breakers
✴ Distributed Tracing
What is Spring Cloud?
• Spring Cloud provides a way to turn Spring Boot microservices into distributed
applications
Service Discovery & Intelligent Routing
Client-side load balancing
Configuration Service
API Gateway
© 2016 Pivotal Software, Inc. All rights reserved.
RESTful Microservices
36
© 2016 Pivotal Software, Inc. All rights reserved.
HATEOAS
Hypermedia as the Engine of Application State
(REST APIs that self-describe)
37
It’s pronounced hawt-ee-oh-as
Richardson Maturity Model
Photo credit: Packt Publishing
REST API Gateway
• API gateway downloads routes from
services exposing REST APIs
• Each route of other microservices will be
hosted on the API gateway
• API gateway will automatically reverse
proxy to backend services
• Hypermedia allows traversing entire
REST API description of microservices
Browsing REST APIs
©2015 Apigee. All Rights Reserved.
Each API call provides links
© 2016 Pivotal Software, Inc. All rights reserved.
Cloud Foundry
“To always be shipping, you need a shipyard.”
43
© 2016 Pivotal Software, Inc. All rights reserved.
Application-centric opinionated platform
Cloud Foundry
44
Push to Cloud Foundry
• http://run.pivotal.io
• Go to Spring Initializr, select Web
• Name the artifactId hello-world
• Add a @RestController named Hello
• Return “Hello World” at the root endpoint
• mvn clean install & cf push
© 2016 Pivotal Software, Inc. All rights reserved.
Thanks!
@kennybastani

46

More Related Content

PDF
Building Cloud Native Architectures with Spring
PDF
Patterns of Cloud Native Architecture
PDF
The Making of a Cloud Native Application Platform
PDF
Cloud Native Application Development
PDF
The Need of Cloud-Native Application
PPTX
Building Cloud Native Applications
PPTX
Ensuring Cloud Native Success: Organization Transformation
PDF
Cloud Native Computing: What does it mean, and is your app Cloud Native?
Building Cloud Native Architectures with Spring
Patterns of Cloud Native Architecture
The Making of a Cloud Native Application Platform
Cloud Native Application Development
The Need of Cloud-Native Application
Building Cloud Native Applications
Ensuring Cloud Native Success: Organization Transformation
Cloud Native Computing: What does it mean, and is your app Cloud Native?

What's hot (20)

PPTX
The Application Server Platform of the Future - Container & Cloud Native and ...
PPTX
CF SUMMIT: Partnerships, Business and Cloud Foundry
PDF
B3 getting started_with_cloud_native_development
PDF
Pivotal Cloud Foundry: A Technical Overview
PDF
Cloud Native Application
ODP
micro services architecture (FrosCon2014)
PDF
Building A Diverse Geo-Architecture For Cloud Native Applications In One Day
PDF
Cloud native Microservices using Spring Boot
PDF
Containing your microservice sprawl
PPTX
The Cloud Native Journey
PDF
ClouNS - A Cloud-native Application Reference Model for Enterprise Architects
PDF
Cloud Native Architectures for Devops
PPTX
Breaking the Monolith
PPTX
Building a University Community PaaS Using Cloud Foundry (Cloud Foundry Summ...
PPTX
Cloud Native Machine Learning
PDF
Cloud Foundry - An Open Innovation Platform
PDF
API Strategy Austin - App-centric vs Job-centric Microservices
PDF
Cloud-native Data
PPTX
Why to Cloud Native
PDF
Airbnb, From Monolith to Microservices: How to Scale Your Architecture, Futur...
The Application Server Platform of the Future - Container & Cloud Native and ...
CF SUMMIT: Partnerships, Business and Cloud Foundry
B3 getting started_with_cloud_native_development
Pivotal Cloud Foundry: A Technical Overview
Cloud Native Application
micro services architecture (FrosCon2014)
Building A Diverse Geo-Architecture For Cloud Native Applications In One Day
Cloud native Microservices using Spring Boot
Containing your microservice sprawl
The Cloud Native Journey
ClouNS - A Cloud-native Application Reference Model for Enterprise Architects
Cloud Native Architectures for Devops
Breaking the Monolith
Building a University Community PaaS Using Cloud Foundry (Cloud Foundry Summ...
Cloud Native Machine Learning
Cloud Foundry - An Open Innovation Platform
API Strategy Austin - App-centric vs Job-centric Microservices
Cloud-native Data
Why to Cloud Native
Airbnb, From Monolith to Microservices: How to Scale Your Architecture, Futur...
Ad

Viewers also liked (20)

PPTX
Building REST APIs with Spring Boot and Spring Cloud
PDF
Microservice With Spring Boot and Spring Cloud
PPTX
Oracle: Building Cloud Native Applications
PDF
Microservices with Java, Spring Boot and Spring Cloud
PDF
Java EE microservices architecture - evolving the monolith
PDF
Using Docker, Neo4j, and Spring Cloud for Developing Microservices
PDF
Microservices: Architecture for Agile Software Development
ODP
Spring cloud for microservices architecture
PDF
Cloud Foundry Compared With Other PaaSes (Cloud Foundry Summit 2014)
ODP
Microservice Architecture JavaCro 2015
PDF
Deploying Spring Boot applications with Docker (east bay cloud meetup dec 2014)
PDF
Microservices, Containers, Docker and a Cloud-Native Architecture in the Midd...
PDF
Dockercon State of the Art in Microservices
PDF
Extending the Platform with Spring Boot and Cloud Foundry
PDF
Gamification: Leveraging Game Strategies & Big Data to Drive Business with Dr...
PDF
Ian Huston - "Deploying your data driven web app on Cloud Foundry"
PDF
Towards Application Portability in Platform as a Service
PDF
Unified Cloud Application Management
PPTX
Buildpacks detect, compile, release
PDF
Load Balancing Applications with NGINX in a CoreOS Cluster
Building REST APIs with Spring Boot and Spring Cloud
Microservice With Spring Boot and Spring Cloud
Oracle: Building Cloud Native Applications
Microservices with Java, Spring Boot and Spring Cloud
Java EE microservices architecture - evolving the monolith
Using Docker, Neo4j, and Spring Cloud for Developing Microservices
Microservices: Architecture for Agile Software Development
Spring cloud for microservices architecture
Cloud Foundry Compared With Other PaaSes (Cloud Foundry Summit 2014)
Microservice Architecture JavaCro 2015
Deploying Spring Boot applications with Docker (east bay cloud meetup dec 2014)
Microservices, Containers, Docker and a Cloud-Native Architecture in the Midd...
Dockercon State of the Art in Microservices
Extending the Platform with Spring Boot and Cloud Foundry
Gamification: Leveraging Game Strategies & Big Data to Drive Business with Dr...
Ian Huston - "Deploying your data driven web app on Cloud Foundry"
Towards Application Portability in Platform as a Service
Unified Cloud Application Management
Buildpacks detect, compile, release
Load Balancing Applications with NGINX in a CoreOS Cluster
Ad

Similar to Cloud Native Java Microservices (20)

DOCX
Building Microservices in Java with Spring Boot and Spring Cloud
PDF
Pivotal spring boot-cloud workshop
PDF
The Beginner’s Guide To Spring Cloud
PPTX
Microservices with kubernetes @190316
PDF
SpringBoot and Spring Cloud Service for MSA
PPTX
Intro to spring cloud &microservices by Eugene Hanikblum
PPTX
Spring on PAS - Fabio Marinelli
PPTX
Microservices
PDF
Pivotal Cloud Foundry: A Technical Overview
PDF
Extending the Platform
PDF
Pivotal microservices spring_pcf_skillsmatter.pptx
PDF
Spring Boot & Spring Cloud on Pivotal Application Service
PDF
Full lifecycle of a microservice
PDF
Azure Spring Cloud Workshop - June 17, 2020
PDF
Resilient Microservices with Spring Cloud
PDF
Cloud-native Patterns (July 4th, 2019)
PDF
Cloud-native Patterns
PDF
Cloudify your applications: microservices and beyond
PPTX
"The Cloud Native Enterprise is Coming"
PDF
Spring cloud
Building Microservices in Java with Spring Boot and Spring Cloud
Pivotal spring boot-cloud workshop
The Beginner’s Guide To Spring Cloud
Microservices with kubernetes @190316
SpringBoot and Spring Cloud Service for MSA
Intro to spring cloud &microservices by Eugene Hanikblum
Spring on PAS - Fabio Marinelli
Microservices
Pivotal Cloud Foundry: A Technical Overview
Extending the Platform
Pivotal microservices spring_pcf_skillsmatter.pptx
Spring Boot & Spring Cloud on Pivotal Application Service
Full lifecycle of a microservice
Azure Spring Cloud Workshop - June 17, 2020
Resilient Microservices with Spring Cloud
Cloud-native Patterns (July 4th, 2019)
Cloud-native Patterns
Cloudify your applications: microservices and beyond
"The Cloud Native Enterprise is Coming"
Spring cloud

More from Kenny Bastani (10)

PDF
In the Eventual Consistency of Succeeding at Microservices
PDF
Back your app with MySQL and Redis on Cloud Foundry
PDF
Open Source Big Graph Analytics on Neo4j with Apache Spark
PPT
Big Graph Analytics on Neo4j with Apache Spark
PPTX
Document Classification with Neo4j
PDF
Neo4j Graph Data Modeling
PDF
Building a Graph-based Analytics Platform
PDF
Building Killer Apps with Neo4j 2.0
PPT
Natural Language Processing with Neo4j
PPT
Natural language search using Neo4j
In the Eventual Consistency of Succeeding at Microservices
Back your app with MySQL and Redis on Cloud Foundry
Open Source Big Graph Analytics on Neo4j with Apache Spark
Big Graph Analytics on Neo4j with Apache Spark
Document Classification with Neo4j
Neo4j Graph Data Modeling
Building a Graph-based Analytics Platform
Building Killer Apps with Neo4j 2.0
Natural Language Processing with Neo4j
Natural language search using Neo4j

Recently uploaded (20)

PDF
System and Network Administration Chapter 2
PPTX
Transform Your Business with a Software ERP System
PPTX
Lecture 3: Operating Systems Introduction to Computer Hardware Systems
PDF
Design an Analysis of Algorithms I-SECS-1021-03
PDF
Navsoft: AI-Powered Business Solutions & Custom Software Development
PPTX
Agentic AI Use Case- Contract Lifecycle Management (CLM).pptx
PDF
How Creative Agencies Leverage Project Management Software.pdf
PDF
Nekopoi APK 2025 free lastest update
PDF
How to Choose the Right IT Partner for Your Business in Malaysia
PDF
Internet Downloader Manager (IDM) Crack 6.42 Build 41
PDF
Understanding Forklifts - TECH EHS Solution
PDF
PTS Company Brochure 2025 (1).pdf.......
PDF
Claude Code: Everyone is a 10x Developer - A Comprehensive AI-Powered CLI Tool
PDF
Raksha Bandhan Grocery Pricing Trends in India 2025.pdf
PDF
2025 Textile ERP Trends: SAP, Odoo & Oracle
PPTX
Operating system designcfffgfgggggggvggggggggg
PPTX
ManageIQ - Sprint 268 Review - Slide Deck
PDF
How to Migrate SBCGlobal Email to Yahoo Easily
PPTX
L1 - Introduction to python Backend.pptx
PDF
Digital Strategies for Manufacturing Companies
System and Network Administration Chapter 2
Transform Your Business with a Software ERP System
Lecture 3: Operating Systems Introduction to Computer Hardware Systems
Design an Analysis of Algorithms I-SECS-1021-03
Navsoft: AI-Powered Business Solutions & Custom Software Development
Agentic AI Use Case- Contract Lifecycle Management (CLM).pptx
How Creative Agencies Leverage Project Management Software.pdf
Nekopoi APK 2025 free lastest update
How to Choose the Right IT Partner for Your Business in Malaysia
Internet Downloader Manager (IDM) Crack 6.42 Build 41
Understanding Forklifts - TECH EHS Solution
PTS Company Brochure 2025 (1).pdf.......
Claude Code: Everyone is a 10x Developer - A Comprehensive AI-Powered CLI Tool
Raksha Bandhan Grocery Pricing Trends in India 2025.pdf
2025 Textile ERP Trends: SAP, Odoo & Oracle
Operating system designcfffgfgggggggvggggggggg
ManageIQ - Sprint 268 Review - Slide Deck
How to Migrate SBCGlobal Email to Yahoo Easily
L1 - Introduction to python Backend.pptx
Digital Strategies for Manufacturing Companies

Cloud Native Java Microservices