Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.76 KB

README.md

File metadata and controls

30 lines (21 loc) · 1.76 KB

Important Reading

Occasionally we run into material that we feel is important. This is a section place for that material. If you have material we should add, please send us an email.

Kubernetes

Kubernetes For Everyone -- Pavan Belagatti
kubectl Cheat Sheet

Observability

Health, Availability, Debuggability -- Janna Dogan

GCP

Getting Started
Deploying a containerized web application
Deploying a stateful application
Persistent volumes and dynamic provisioning

Terraform

Introduction to Terraform - A Practical Approach - Matthew Sanabria

Site Reliability Engineering

Site Reliability Engineering for Kubernetes - Tammy Bryant Butow
Site Reliability Engineering - Google
SLI, SLO, SLA - Google
SLIs, SLOs, SLAs, oh my! - Liz Fong-Jones and Seth Vargo

Authentication / Authorization

How to correctly use Basic Authentication in Go - Alex Edwards