> I’m sure a troubleshooting map for bare linux server wouldn’t be less complicated than that.
Except your k8s runs on a Linux server, so this is just an addition. (Unless you're using a fully managed k8s cloud offering, but then you have an even bigger toubleshooting flowchart to navigate the provider's management interface: at least that's my experience with GKE, maybe Amazon and others are better)
Unfortunately as a k8s user in the real world every container is slightly different and has numerous hacks in it to make it compatible with k8s in some way or another. So no.
To be fair, the steps seem to map pretty well to the number of kubernetes resources you would need to create to do basic things like add a persistent disk, or get traffic to your application.
That sounds logical as they kind of perform the same tasks with the difference being that systemd manages workloads on a single system and k8s manages workloads on a cluster.
littlestymaar|4 years ago
Except your k8s runs on a Linux server, so this is just an addition. (Unless you're using a fully managed k8s cloud offering, but then you have an even bigger toubleshooting flowchart to navigate the provider's management interface: at least that's my experience with GKE, maybe Amazon and others are better)
corobo|4 years ago
Wouldn't it be more likely in this case that the server is built from configs? Ansible or whatever
The troubleshooting for the Linux server side is "spin up a new one and delete the old one"
necrobrit|4 years ago
capableweb|4 years ago
hughrr|4 years ago
Aeolun|4 years ago
ajb|4 years ago
Max_aaa|4 years ago
https://developers.redhat.com/blog/2020/11/19/transitioning-...
zorr|4 years ago