This is great thank you. Been a k8s admin for many years but obviously still need to look up fields from time to time, and trying to find it or an example in the k8s documentation is always difficult
Show HN: Kubernetes Spec Explorer
31–33 of 33 posts
Re: Show HN: Kubernetes Spec Explorer
#32A naive question: why does k8s require more documentation and understanding than using EC2 + EBS, if I don't have to consider cost. To set up my infrastructure, I launch clusters for my services, I map EBS or use ephemeral storage for stateful services. I use EC2's APIs to operate my clusters, such as autoscaling and auto healing. I don't have to worry about networking except probably private IP vs public IP. I barel…
Out of the box, k8s gives you a lot of things that you’d have to build out manually for EC2 deployed apps.
If you matched k8s features 1:1, you’d end up with a massive unwieldy beast, much more complex than k8s.
Is k8s complex? Yes, of course.
Re: Show HN: Kubernetes Spec Explorer
#33This CLI should solve similar issues!