Agile + DevOps West 2020 Tutorial: Getting Started with Microservices and Serverless

Conference archive

SEE PRICING & PACKAGES

Monday, June 8, 2020 - 9:00am to 5:00pm

Getting Started with Microservices and Serverless

Do you wonder how computers can be “serverless”? Does “microservices” seem like just another buzzword? These two technologies are actually changing software design and operations. They work together to help solve complex problems by breaking them down into smaller pieces through loose coupling and modularization. Where some traditional software design techniques required assembling a monolithic piece of software on a platform, a microservices architecture and a serverless programming paradigm focus more on how to keep the pieces independent, orthogonal in function, and interconnected efficiently. In this hands-on tutorial we’ll look at useful design principles to use when implementing them, the underlying technologies needed to make them work effectively, and how they differ from monolithic techniques. You’ll gain an understanding of how to create simple applications, basic troubleshooting skills, limitations in the underlying implementation, and an idea of what to monitor in a production implementation.

Note: This tutorial has pre-work instructions:

First some Terminology:

  • Git Fork - Create an unrelated copy of a project that the original maintainer does not see.
  • Git Clone - Create a copy of the project from a remote sources that can interact with ongoing development.

We are going fork in gitlab, so you have your own copy of the exercises that won't interfere with anyone else then we are going to clone so that we can work locally on your copy.

  1. Ensure you have SSH set up I will give you an ssh key just for this class. If you run mac or linux the software is installed, if you run windows you have three options:
  2. Register for a free account at gitlab.com
    1. Login and create an empty project group for the class
    2. Fork the following repositories into that group
      1. https://gitlab.com/coveros/microservice_serverless/auth-service.git
      2. https://gitlab.com/coveros/microservice_serverless/codeveros-angular-ui.git
      3. https://gitlab.com/coveros/microservice_serverless/codeveros-catalog-service.git
      4. https://gitlab.com/coveros/microservice_serverless/codeveros-user-service.git
      5. https://gitlab.com/coveros/microservice_serverless/deployment.git
      6. https://gitlab.com/coveros/microservice_serverless/gateway.git

Extra credit:

  • Generate an ssh key for the class
  • Set up ssh access in gitlab
  • Clone the forked copies of your repo locally using SSH

 

Glenn_Buckholz
Coveros

Glenn Buckholz leads DevSecOps efforts at Coveros. Using his almost twenty years of industry experience, Glenn brings success to his customers by leveraging advanced automated techniques to drive organizational change. From Chef to Docker to Kubernetes, Glenn has experience implementing technologies across the federal and commercial space to aid in the creation of high-quality and more secure software at much higher velocities. Glenn utilizes his training and coaching experience to make these changes stick, providing lasting positive change.