2 min read

A privilege escalation flaw in Kubernetes was discussed on GitHub last week. Following that, Red Hat released patches for the same. Yesterday Kubernetes 1.13 was also released.

The security flaw

A recent GitHub issue outlines the issue. Named as CVE-2018-1002105, this issue allowed unauthorized users to craft special requests. This let the unauthorized users establish a connection to a backend server via the Kubernetes API. This let sending arbitrary requests over the same connection directly to the backend. Following this, IBM owned Red Hat released patches for this vulnerability yesterday.

All Kubernetes based products are affected by this vulnerability. It has now been patched and as the impact is classified as critical by Red Hat, a version upgrade is strongly recommended if you’re running an affected product. You can find more details at the Red Hat website.

Let’s now look at the new features in Kubernetes 1.13 other than the security patch.

kubeadm is GA in Kubernetes 1.13

kubeadm is an essential tool for managing the lifecycle of a cluster, right from creation to configuration to upgrade. kubeadm is now officially GA. This tool handles bootstrapping of production clusters on current hardware and configuration of core Kubernetes components. With the GA release, advanced features are available around pluggability and configurability. kubeadm is aimed to be a toolbox for both admins and automated, higher-level systems.

Container Storage Interface (CSI) is also GA

The Container Storage Interface (CSI) is generally available in Kubernetes 1.13. It was introduced as alpha in Kubernetes 1.9 and beta in Kubernetes 1.10. CSI makes the Kubernetes volume layer truly extensible. It allows third-party storage providers to write plugins that interoperate with Kubernetes without having to modify the core code.

CoreDNS replaces Kube-dns as the default DNS Server

CoreDNS is replacing Kube-dns to be the default DNS server for Kubernetes. CoreDNS is a general-purpose, authoritative DNS server. It provides an extensible backwards-compatible integration with Kubernetes. CoreDNS is a single executable and a single process. It supports flexible use cases by creating custom DNS entries and is written in Go making it memory-safe. KubeDNS will be supported for at least one more release.

Other than these there are also other feature updates like support for 3rd party monitoring, and more features graduating to stable and beta.

For more details, on the Kubernetes release, visit the Kubernetes website.

Read next

Google Kubernetes Engine was down last Friday, users left clueless of outage status and RCA

Platform9 announces a new release of Fission.io, the open source, Kubernetes-native Serverless framework

Google Cloud hands over Kubernetes project operations to CNCF, grants $9M in GCP credits

Data science enthusiast. Cycling, music, food, movies. Likes FPS and strategy games.