Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 797 Bytes

File metadata and controls

36 lines (27 loc) · 797 Bytes

Fun With Kubernetes

We're putting together a few fun/getting started sample applications as we explore Kubernetes together.

  1. Easiest ever K8s app

    • Hello World App - Write to logs and exit
      • docker
      • docker-compose
      • K8s
        • Job Definition
      • K8s (kustomize)
      • K8s (helm)
  2. Easiest web app in K8s

    • Server Side Blazor Hello World App
      • docker-compose
      • K8s (kustomize or helm)
        • Deployment
        • Service
        • Ingress

...

  1. Perpetual motion application

...

  1. Profit

Tools