The demise of Docker and the rise of Kubernetes
thehftguy.com
The demise of Docker and the rise of Kubernetes
1–10 of 101 posts
Re: The demise of Docker and the rise of Kubernetes
#2Is there some kind of "Kubernetes-light" out there? So something like in-between running services like NGinx and Postgres on bare Linux machines and having this (I think complex) Kubernetes setup? It's important to say that I don't need any scaling capabilities (apart from maybe some load-balancing in case of a machine error).
Re: The demise of Docker and the rise of Kubernetes
#3Re: The demise of Docker and the rise of Kubernetes
#4And yet I still have to deploy my first Kubernetes setup and have used Docker multiple times ... Is there some kind of "Kubernetes-light" out there? So something like in-between running services like NGinx and Postgres on bare Linux machines and having this (I think complex) Kubernetes setup? It's important to say that I don't need any scaling capabilities (apart from maybe some load-balancing in case of a machine er…
Has been posted here a few times.
Re: The demise of Docker and the rise of Kubernetes
#5Re: The demise of Docker and the rise of Kubernetes
#6What are you using to build your images for kubernetes?
Re: The demise of Docker and the rise of Kubernetes
#7And yet I still have to deploy my first Kubernetes setup and have used Docker multiple times ... Is there some kind of "Kubernetes-light" out there? So something like in-between running services like NGinx and Postgres on bare Linux machines and having this (I think complex) Kubernetes setup? It's important to say that I don't need any scaling capabilities (apart from maybe some load-balancing in case of a machine er…
https://k3s.io/ Has been posted here a few times.
Re: The demise of Docker and the rise of Kubernetes
#8Docker swarm never really took off.
Re: The demise of Docker and the rise of Kubernetes
#9This is such a silly and unrealistic argument - no one is a docker-only expert. And docker is a desirable skill, just not on its own. It's like saying that git-only experts are unemployable.
Re: The demise of Docker and the rise of Kubernetes
#10And yet I still have to deploy my first Kubernetes setup and have used Docker multiple times ... Is there some kind of "Kubernetes-light" out there? So something like in-between running services like NGinx and Postgres on bare Linux machines and having this (I think complex) Kubernetes setup? It's important to say that I don't need any scaling capabilities (apart from maybe some load-balancing in case of a machine er…
Out of the box its quite good, depending on what you are doing, once you have cert-manager issuing you free certs, linkerd managing a service mesh, and stackdriver giving you an entire ops stack, its a bit hard to go back