eficode-academy / kubernetes-katas

Deliberate exercises for Kubernetes
265 stars 275 forks source link

Split exercise 01-pods-deployments into two #86

Closed michaelin closed 1 year ago

michaelin commented 1 year ago

The first exercise is too extensive and should be split into two parts.

  1. simple creation using the create command
  2. creating and applying a manifest

The explanation needed during trainings for crating a manifest is rather extensive, and it is better to simply get started with manual creation, and then take the manifest part afterwards.

zanderhavgaard commented 1 year ago

This was fixed in #89 :tada: