adamchalmers / blog

1 stars 2 forks source link

Solving common problems with Kubernetes #8

Open utterances-bot opened 1 year ago

utterances-bot commented 1 year ago

Solving common problems with Kubernetes

A storytelling guide to starting k8s

https://blog.adamchalmers.com/kubernetes-problems/

atlekbai commented 1 year ago

Amazing post! As a beginner for K8s this one is very useful

mridulgain commented 1 year ago

Great piece ! Liked your story telling approach.

scottnm commented 1 year ago

QQ: in the section about doing a rolling upgrade is there a typo?

Notice that there's a pod (kangaroo-backend:1.16) that isn't part of any declared spec, so bring the system in line with the declared spec by stopping the pod

should that say kangaroo-backend:1.15 since it looks like that upgrade is from 1.15->1.16?

adamchalmers commented 1 year ago

Yes, thanks Scott! Fixed.

On Tue, 8 Nov 2022 at 22:20, Scott Munro @.***> wrote:

QQ: in the section about doing a rolling upgrade is there a typo?

Notice that there's a pod (kangaroo-backend:1.16) that isn't part of any declared spec, so bring the system in line with the declared spec by stopping the pod

should that say kangaroo-backend:1.15 since it looks like that upgrade is from 1.15->1.16?

— Reply to this email directly, view it on GitHub https://github.com/adamchalmers/blog/issues/8#issuecomment-1308192430, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABJIFYO223REZAUABJJF5HLWHMRCJANCNFSM6AAAAAARYBSGEM . You are receiving this because you are subscribed to this thread.Message ID: @.***>

ghalestrilo commented 1 year ago

There's an incomplete markdown link ([Services]) in the recap section. Thanks for the great article!

joebb97 commented 10 months ago

Absolutely fantastic writing. I love the Problem + Solution driven approach.