Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 2.83 KB

README.md

File metadata and controls

38 lines (29 loc) · 2.83 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

Liveness Probes

Liveness Probes are Dangerous - srcco.de

CPU Quotas

CFS Bandwidth Control - kernel.org
How Kubernetes applies resource requests and limits - kubernetes.io
Using cgroups-v2 to control distribution of CPU time for applications - redhat.com
73,000 Pods a Day, Lessons From Misadventures In Multi-Tenant - Shane Corbett and Wil Reed
Using Prometheus to Avoid Disasters with Kubernetes CPU Limits - Shane Corbett