SiliconANGLE: "Kubernetes is popular, complex, a security risk – and destined for invisibility"
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"
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…
Kubernetes Certified Service Provider (KCSP)
The KCSP program is a pre-qualified tier of vetted service providers who have deep experience helping enterprises successfully adopt Kubernetes. The KCSP partners offer Kubernetes support, consulting, professional services and training for organizations embarking on their…
Certified Kubernetes Administrator (CKA)
The Certified Kubernetes Administrator (CKA) program was created by the Cloud Native Computing Foundation (CNCF), in collaboration with The Linux Foundation, to help develop the Kubernetes ecosystem. As one of the highest velocity open source projects,…
Certified Kubernetes Software Conformance
Software conformance ensures that every vendor’s version of Kubernetes supports the required APIs, as do open source community versions. For organizations using Kubernetes, conformance enables interoperability from one Kubernetes installation to the next. It allows them…
How-to guide: Debugging a Kubernetes application
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…
Certified Kubernetes Application Developer (CKAD)
The Certified Kubernetes Application Developer (CKAD) program has been developed by the Cloud Native Computing Foundation (CNCF), in collaboration with The Linux Foundation, to help expand the Kubernetes ecosystem through standardized training and certification. As one…
It’s often considered hard to use persistent storage correctly with Kubernetes. The concepts of Volume, PV, PVC, Storage Class; the implication of read-write-once vs read-write-many; the difference between Deployment vs StatefulSet are each obstacle for users…
After learning the ropes with a Kubernetes distribution, Booking.com built a platform of its own
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…
Guide to Kubernetes egress network policies
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…