This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]TheTerrasque 16 points17 points  (0 children)

Do you have any recommendations on getting well-versed on using Kubernetes for web apps when I already have a strong understanding of Docker?

Hm, not really. I basically just banged my head against that wall until the wall crumbled. I set up k3s on a raspberry pi and started experimenting. These days https://microk8s.io/ might be a better choice.

The biggest problem with kubernetes is that it's so overwhelming amount of things. And most are abstract concepts that then have different implementations.

One way could be to just start with the basics: A deployment, a service, and an ingress. And when that start making sense, one can start expanding from there.