redhat-scholars / kubernetes-tutorial

Kubernetes Tutorial for https://dn.dev/master
https://redhat-scholars.github.io/kubernetes-tutorial/
Apache License 2.0
362 stars 193 forks source link

multiple fixes in example folder and command improvement #50

Closed ammbra closed 2 years ago

ammbra commented 2 years ago

Things changed/added:

  1. Minor fixes on unclosed tags.
  2. Command to see rollout history and rollback to a revision
  3. 'replace' instead of apply to keep a history of changes done on the same Deployment resource
  4. Added JRE as FROM for the image instead of JDK - the image will be slimmer.