Skip to content

Latest commit

 

History

History
50 lines (42 loc) · 820 Bytes

outline.adoc

File metadata and controls

50 lines (42 loc) · 820 Bytes
  • Kubernetes for the busy developer

    • Why this tutorial

    • What this tutorial is not about

    • Building an image from source

      • Basic dockerfile

      • Security alert!

      • Layers

      • The importance of the base image

        • Distroless

        • Alpine

        • Trade-offs

      • Jib

    • Tagging

    • Registries

      • DockerHub

      • GRC/ACR/ECR

      • Harbor

    • Deployment

      • K8s basics

        • Local environment

          • KIND

        • Pod

        • Service

        • ReplicaSets

        • Deployments

        • Dekorate

        • Probes

    • Local development workflow

      • Skaffold

      • Kustomize

        • Profiles

      • Logs aggregation

        • Logs from one pod

        • Logs from all the pods

        • Logs using EFK stack

      • Metrics

    • Networking

      • Service Discovery

      • Ingress

    • Persistent Volumes

    • Externalised Configuration

      • Secrets