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…
Simplifying app migration to Kubernetes with an app-centric abstraction
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….
Kubernetes security best practices for DevOps
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…