Blog

Featured
Drumroll, please… announcing the CNCF 2025 event lineup
Staff Post Drumroll, please… announcing the CNCF 2025 event lineup
2025 is right around the corner, and we’re thrilled to announce the CNCF 2025 lineup of events! Next year, we are expanding our reach and will host our first-ever KubeCon + CloudNativeCon in Japan. Mark your...
November 15, 2024
  • Reset

Found 2143 posts


Top 5 GitOps sessions you don’t want to miss at cdCon + GitOpsCon 2023 (May 8-9 in Vancouver)!
Staff Post Top 5 GitOps sessions you don’t want to miss at cdCon + GitOpsCon 2023 (May 8-9 in Vancouver)!
In modern tech stacks, CI/CD enables GitOps. With so many organizations using CD and GitOps practices and technologies to build new features quickly, reliably, and securely, it was a natural evolution for the CNCF and CD...
April 14, 2023

Flux: March 2023 Update
Project Post Flux: March 2023 Update
Project post originally published on the Flux blog by Daniel Holbach As the Flux family of projects and its communities are growing, we strive to inform you each month about what has already landed, new possibilities...
April 14, 2023

Volcano Engine: distributed image acceleration practice based on Dragonfly
Project Post Volcano Engine: distributed image acceleration practice based on Dragonfly
Project post by Gaius, Dragonfly Maintainer Terms and definitions Term Definition OCI The Open Container Initiative is a Linux Foundation project launched by Docker in June 2015 to design open standards for operating system-level virtualization (and...
April 13, 2023

Stability and scalability assessment of KubeVela
Project Post Stability and scalability assessment of KubeVela
Guest post by Da Yin, infra engineer at Alibaba Cloud and KubeVela maintainer Background With the release of v1.8, KubeVela, the OAM-based application delivery project, has been continuously evolving for over 3 years. It is now...
April 12, 2023 | Da Yin

Tips and tricks for a successful KubeCon + CloudNativeCon Europe 2023!
Community Post Tips and tricks for a successful KubeCon + CloudNativeCon Europe 2023!
By the CNCF Marketing Committee + CNCF Staff KubeCon + CloudNativeCon Europe 2023 is just days away, and with more than 10,000 folks attending, this event is the Cloud Native community’s largest in Europe to date....
April 11, 2023

Keycloak joins CNCF as an incubating project
Staff Post Keycloak joins CNCF as an incubating project
The CNCF Technical Oversight Committee (TOC) has voted to accept Keycloak as a CNCF incubating project.  Keycloak is an Identity and Access Management (IAM) solution providing centralized authentication and authorization to applications and APIs. It provides...
April 11, 2023

Announcing a white paper on Platforms for Cloud Native Computing
Community Post Announcing a white paper on Platforms for Cloud Native Computing
Community post by Josh Gavant and Abby Bangser, CNCF’s Platforms WG CNCF’s Platforms working group (WG) is pleased to announce the first release of a whitepaper to provide guidance and clarity on the nature and benefits...
April 11, 2023 | Josh Gavant + Abby Bangser

The longest-running Kubernetes Community Days is back!
Ambassador Post The longest-running Kubernetes Community Days is back!
Guest post by Alessandro Vozza, Andy Repton, Andrea Giardini, Ayodeji Ogundare, Marcel Kerker, Meg Stefouli, Pablo Musa, and William Rizzo This is a story about community, resilience, grit, and friendship. The Netherlands is a small country...
April 11, 2023

Securing cloud native environments: CNCF Cloud Native Security Whitepaper version 2 audio is now available
Community Post Securing cloud native environments: CNCF Cloud Native Security Whitepaper version 2 audio is now available
Community post by Ragashree M C, CNCF Security Technical Advisory Group CNCF Security Technical Advisory Group is excited to announce the release of the audio version of our flagship whitepaper, Cloud Native Security Whitepaper v2. As...
April 10, 2023

Meet LitmusChaos at KubeCon + CloudNativeCon Europe 2023!
Ambassador Post Meet LitmusChaos at KubeCon + CloudNativeCon Europe 2023!
Project post by Prithvi Raj, Community Leader, LitmusChaos KubeCon + CloudNativeCon EU 2023 kicks off in Amsterdam a couple of weeks from now from April 18-21.  After a fantastic couple of days at Chaos Carnival 2023,...
April 7, 2023 | Prithvi Raj

Announcing KubeDay Israel will take place on June 19!
Staff Post Announcing KubeDay Israel will take place on June 19!
After announcing the KubeDay series last year with KubeDay Japan, which happened in December of last year, we are thrilled to announce KubeDay Israel on 19 June in Tel Aviv.  Join us in Tel Aviv for...
April 6, 2023

Introduction to the Linkerd Service Mesh
Member Post Introduction to the Linkerd Service Mesh
Guest post originally published on the Bouyant blog by Michael Levan When you deploy a pod, do you know if your application is running how you want it to? Is its traffic encrypted? Is your application...
April 6, 2023 | Michael Levan

Five minutes! Get a lightweight cloud native application control plane
Member Post Five minutes! Get a lightweight cloud native application control plane
Guest post by Zhongpei Qiao of Alibaba and KubeVela The continuous maturity of cloud native technology has allowed numerous infrastructure capabilities to be directly utilized by business applications. However, many developers have struggled with the high...
April 5, 2023

Testing Kafka-based asynchronous workflows using OpenTelemetry
Member Post Testing Kafka-based asynchronous workflows using OpenTelemetry
Guest post originally published on the Signadot blog by Arjun Iyer and Scott Cotton Introduction Asynchronous architectures are common in cloud native applications as it decouples services and improves the scalability and reliability of the system....
April 4, 2023

Outlining the structure of your open source software project
Ambassador Post Outlining the structure of your open source software project
Community post by Leonard Pahlke There are numerous ways to start your open source project. You may already have a working product, a team behind it, proper documentation and guides, or you may just have an...
April 3, 2023

How to elegantly organize async Rust code
Member Post How to elegantly organize async Rust code
Guest post by DatenLord Summary Anyone who has worked with async Rust has likely struggled with the bounds it requires, e.g., the ‘static bound on spawned tasks, MutexGuardcan not be held across .await point. Overcoming these constraints requires carefully structured scopes,...
April 3, 2023

Helm completes fuzzing security audit
Project Post Helm completes fuzzing security audit
Project post originally published on Helm blog by Adam Korczynski, David Korczynski, and Martin Hickey In the past year, the team at Ada Logics has worked on integrating continuous fuzzing into the Helm core project. This was an effort...
March 31, 2023

KubeVela: the road to cloud native application and platform engineering
Project Post KubeVela: the road to cloud native application and platform engineering
Guest post by Da Yin, engineer at Alibaba Cloud and maintainer of KubeVela Background Dating back to year 2019, Kubernetes is gradually being widely adopted as the de facto standard for deploying and managing infrastructures. More...
March 31, 2023

DevOps backup use case: how to build a backup strategy for GitHub, GitLab, Bitbucket, or Jira data
Member Post DevOps backup use case: how to build a backup strategy for GitHub, GitLab, Bitbucket, or Jira data
Guest post by Daria Kulikova, Software writer at Xopero Ransomware attacks, human mistakes, outages of Atlassian, GitHub or GitLab – all of them lead to data and financial losses. And, unfortunately, the news about lost credentials,...
March 30, 2023

Distributed tracing in Kubernetes apps: What you need to know
Member Post Distributed tracing in Kubernetes apps: What you need to know
Guest post originally published on Grafana Labs’ blog Kubernetes makes it easier for businesses to automate software deployment and manage applications in the cloud at scale. However, if you’ve ever deployed a cloud native app, you...
March 29, 2023