Software Delivery Workshop - Course

January 1, 0001

References


TABLE file.cday as Created, file.mday as Modified
where contains(file.outlinks, this.file.link)
SORT file.mday DESC

Goto:

Notes:

Section: Developer

Modules:

  • Developing Containers with Dockerfiles
  • Deploying Containers to GKE (Manual docker & k8s yaml)
    • eg build, push, render(sed image tag on k8s.yaml), deploy, logs
    • different repos & different tags
  • Container Development Lifecycle (with Skaffold)
    • Understanding Skaffold - 100 level
    • Skaffold Deep Dive - 200 level
  • Developing with Cloud Code
    • InnerLoop Development - Java SpringBoot
    • InnerLoop Development - NodeJS
    • InnerLoop Development - Python
  • Artifact Registry for Language Dependancies

Section: DevOps

Modules:

  • App Onboarding

  • Scaling with Kustomize

  • CI Concepts

    • Introduction to Cloud Build
    • Skaffold in the CI process
  • Vulnerability Scanning with Artifact Registry, Cloud Build and GKE

  • Cloud Run Canary Deployments

  • GKE Progression

  • Releasing with Cloud Deploy

  • Cloud Shell Cloud Code Deep Dive

Tasks

  • [[../../../tracking/Cloud Build - Vulnerability Scanning with Artifact Registry, Cloud Build and GKE]] ✅ 2023-01-18

Outline

About this course

  • What is it
    • How to do software delivery with the stack
  • Who is it for
    • Platform, DevOps, and Software Eng teams
  • Feature Overview

Platform Operation

  • Installation & Configuration
  • Policies
  • App Templates

Developer Workflow

  • Creating a new application

Tags