Live data from Hacker News

Kubernetes Best Practices

medium.com

11–18 of 18 posts

Re: Kubernetes Best Practices

#12

This seems to be a straight copy-and-paste of one of my talks. With zero credit to me :( https://speakerdeck.com/thesandlord/kubernetes-best-practice... WTF... (BTW I'm creating a full deep dive series to go into each of these bullet points in much more detail)

And not only is it a copy-paste, it also manages to introduce errors, and still get thousands of views.

Well, had I known this post actually was based on your talk, I could have avoided all the effort (see my comments below in this thread)

Re: Kubernetes Best Practices

#13
post #12

This seems to be a straight copy-and-paste of one of my talks. With zero credit to me :( https://speakerdeck.com/thesandlord/kubernetes-best-practice... WTF... (BTW I'm creating a full deep dive series to go into each of these bullet points in much more detail)

And not only is it a copy-paste, it also manages to introduce errors, and still get thousands of views. Well, had I known this post actually was based on your talk, I could have avoided all the effort (see my comments below in this thread)

I really appreciated your deep dive comments, they were good! People who see it will actually learn some best practices.

Re: Kubernetes Best Practices

#14
post #12

Earlier quoted context omitted.

And not only is it a copy-paste, it also manages to introduce errors, and still get thousands of views. Well, had I known this post actually was based on your talk, I could have avoided all the effort (see my comments below in this thread)

I really appreciated your deep dive comments, they were good! People who see it will actually learn some best practices.

Thanks! I’m also looking forward to your writeup of the talk. Do you know where you’re going post it, so I could find it once it’s finished? (Maybe even a platform with notifications, so I can subscribe?)

Re: Kubernetes Best Practices

#15

This seems to be a straight copy-and-paste of one of my talks. With zero credit to me :( https://speakerdeck.com/thesandlord/kubernetes-best-practice... WTF... (BTW I'm creating a full deep dive series to go into each of these bullet points in much more detail)

Oh hey Sandeep, sorry about that, I came across this as a suggested article on Medium and thought I'd post it to HN. For all reading this: See correct link above ^^

Re: Kubernetes Best Practices

#16
post #9
post #8

Earlier quoted context omitted.

Not OP, but I’ve been running a kubernetes cluster for a few months myself, so I’ll try to give context. > Don’t trust arbitrary base images. Kinda obvious, the equivalent of "don’t trust any random binary from the web", as it can contain malware at worst. > Use small base image. Generally, you should look at using Alpine as base image, to reduce storage size, and memory consumption of the overlay filesystem that doc…

Continuing further: > Use the “record” option for easier rollbacks. As explained in the documentation here https://kubernetes.io/docs/concepts/workloads/controllers/de... this option records the changes you apply with each version, allowing you to roll back to any previous version, and see the changes. > Use plenty of descriptive labels. Not just descriptive, but you should also label by version, service, etc. You ca…

Thank you both!

Re: Kubernetes Best Practices

#17
post #14

Earlier quoted context omitted.

I really appreciated your deep dive comments, they were good! People who see it will actually learn some best practices.

Thanks! I’m also looking forward to your writeup of the talk. Do you know where you’re going post it, so I could find it once it’s finished? (Maybe even a platform with notifications, so I can subscribe?)

Not sure right now, but I'd say follow me on Twitter and Medium and I'll definetly let you know! (both in my HN profile)

Re: Kubernetes Best Practices

#18

This seems to be a straight copy-and-paste of one of my talks. With zero credit to me :( https://speakerdeck.com/thesandlord/kubernetes-best-practice... WTF... (BTW I'm creating a full deep dive series to go into each of these bullet points in much more detail)

Update: Post has been updated with a link to the slide deck!
Post reply on HN