Skip to content
This repository has been archived by the owner on Jul 19, 2022. It is now read-only.

vmware-archive/cloud-workshop

Repository files navigation

cloud-workshop

Cloud Workshop

Agenda

  1. Building Twelve-Factor Apps with Spring Boot
    • Getting Started with Spring Boot, Initialiser, CLI
    • Deploying a Web Application with an Embedded Container
    • Externalizing Configuration with Spring Boot
    • Introspection, Monitoring, and Metrics using Spring Boot Actuator
    • Build a Hypermedia-Driven RESTful Web Service with Spring Data REST
  2. Cloud-Native Architecture Overview
    • Operating Twelve-Factor Apps with Cloud Foundry
    • From Zero to Pushing Your First Application
    • Binding to Cloud Foundry Services
  3. Connecting the dots with Spring Cloud Services
    • Deploying and Using Spring Cloud Config Server to manage external configuration
    • Using Service Discovery for loosely coupled distributed systems
    • Building and monitoring resilient distributed systems with Circuit Breaker
    • Slides
    • Video
    • Lab
  4. Securing Cloud-Native Applications
    • Intro to OAuth2 and Open ID Connect
    • Using the UAA to secure internal applications (where users are developers)
    • Using Pivotal SSO to secure end user applications (where users are within or outside of the organization)
    • Securing app to app communication with the multi-tenancy features of UAA
    • Slides
    • Video
    • Lab
  5. Deliver Mobile Capability with Pivotal Mobile Services

Prerequisites

$ curl -s get.gvmtool.net | bash
  • Before try to run the services, make sure you have Rabbitmq Server, Redis and MongoDB running on localhost.
$ brew install mongodb rabbitmq redis

To follow along you will need to download cloud-workspace

git clone https://github.com/Pivotal-Field-Engineering/cloud-workspace

It will be referenced as $COURSE_HOME

[Getting Started with Spring Boot] (lab/lab_01.adoc) [Spring Boot Trader] (trader/README.md)