Forbes: How crossplane transforms Kubernetes into a universal control plane
At the heart of the orchestration engine lies an efficient control plane that acts as an interface between the infrastructure and the operators. The control plane exposes a uniform API and taxonomy to perform a standard…
What is Goldilocks? (Or how to set your Kubernetes resource requests)
Guest post originally published on Fairwinds’s blog by Andrew Suderman, Lead R&D Engineer at Fairwinds When we open sourced Goldilocks in October 2019, our goal was to provide a dashboard utility that helps you identify a baseline for…
How to detect runtime threats in Kubernetes
Guest post originally published on Logiq’s blog by Ajit Chelat, Citrix Kubernetes is one of the leaders in the container orchestration market. A recent survey by Cloud Native Computing Foundation (CNCF) suggests that 84% of companies are running…
CNCF On-Demand Webinar: Crossing The Boundary – Hybrid Kubernetes Clusters with Wireguard
Discover the world of location-agnostic Kubernetes. We will show how to securely and automatically cross network boundaries with a single Kubernetes cluster using Wireguard.
CNCF Live Webinar: Easy, Secure Kubernetes Authentication With Pinniped
Introducing Pinniped: a “batteries included” open source project for logging into your Kubernetes clusters. In this webinar, two maintainers of Pinniped, Matt Moyer and Margo Crawford, will show you how to install and use Pinniped to…
Kubescape: The first open source tool for running NSA and CISA Kubernetes hardening tests
Example test output from kubescape
Best practices for load balancing Kubernetes containers
Guest post originally published on Snapt’s blog by Craig Risi More organizations are using containers as a mechanism for driving their cloud-native applications. Some organizations have hundreds of small containers across many different servers in different…
CNCF On-Demand Webinar: Choosing the right storage for stateful workloads on Kubernetes
There are 50+ solutions listed in Cloud Native Storage category in CNCF landscape. This session covers the strategies for choosing the right storage solution for your stateful workloads.
Why and how of Kubernetes Ingress (and networking)
Guest post originally published on Saaras’s blog by the Saaras team Services running in Kubernetes are not accessible on public or private cloud. This is how Kubernetes is designed considering service security in mind. Securely allowing…