Patch for critical privilege escalation flaw in Kubernetes
groups.google.com
Patch for critical privilege escalation flaw in Kubernetes
1–9 of 9 posts
Re: Patch for critical privilege escalation flaw in Kubernetes
#2for anybody else, we abstract k8s away.
Re: Patch for critical privilege escalation flaw in Kubernetes
#3The commercial K8S vendors seem to be doing the patch all the way back. Smart move by them to signal to the enterprise the value of using a commercially supported K8S distribution over something like kops or kubeadm.
Re: Patch for critical privilege escalation flaw in Kubernetes
#4Shame they aren't updating anything older than 1.10. 1.09 was released just a year ago. The commercial K8S vendors seem to be doing the patch all the way back. Smart move by them to signal to the enterprise the value of using a commercially supported K8S distribution over something like kops or kubeadm.
I know however that there is a LTS-SIG that’s trying to figure out what Kubernetes is, and for how long old releases should be supported.
Re: Patch for critical privilege escalation flaw in Kubernetes
#5hm, so only people are affected that gave users access to specific permissions that are not supposed to do everything. we only allow cluster access to people that needed cluster-admin rights anyway.. for anybody else, we abstract k8s away.
In default configurations, all users (authenticated and unauthenticated) are allowed to perform discovery API calls that allow this escalation.Re: Patch for critical privilege escalation flaw in Kubernetes
#6Shame they aren't updating anything older than 1.10. 1.09 was released just a year ago. The commercial K8S vendors seem to be doing the patch all the way back. Smart move by them to signal to the enterprise the value of using a commercially supported K8S distribution over something like kops or kubeadm.
Re: Patch for critical privilege escalation flaw in Kubernetes
#7Shame they aren't updating anything older than 1.10. 1.09 was released just a year ago. The commercial K8S vendors seem to be doing the patch all the way back. Smart move by them to signal to the enterprise the value of using a commercially supported K8S distribution over something like kops or kubeadm.
The Kubernetes project is pretty explicit about only supporting 3 minor versions back, which gives you a full 3 quarters to figure out if the changes break anything you have deployed and fix those cases. If that's too fast, you're probably an Enterprise anyway and uncomfortable with anything but vendor support.
Re: Patch for critical privilege escalation flaw in Kubernetes
#8Shame they aren't updating anything older than 1.10. 1.09 was released just a year ago. The commercial K8S vendors seem to be doing the patch all the way back. Smart move by them to signal to the enterprise the value of using a commercially supported K8S distribution over something like kops or kubeadm.
Quite normal in this space, see Docker for example.
Re: Patch for critical privilege escalation flaw in Kubernetes
#9I was expecting something that altered more rather than a bunch of length checks. But I guess that's how security is sometimes.