Skip to content
This repository has been archived by the owner on May 11, 2020. It is now read-only.
/ Workshop Public archive

Steeltoe Workshop (SpringOne Platform 2017)

License

Notifications You must be signed in to change notification settings

vmware-archive/Workshop

Repository files navigation

Steeltoe Workshop

This workshop was given at SpringOne Platform 2017. It is no longer maintained. For the labs and course with all the new features of Steeltoe. Please contact the Pivotal Education team. Thank you.

Hands on workshop describing how to use the Steeltoe components in developing .NET applications for Cloud Foundry.

The workshop provides users with a solid understanding of the tools and techniques used to build enterprise-class ASP.NET applications on Cloud Foundry.

It covers topics such as:

  • Pivotal Cloud Foundry & Services
  • Micro-services using ASP.NET Core
  • Centralized application configuration
  • Service discovery
  • Horizontal scaling
  • Fault tolerance using Circuit Breakers
  • Security
  • Production Management & Monitoring

When following the workshop, you incrementally build and deploy a sample application (i.e. Fortune Teller) which employs all of above tools & techniques.

Getting started

Clone Workshop

Start by checking out this repository. This can be accomplished either through the GitHub website or if you have Git installed, use the following commands:

> git clone https://github.com/SteeltoeOSS/Workshop
> cd Workshop

Install Prerequisites

Follow the steps in Lab 0 to get everything installed and verified.

Understand Format

  1. The descriptions for each lab can be found in each labXX directory. (e.g. Lab05 Description)

  2. The completed workshop code for each lab can be found in each labXX directory. (e.g. Lab5 Completed Code)

  3. The final completed workshop code can be found in the Final directory.

  4. When starting with the labs for the section Building Fortune Teller Application (i.e. Lab5-Lab11), you should start with the code in the Start directory.

  5. You can find the instructors Slides in the repository.

  6. The outline for the workshop:

    Intro to Pivotal Cloud Foundry

    Building Fortune Teller Application