Blog


Monitoring micro-front ends on Kubernetes with NGINX
Member Post Monitoring micro-front ends on Kubernetes with NGINX
Guest post by Benoit Schipper I have been working with multiple Kubernetes-like distributions for the past few years. Adopting Kubernetes brings many benefits, but also many challenges. Traditionally we have hosted web servers or proxies, such as NGINX,...
February 1, 2023 | By Benoit Schipper

How to build a cost-efficient troubleshooting practice for Kubernetes
Member Post How to build a cost-efficient troubleshooting practice for Kubernetes
Guest post by Eran Kinsbruner, Lightrun Why Troubleshooting Kubernetes Apps Is Tricky!  Apps that are deployed across Kubernetes clusters are a huge challenge to debug and analyze.  There are a couple of major reasons for this. Firstly, access...
January 31, 2023 | By Eran Kinsbruner

Istio publishes results of 2022 security audit
Project Post Istio publishes results of 2022 security audit
Project post originally published on the Istio blog by Craig Box Security review of Istio finds a CVE in Go standard library Istio is a project that platform engineers trust to enforce security policy in their production Kubernetes...
January 30, 2023

Pure, upstream Kubernetes is the best Kubernetes
Member Post Pure, upstream Kubernetes is the best Kubernetes
Guest post by Tobi Knaup, CEO of D2iQ The open-source ecosystem has evolved quickly from niche projects with limited corporate backing into the default way to develop software. Both small and large organisations are using open-source software to...
January 30, 2023

Announcing Linkerd Day 2023 at Kubecon + CloudNativeCon Europe!
Project Post Announcing Linkerd Day 2023 at Kubecon + CloudNativeCon Europe!
Project post originally published on the Linkerd blog by Catherine Paganini Today we’re thrilled to announce the first-ever Linkerd Day! Linkerd Day will be held as a day zero conference at Kubecon EU in Amsterdam this April. Interested in...
January 27, 2023

From Kubernetes security to cloud native application security
From Kubernetes security to cloud native application security
Guest post from Deepfactor Because many organizations initially focus on the mechanism through which application code and infrastructure is scanned and analyzed for security insights, the result is often an anti-pattern, where a complex set of overlapping and loosely-integrated...
January 27, 2023 | By Deepfactor

2023 cloud native predictions
Staff Post 2023 cloud native predictions
By Chris Aniszczyk (also on LinkedIn) I hope everyone had enjoyed the holidays with loved ones! The CNCF recently released its annual report on all the work we accomplished last year. I recommend everyone take an opportunity to go through...
January 26, 2023

KubeGateway: A customized seven-layer Load Balancer for kube-apiserver
Member Post KubeGateway: A customized seven-layer Load Balancer for kube-apiserver
Guest post originally published on ByteDance’s blog by Jun Zhang KubeGateway is a seven-layer load balancer specially customized by ByteDance for kube-apiserver traffic characteristics. It completely solves the problem of kube-apiserver load imbalance. For the first time in...
January 26, 2023 | By Jun Zhang

Announcing the Cilium annual report
Project Post Announcing the Cilium annual report
Guest post by Bill Mulligan Cilium has seen massive growth in both contribution and adoption in 2022. The 2022 Cilium Annual Report seeks to capture some of the Cilium project’s contributor and end user community growth and activities....
January 26, 2023

CURP – revisit the consensus protocol
Member Post CURP – revisit the consensus protocol
Guest post by Shi Jicheng, CTO, DatenLord Introduction of consensus Consensus protocol is a protocol to keep the information consistent and durable in multiple servers, and the property is kept even if some servers fail. When we talk...
January 25, 2023 | By Shi Jicheng