Skip to content

Latest commit

 

History

History
64 lines (43 loc) · 1.88 KB

kubernetes-exercises.md

File metadata and controls

64 lines (43 loc) · 1.88 KB

Kubernetes Exercises

⬅️ Back to Kubernetes overview

This is a list of exercises to practice the gained knowledge

Implement Blue/Green Deployment

Goals

  • Implement blue/green deployment using Kubernetes native tools only

Inputs

Topics covered

  • Services
  • Deployment
  • Pods

Implement Canary Deployment

Goals

  • Implement canary deployment using Kubernetes native tools only

Inputs

Topics covered

  • Services
  • Deployment
  • Pods

Game of Pods on KodeKloud

Goals

  • Complete the Game of Pods

Inputs

Topics covered

  • A lot

Deploy a docker registry to the cluster and push

Goals

  • Running docker registry on the Kubernetes cluster
  • Push a localy build docker image to the custom registry

Inputs

  • Use the registry:2 image

Deploy .NET Microservices Sample Reference Application

Goals

  • Learn about complex deployments

https://github.com/dotnet-architecture/eShopOnContainers/ https://github.com/dotnet-architecture/eShopOnContainers/tree/dev/deploy/k8s/helm