Java workshop with Pivotal Cloud Foundry and Spring Cloud Services (SCS)
- Parag Doshi, Platform Architect, [email protected]
Time | Session |
---|---|
9:00 AM - 9:15 AM | Welcome and Introductions |
9:15 AM - 9:45 AM | Session 1: Intro to Pivotal Cloud Foundry |
9:45 AM - 10:00 AM | Lab 0: Accessing the Workshop Environment |
10:00 AM - 10:30 AM | Lab 1: Pushing Your First Application |
10:30 AM - 10:45 AM | Break |
10:45 AM - 11:00 AM | Labs Review |
11:00 AM - 11:45 AM | Lab 2: Scaling, Auto Scaling and Zero Downtime Deployment Lab |
11:45 PM - 12:30 PM | Lab 3: Monitoring, Metrics and HA Lab |
12:30 PM - 1:00 PM | Lunch |
1:00 PM - 1:30 PM | Labs Review |
1:30 PM - 2:00 PM | Session 2: Cloud Native Design and Microservices with Spring Cloud Services |
2:00 PM - 2:30 PM | Lab 4: Dynamic Configuration Loading with Spring Cloud Services - Config Server |
2:30 PM - 3:15 PM | Lab 5: MicroServices Registration and Discovery with Spring Cloud Services - Eureka |
3:15 PM - 3:30 PM | Break |
3:30 PM - 4:00 PM | Lab 6: Fault Tolerant Design with Spring Cloud Services - Hystrix |
4:00 PM - 4:15 PM | Labs Review |
4:15 PM - 4:45 PM | Session 3: Continuous Integration/Continuous Delivery with PCF |
4:45 PM - 5:00 PM | Demo: CI/CD pipeline with Jenkins and PCF |
5:00 PM - 5:30 PM | Wrap-Up & Q&A - Lessons Learnt - what doesn't work. |
This is a loose schedule for the day. We will adjust as necessary based on our pace through the material.
Start by downloading the course materials. This can be accomplished either through the GitHub website or if you have Git installed, use the following commands:
$ git clone https://github.com/git-paragdoshi/PCFJavaWorkshop-WithSCS
$ cd PCFJavaWorkshop-WithSCS/
$ git fetch --all
Prerequisites
- Cloud Foundry CLI
- Git Client
- Intellij Version 2016.1 or later
- PWS account registration complete at http://run.pivotal.io
Session 1 (Slides): Intro to Pivotal Cloud Foundry
- Lab 0 - Accessing the Workshop Environment
- Lab 1 - Pushing Your First Application
- Lab 2 - Scaling, Auto Scaling and Zero Downtime Deployment Lab
- Lab 3 - Monitoring, Metrics and HA Lab
- Lab Review - PCF Architecture and PCF Push
- Lab Review - Scaling, Metrics, Logs and HA
Session 2 (Slides): Cloud Native Design and Microservices with Spring Cloud Services
- Lab 4 - Dynamic Configuration Loading with Spring Cloud Services - Config Server
- Lab 5 - MicroServices Registration and Discovery with Spring Cloud Services - Eureka
- Lab 6 - Fault Tolerant Design with Spring Cloud Services - Hystrix
- Lab Review - Spring Cloud Services - Discussion
Session 3 (Slides): Continuous Integration/Continuous Delivery with PCF
- Demo - CI/CD pipeline with Jenkins and PCF