1. 1. 🛶 Introduction
  2. 2. 📚 Becoming SRE
  3. 3. ⛵️ k8s
    1. 3.1. 📜 CKAD prep
      1. 3.1.1. 🐿️ k8s in a Nutshell
        1. 3.1.1.1. Object Management
      2. 3.1.2. 🐔 Application Design and Build
        1. 3.1.2.1. Container Images
        2. 3.1.2.2. Pods
        3. 3.1.2.3. Jobs and CronJobs
        4. 3.1.2.4. Container Storage
        5. 3.1.2.5. Multi-Container Pods
        6. 3.1.2.6. Labels and Annotations
      3. 3.1.3. 🐦 Application Deployment
        1. 3.1.3.1. Deployments
        2. 3.1.3.2. Helm
      4. 3.1.4. 🐤 Application Observability & Maintenance
        1. 3.1.4.1. Api Deprecations
        2. 3.1.4.2. Probes
        3. 3.1.4.3. Metrics Server
        4. 3.1.4.4. Troubleshooting Pods and Containers
      5. 3.1.5. 🦉 Application Observability & Maintenance
        1. 3.1.5.1. Custom Resource Definition (crds)
        2. 3.1.5.2. Authentication and Authorization
        3. 3.1.5.3. Resource Management
        4. 3.1.5.4. Configmaps and Secrets
        5. 3.1.5.5. Security Context
      6. 3.1.6. 🦕 Services & Networking
        1. 3.1.6.1. Services
        2. 3.1.6.2. Troubleshooting Services
        3. 3.1.6.3. Ingresses
        4. 3.1.6.4. Network Policies
      7. 3.1.7. 🔬 Where to Focus
    2. 3.2. 🐋 k8s up and running
      1. 3.2.1. Introduction
      2. 3.2.2. Deploying a k8s cluster
      3. 3.2.3. Common kubectl commands
      4. 3.2.4. Pods
      5. 3.2.5. Labels
      6. 3.2.6. Services
      7. 3.2.7. ConfigMap and Secrets
    3. 3.3. 📝 k8s cheatsheet
    4. 3.4. ⎈ helm
  4. 4. 🦜 Fluentd
  5. 5. 📈 ELK Stack

🍎 SRE Journey

Application Design and Build]

Here are the modules for this part of the cert.

  1. Container Images
  2. Pods
  3. Jobs and CronJobs
  4. Container Storage
  5. Multi-Container Pods
  6. Labels and Annotations