Skip to content

luisgflores/software-delivery-workshop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Software Delivery Workshop

This repository contains resources and materials targeted toward Software Delivery on Google Cloud. In addition to separate stand alone guides, an opinionated yet modular platform is provided to demonstrate software delivery practices. It contains scripts to standup a base platform infrastructure as well as other resources designed to facilitate hands on workshop and standard demo use cases. The platform provisioning resources are structured to be modular in nature supporting various runtime and tooling configurations. Ideally users can utilize their own choice of tooling for: Provisioning, Source Code Management, Templating, Build Engine, Image Storage and Deploy tooling.

Usage

This set of resources contains materials to provision the platform, deliver short demonstrations and facilitate hands on workshops.

Workshop

The Software Delivery Workshop contains materials for a self led exploration or accompanying instructor led sessions. To get started click the button below to open the resources in Google Cloud Shell.

Software Delivery Workshop

If at any time during the workshop you somehow exit out of the lab instructions, you can relaunch the lab using the related command below:

teachme "${BASE_DIR}/docs/workshop/1.2-provision.md"
teachme "${BASE_DIR}/docs/workshop/1.3-kustomize.md"
teachme "${BASE_DIR}/docs/workshop/2.1-app-onboarding.md"
teachme "${BASE_DIR}/docs/workshop/2.2-develop.md"
teachme "${BASE_DIR}/docs/workshop/3.2-release-progression.md"

If at anytime you lose your terminal session, ensure you are in the software-delivery-workshop/delivery-platform directory then run the following commands to reset your environment variables.

gcloud config set project <YOUR_PROJECT>
source ./env.sh

Demo

For a mostly automated experience follow the instructions in the docs\demo folder. You will run an automated script to fully provision the platform before your demonstration. A separate guide describes the steps to perform during the demonstration and concludes with instructions how to reset the demo or tear down the infrastructure.

Provision

If you just want to install the base platform and run your own exercises and workloads, run the following commands from within the delivery-platform directory.

gcloud config set project <YOUR_PROJECT>
source ./env.sh
${BASE_DIR}/resources/provision/provision-all.sh

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Shell 59.3%
  • HCL 25.1%
  • Dockerfile 9.9%
  • Go 3.8%
  • Python 1.9%