Search results for: kubernetes


InfoWorld: "The secret to Kubernetes’ success"

Posted on March 6, 2020

It’s hard to believe Kubernetes didn’t hit 1.0 until mid-2015 (a year after its first commit), given that the container orchestration platform is now in production at 78 percent of enterprises surveyed by the Cloud Native Computing Foundation…


ZDNet: "Kubernetes jumps in popularity"

Posted on March 6, 2020

A few years ago, if you’d heard of Docker or containers, you’d thought of shipping containers. My how things have changed! In the latest Cloud Native Computing Foundation (CNCF) survey, it found 84% of companies are using containers…


DevClass: "Running containers and Kubernetes? You’re completely normal, CNCF figures show"

Posted on March 5, 2020

Kubernetes and related projects are most definitely in production, the latest Cloud Native Computing Foundation’s user survey shows. The survey covered 1,337 respondents, drawn from the CNCF community. So, we are talking about the already converted here. Europe…


ComputerWeekly: "Rook 101: Building software-defined containerised storage in Kubernetes"

Posted on March 2, 2020

Rook – think castles, not birds – uses the principles of containerisation and the methods used in Kubernetes to build storage that’s abstracted from the hardware it lives on.


The New Stack: "Q&A: Kubernetes storage SIG chair on the state of state in K8s"

Posted on February 25, 2020

We talked with Saad Ali, software engineer at Google and the chair of the Kubernetes Storage Special Interest Group at the Cloud Native Computing Foundation, about how Kubernetes has made running stateful workloads easier, the challenges that remain…


SiliconANGLE: "Kubernetes is popular, complex, a security risk – and destined for invisibility"

Posted on February 24, 2020

Aside from surveys that show that Kubernetes adoption now stands at 86%, a true measure of the container orchestration tool’s popularity can be found in another metric: jobs.


InfoQ: "CNCF fund a bug bounty program for Kubernetes"

Posted on February 18, 2020

The Kubernetes Product Security Committee has launched a new bug bounty program, funded by the Cloud Native Computing Foundation (CNCF), to reward security researchers for finding vulnerabilities in the Kubernetes’ codebase, as well as the build and release…


How-to guide: Debugging a Kubernetes application

Posted on February 14, 2020

Guest post originally published on Epsagon by Ran Ribenzaft When it comes to debugging a Kubernetes application, it’s usually a painful process, full of unknowns and unpredictable side effects. What happens when your Kubernetes cluster is not healing itself? How…


After learning the ropes with a Kubernetes distribution, Booking.com built a platform of its own

Posted on February 13, 2020

Booking.com has a long history with Kubernetes: In 2015, a team at the travel platform prototyped a container platform based on Mesos and Marathon. Impressed by what the technology offered, but in need of enterprise features at its…


Guide to Kubernetes egress network policies

Posted on February 10, 2020

Guest post originally published on StackRox by Viswajith Venugopal A few months ago, we published a guide to setting up Kubernetes network policies, which focused exclusively on ingress network policies. This follow-up post explains how to enhance your…