Search results for: kubernetes


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…


Certified Kubernetes Application Developer (CKAD)

Posted on February 14, 2020

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 of the…


Kubernetes storage in action

Posted on February 13, 2020

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 to fully…


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…


Simplifying app migration to Kubernetes with an app-centric abstraction

Posted on February 7, 2020

Migrating microservices applications to Kubernetes especially one that involves things like stateful services and load balancers can be a daunting task. In this webinar, we talk about our experience of migrating a microservices-based platform to Kubernetes. The migration…


Kubernetes security best practices for DevOps

Posted on February 5, 2020

For many DevOps teams, Kubernetes has become an enterprise IT mandate, but like previous waves of infrastructure change, Kubernetes security best practices must be followed throughout the container life cycle. Join us for a discussion around Kubernetes security…


Operating an Open Source Flink and Beam Runtime on Kubernetes

Posted on January 31, 2020

Open source has always been a core pillar of Google Cloud’s data and analytics strategy. Starting with the map reduce paper in 2004, to more recent open source releases of Tensorflow for ML, Apache Beam for data processing…


SDxCentral: "If you’ve got it, flaunt it – Kubernetes experience, that is"

Posted on January 30, 2020

The Cloud Native Computing Foundation (CNCF) and the Linux Foundation, in partnership with edX.org, a nonprofit online learning platform, hope to bridge the skill gap. This week the CNCF announced that its free “Introduction to Kubernetes” course, hosted…


Kubernetes networking demystified: a brief guide

Posted on January 30, 2020

Guest post by Karen Bruner, Technical Evangelist, StackRox. Original article can be found here. Kubernetes cluster networking can be more than a bit confusing, even for engineers with hands-on experience working with virtual networks and request routing. In this…