# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 1827
# self = https://watcher.sour.is?uri=https://feeds.twtxt.net/cncf/twtxt.txt&offset=1727
# prev = https://watcher.sour.is?uri=https://feeds.twtxt.net/cncf/twtxt.txt&offset=1627
Optimising prompt engineering for better AI outputs
Member post originally published on the yld blog by Afonso Ramos Remember when searching for information online involved typing in a few keywords and sifting through pages of results? Thankfully, those days are long gone.  Today’s... ⌘ Read more
Unlocking cloud native security with Cilium and eBPF
Ambassador post originally published on Dev.to by Syed Asad Raza Introduction 🌐🔒🚀 As cloud-native applications scale, securing workloads while maintaining performance becomes critical. This is where Cilium, an open-source networking, observability, and security tool, shines. Backed... ⌘ Read more
Kubestronaut in Orbit: Sofonias Mengistu
Get to know Sofonias This week’s Kubestronaut in Orbit is Sofonias Mengistu, a DevOps Engineer at Gebeya.INC based in Addis Ababa, Ethiopia. With 14 years of IT experience—five of those dedicated to cloud-native technologies—Sofonias has led... ⌘ Read more
OpenTelemetry Collector completes fuzzing audit
Cross-posted from the OpenTelemetry blog by Adam Korczynski OpenTelemetry is happy to announce the completion of the Collector’s fuzzing audit sponsored by the CNCF and carried out by Ada Logics. The audit marks a significant step in the OpenTelemetry... ⌘ Read more
Cilium releases 2024 annual report
Following a year of significant milestones in 2023, 2024 for Cilium was pivotal in that organizations are now leveraging the project to manage their entire Kubernetes networking stack. We are pleased to share the 2024 Cilium... ⌘ Read more
Solving Android app issues with OpenTelemetry: Beyond local profiling
Member post originally published on the Embrace blog by Francisco Prieto Cardelle OpenTelemetry is a powerful observability framework that can help engineers monitor and resolve common Android performance issues. We’ll dive into a few of these... ⌘ Read more
Running a production-ready Raspbery Pi Kubernetes cluster at home**
Ambassador post originally published on Gerald on IT by Gerald Venzl In this guide, I’ll cover how to run a production-ready Raspberry Pi Kubernetes Cluster using K3s. Background If you are like me, you probably have... ⌘ Read more
Navigating Platform Engineering pitfalls with WebAssembly components
Ambassador post by Liam Randall, CNCF Ambassador and CEO, Cosmonic We recently had the opportunity to reflect on the state of platform engineering within large companies—and the role WebAssembly has to play in the discipline’s future.... ⌘ Read more
Cloud native solutions for SMBs: unlocking scalability and resilience
Ambassador post by Angel Ramirez, CEO of Cuemby and CNCF ambassador. As the technology landscape evolves, businesses must embrace innovations that enable them to adapt and thrive. Cloud-native technologies, championed by the CNCF community, have emerged... ⌘ Read more
Announcing 1000 Kubestronauts
CNCF is excited to share that since launching the Kubestronauts program less than a year ago, over 1000 Kubestronauts have joined the program. A special welcome to our 1,000th Kubestronaut, Remy Mollandin@ Each of these 1000+ Kubestronauts... ⌘ Read more
OpenTelemetry.io 2024 review
Project post originally published on the OpenTelemetry blog by Severin Neumann (Cisco), Patrice Chalin (CNCF), Tiffany Hrabusa (Grafana Labs) As 2024 draws to a close, we reflect on the year and share some insights and accomplishments from SIG Communications, the team responsible for... ⌘ Read more
The Node Resource Interface says “hi” to WebAssembly
Community blog post by Sascha Grunert, CRI-O maintainer The Node Resource Interface (NRI) allows users to write plugins for Open Container Initiative (OCI) compatible runtimes like CRI-O and containerd. These plugins are capable of making controlled changes to containers at dedicated points in... ⌘ Read more
What is Inference Parallelism and how it works
Member post originally published on the InfraCloud blog by Aman Juneja, Principal Solutions Engineer at InfraCloud Technologies In recent years, we’ve witnessed two recurring trends: the release of increasingly powerful GPUs and the introduction of Large... ⌘ Read more
Kubestronaut in Orbit: David Mukuzi
Get to know David This week’s Kubestronaut in Orbit, David Mukuzi, is a DevOps Engineer in Nairobi, Kenya. David is driven by a deep-rooted enthusiasm for continuous learning and exploration of emerging technologies. He enjoys working... ⌘ Read more
Managing large-scale Redis clusters on Kubernetes with an operator – Kuaishou’s approach
Member post originally published on KubeBlocks by Yuxing Liu As a popular short-form video application, Kuaishou relies heavily on Redis to deliver low-latency responses to its users. Operating on private cloud infrastructure, automating the management of... ⌘ Read more
Platform Engineering needs Observability: here’s why
Blog post originally published on the Middleware blog by Sri Krishna In the high-stakes environment of Black Friday, e-commerce platforms encounter intense traffic surges that can heavily strain system performance. For example, during Black Friday 2023, online... ⌘ Read more
Reconsidering Kubernetes deployments: when operators are overkill
Member post originally published on the Devtron blog by Prakarsh TL:DR: Kubernetes Operators are powerful but can be overkill for simple deployments. Explore alternatives like Helm, ArgoCD, and Devtron to streamline your Kubernetes deployments without sacrificing... ⌘ Read more
Continued security improvements to CNCF projects with OSTIF audits
The Open Source Technology Improvement Fund, Inc (OSTIF) is thrilled to mark another successful year of helping CNCF projects with security audits. Since this partnership began in 2021, a total of 13 projects have graduated following... ⌘ Read more
CNCF Ecosystem Continues to Drive Innovation with New Silver Members
Organizations join the ever-growing cloud native ecosystem to drive innovation across industries and geographies NEW DELHI, India – KubeCon + CloudNativeCon India – December 11, 2024 – The Cloud Native Computing Foundation® (CNCF®), which builds sustainable... ⌘ Read more
What is authorization? Examples and definitions
Member post originally published on Cerbos’s blog by Omu Inetimi When building a secure application, there are plenty of factors to be considered. Who is allowed into the application, how users are allowed in, measures in... ⌘ Read more
k9s – manage your Kubernetes cluster and it’s objects like a pro!
Community post originally published on Dev.to by Sunny Bhambhani Introductionk9s is a terminal based GUI to manage any Kubernetes(k8s) cluster. Using this single utility, we can manage, traverse, watch all our Kubernetes objects. More information around... ⌘ Read more
Understanding k0s: a lightweight Kubernetes distribution for the community
Ambassador post by Prithvi Raj, CNCF Ambassador and Community Manager at Mirantis As Kubernetes continues to grow as the de-facto orchestration platform for containerized applications and is massively adopted by large, medium as well as small... ⌘ Read more
Announcing Linkerd 2.17: Egress, rate limiting, and federated services
Project post originally published on the Linkerd blog by William Morgan Today we’re happy to announce the release of Linkerd 2.17, a new version of Linkerd that introduces several major new features to the project: egress... ⌘ Read more
Why we, as knowledge workers, should take care of work-life balance
Community post by Annalisa Gennaro At the beginning of this year, I fell apart. I found myself in pieces, struggling to say a single word without bursting into tears. I had severe sleep issues, suffered from... ⌘ Read more
Fluent Bit v3.2: Building on best-in-class performance and efficiency
Member post originally published on Chronosphere’s blog by Carolyn King, Head of Community & Developer at Chronosphere New release: Fluent Bit v3.2 This week Fluent Bit maintainers are excited to announce the launch of Fluent Bit... ⌘ Read more
Kubestronaut in Orbit: Eyal Zekaria
Get to know Eyal This week’s Kubestronaut in Orbit, Eyal Zekaria is a Senior Cloud Architect in Berlin, Germany. Eyal has a DevOps and SRE background and has experience operating Kubernetes clusters at scale at different... ⌘ Read more
Top 6 cloud computing trends for 2025
Member post by Sameer Danave, Senior Director of Marketing, MSys Technologies I’m excited about our new project but overwhelmed by all the technological changes,” one of our solution architects shared in an MSys Slack channel before... ⌘ Read more
AWS CloudWatch metrics explained: how to monitor and optimize your cloud resources?**
Member post originally published on the Middleware blog by Sanjay Suthar As your AWS environment expands—whether in terms of resources, the number of services, or even the scale of your team—managing these elements becomes increasingly challenging. With multiple... ⌘ Read more
Why does OpenTelemetry work differently on mobile versus backend apps?**
Member post by Jamie Lynch, Senior Software Engineer at Embrace OpenTelemetry has historically been adopted mainly on backend systems, where it’s a great solution for gaining insight into what’s happening in production by gathering telemetry via... ⌘ Read more
Kubernetes at the edge using LINBIT SDS for persistent storage
Member post originally published on Linbit’s blog by Matt Kereczman Edge computing is a distributed computing paradigm that brings data processing and computation closer to the data source or “edge” of the network. This reduces latency... ⌘ Read more
Kubernetes for databases: weighing the pros and cons
Member post originally published on The New Stack by Kate Obiidykhata, Percona Over the past few decades, database management has shifted from traditional relational databases on monolithic hardware to cloud native, distributed environments. With the rise of microservices... ⌘ Read more
The ultimate KubeCon + CloudNativeCon North America 2024 recap: the CNCF ambassadors’ edition
Ambassador post originally published on Medium by Dotan Horovits This is a summary of the CNCF’s KubeCon+CloudNativeCon NA 2024 recap live stream event hosted on November 19th. Want to catch up on KubeCon’s highlights and takeaways? Take it... ⌘ Read more
How to enter the Kubestronaut orbit and beyond 🚀**
Certifications & Training post originally published on Medium by Giorgi Keratishvili Introduction Most probably, your LinkedIn feed is full of posts from people speaking about the Kubestronaut program or even becoming one of them, and you... ⌘ Read more
Open source spirit: elevating team collaboration and innovation
Ambassador post by Leo Pahlke, CNCF Ambassador and CNCF TAG Environmental Sustainability Chair Open source is a fascinating space, where you are surrounded by emerging technologies and where you can directly engage with and have an... ⌘ Read more
Konveyor AI: supporting application modernization
Member post by John Matthews, and Savitha Raghunathan, Red Hat Migrating legacy software to modern platforms has long been a challenging endeavor for businesses. Companies often need to move decades-old systems to newer technologies without causing... ⌘ Read more
Unlock growth and talent: why maintainers should mentor with CNCF
By Nate Waddington, Head of Mentorship and Documentation, CNCF Open source projects rely on strong communities. Mentorship programs like LFX Mentorship and Google Summer of Code offer maintainers a chance to bring new contributors into their... ⌘ Read more
How Fastly used Kubernetes to scale our platform engineering practice
Member post originally published on Fastly’s blog by Hannah Aubry About five years ago, Fastly had a problem with scale. No, not our network. Fastly’s network continues to scale effortlessly, including recently breezing past a 353... ⌘ Read more
APIOps and an API gateway: Get your development groove back
Member post originally published on the ngrok blog by Joel Hans Developers love a groove. No, I don’t mean a touch of jazz to class up your workday, but the specific patterns you rely on for... ⌘ Read more
Cloud Neutral Postgres Databases with Kubernetes and CloudNativePG
Member post by Gabriele Bartolini, VP Chief Architect of Kubernetes at EDB Abstract This article delves into the concept of cloud neutrality— a term I prefer over agnosticism— in PostgreSQL deployments. It highlights the transformative impact... ⌘ Read more
Emerging trends in the cloud native ecosystem
Member post by Jatinder Singh Purba, Principal, Infosys; Krishnakumar V, Principal, Infosys; Prabhat Kumar, Senior Industry Principal, Infosys; and Shreshta Shyamsundar, Distinguished Technologist, Infosys Emerging Trends in the Cloud-native Ecosystem In the last quarter of 2024,... ⌘ Read more
Kubestronaut in Orbit: Dmitri Telinov
Get to know Dmitri This week’s Kubestronaut in Orbit, Dmitri Telinov, a Senior DevOps Engineer in Chișinău, Moldova, is a curious and avid learner and considered himself a complete beginner in Kubernetes only 3 years ago.... ⌘ Read more
Keycloak completes fuzzing audit
Community post by Adam Korczynski, ADA Logics The Keycloak has completed its fuzzing audit. The audit was carried out by Ada Logics, a UK-based security firm with deep expertise in fuzz testing, and the audit was... ⌘ Read more
The technical complexities of externalized authorization
Member post originally published in the Cerbos blog by James Walker If you want to make your authorization more scalable, easier to maintain, and simpler to integrate with your components – externalized authorization is the way... ⌘ Read more
KubeCon + CloudNativeCon North America 2024 Day 3: Keynotes, announcements and more
It’s fitting that on the last day of KubeCon it was time to celebrate the community and the 10th anniversary of Kubernetes. A packed ballroom at the Salt Palace Convention Center was treated to a lot... ⌘ Read more
An insider look at how we schedule KubeCon + CloudNativeCon events across the globe
CNCF Event Venue & Date Selection Process Planning a large conference like KubeCon + CloudNativeCon Europe or North America is a complex endeavor that begins years in advance. The venue and date selection process is an... ⌘ Read more
Internal Developer Platforms at scale with the Certified Backstage Associate (CBA) certification
Announcing a New CNCF Certification for Backstage Backstage is an open-source framework for building developer portals, created by Spotify, designed to streamline the process of building software and digital products. Backstage restores order to microservices and... ⌘ Read more
CNCF and Andela Announce Partnership to Train 20,000+ African Tech Professionals
The partnership will upskill African tech talent on Kubernetes basics; extend opportunity as global borderless workforces grow Salt Lake City, UT. – KubeCon + CloudNativeCon North America – November 15, 2024 – The Cloud Native Computing Foundation® (CNCF®),... ⌘ Read more
Automate Kubernetes Security and Operations with Kyverno Certified Associate (KCA)
Announcing a New CNCF certification for Kyverno Kyverno is an open-source policy engine designed for Kubernetes that allows teams to validate, mutate, and generate configurations, enabling the automation of security policies as code, beyond just audit... ⌘ Read more
Cloud Native Computing Foundation Expands Certification to Platform Engineering and More
As cloud native technologies become increasingly essential to organizations, CNCF is focused on certifications that resonate with developers Salt Lake City, Utah – KubeCon + CloudNativeCon North America – November 15, 2024 – The Cloud Native... ⌘ Read more
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... ⌘ Read more
Gain insights into cloud native applications with the OpenTelemetry Certified Associate (OTCA)
Announcing a New CNCF certification for OpenTelemetry OpenTelemetry (also known as OTel) is an open-source observability framework with tools, libraries, APIs, and SDKs for collecting, processing, and exporting rich telemetry data such as traces, metrics, and... ⌘ Read more
Announcing the first-ever KubeCon + CloudNativeCon Japan 2025 on June 16-17 in Tokyo
Following a successful KubeDay Japan, CNCF will be bringing its flagship conference to Tokyo to continue advancing cloud native technologies  Salt Lake City, UT. – KubeCon + CloudNativeCon North America 2024 – November 15, 2024  –... ⌘ Read more
KubeCon + CloudNativeCon North America 2024 Day 2: keynotes, announcements and more
On the second day of KubeCon, nearly 9,200 attendees had the opportunity to focus on the theme of the day – security – while attending sessions, visiting the Sponsor Showcase, and networking. The mood was upbeat,... ⌘ Read more
Inside Argo: a new documentary on the tool simplifying Kubernetes deployments through automation
GitOps provides a pathway to stable, dependable, and predictable cloud native infrastructure and workflows. Over the past few years GitOps and Argo have grown hand in hand as ArgoCD has become a reliable solution for consolidating... ⌘ Read more
Cloud Native Computing Foundation Announces the 2024 Community Awards Winners
Since 2016, these awards celebrate the incredible community members who make the cloud native ecosystem thrive Salt Lake City, UT. – KubeCon + CloudNativeCon North America 2024 – November 14, 2024 – The Cloud Native Computing... ⌘ Read more
CNCF Presents Top End User Award to Adobe
A global digital media and marketing solutions leader has contributed to 46 CNCF projects and shared a reference architecture for its Internal Developer Platform SALT LAKE CITY, Utah – KubeCon + CloudNativeCon North America – November... ⌘ Read more
CNCF Launches Technology Landscape Radar, Reference Architectures to Address Gaps in Cloud Native Ecosystem
CNCF’s End User Technical Advisory Board has compiled new materials to promote best practices and simplify the adoption of cloud native technologies  SALT LAKE CITY, Utah – KubeCon + CloudNativeCon North America – November 14, 2024... ⌘ Read more
KubeCon + CloudNativeCon North America 2024 Day One: Keynotes, sessions, announcements and more
More than 9,000 people convened at the Salt Palace Convention Center in Salt Lake City for the first day of KubeCon + CloudNativeCon North America. The mood was energetic and lively and the audience was primed... ⌘ Read more
LitmusChaos gains adoption in lower environments
Project post from the LitmusChaos CommunityAs enterprises continue to scale their systems, resilience and stability remain crucial. Testing these under real-world failure scenarios without impacting production environments is essential. Over recent months, LitmusChaos has gained remarkable... ⌘ Read more
Announcing the inaugural contest for the Cloud Native Heroes Challenge
We’re thrilled to share the details of the inaugural contest in our Cloud Native Heroes Challenge program, a series of crowdsourced “prior art” contests in which cloud native developers can earn swag and prizes by helping... ⌘ Read more
Announcing the Cloud Native Heroes Challenge
Today at KubeCon+CloudNativeCon North America 2024, CNCF announced the Cloud Native Heroes Challenge, a patent troll bounty program in which cloud native developers and technologists can earn swag and win prizes by helping protect our ecosystem... ⌘ Read more
Scalable authentication across organizations with Keycloak 26
Project post by Alexander Schwartz, Keycloak Maintainer Keycloak brings scalable and customizable authentication to your environment! The team is thrilled to announce the release of Keycloak 26 which again improves its authentication features for its growing... ⌘ Read more
Announcing the release of KubeVirt v1.4
Project post from the Kubevirt Community The KubeVirt Community is proud to announce the release of v1.4. This release aligns with Kubernetes v1.31 and is the sixth KubeVirt release to follow the Kubernetes release cadence. What’s... ⌘ Read more
KubeCon + CloudNativeCon North America 2024 Day 0: Co-located events
Thousands of KubeCon + CloudNativecon North America attendees braved cold rain – and even snow – to attend 16 co-located events in the Salt Palace Convention Center in Salt Lake City. With talks aimed at every... ⌘ Read more
A look at the Cilium CNCF project journey report
We’re excited to share the Cilium project journey report@  Cilium is an open source platform designed for cloud-native networking, security, and observability, leveraging eBPF technology. It provides secure, high-performance network connectivity and deep visibility for Kubernetes... ⌘ Read more
Jaeger v2 released: OpenTelemetry in the core!
Project post by the Jaeger maintainers Jaeger, the popular open-source distributed tracing platform, has had a successful 9 year history as being one of the first graduated projects in the Cloud Native Computing Foundation (CNCF). After... ⌘ Read more
Cloud Native Computing Foundation Announces cert-manager Graduation
Open source security project automates highly secure, encrypted data communications in cloud native environments SALT LAKE CITY, Utah – KubeCon + CloudNativeCon North America – November 12, 2024 – The Cloud Native Computing Foundation® (CNCF®), which... ⌘ Read more
Cloud Native Computing Foundation Announces Dapr Graduation
Dapr provides a set of integrated APIs for building reliable and secure distributed applications, increasing developer productivity by 20-40% SALT LAKE CITY, Utah – KubeCon + CloudNativeCon North America – November 12, 2024 – The Cloud... ⌘ Read more
Managing threat intelligence in Falco
Falco has become a vital tool for security practitioners seeking to safeguard containerized and cloud-native environments. Leveraging the power of eBPF (Extended Berkeley Packet Filter), Falco monitors system calls and audit events, allowing it to detect... ⌘ Read more
CNCF welcomes wasmCloud to the CNCF Incubator
The CNCF Technical Oversight Committee (TOC) has voted to accept wasmCloud as a CNCF incubating project.  wasmCloud, an open source project from the Cloud Native Computing Foundation (CNCF), enables teams to build and run polyglot applications... ⌘ Read more
A beginners guide to contributing to CNCF open source projects
Member post originally published on the Redpill Linpro blog by Amelie Löwe Open source is not just a way of building software; it’s a philosophy that promotes collaboration, transparency, and community. Many of us use open... ⌘ Read more
Kubernetes RBAC: improve the K8s security posture
Member post originally published on the Devtron blog by Siddhant Khisty TL;DR: Secure your Kubernetes cluster with Role-Based Access Control (RBAC) to define granular permissions for users and applications. This guide explains how to implement RBAC... ⌘ Read more
Fast, secure, and simple: Istio’s Ambient Mode reaches General Availability in v1.24
Project post by Lin Sun, Solo.io, for the Istio Steering and Technical Oversight Committees Our latest release signals ambient mode – service mesh without sidecars – is ready for everyone. We are proud to announce that... ⌘ Read more
How to ace the Prometheus Certified Associate (PCA) exam
Community post originally published on Medium by Giorgi Keratishvili Introduction If you have worked on Kubernetes production systems at any time during the last 10 years and needed to check your pods or application uptime, resource consumption, HTTP error rates,... ⌘ Read more
Announcing Kyverno release 1.13!
Project post originally published on the Kyverno blog Kyverno 1.13 released with Sigstore bundle verification, exceptions for validatingAdmissionPolicies, new assertion trees, generate enhancments, enhanced ValidatingAdmissionPolicy and PolicyException support, and tons more! Wednesday, October 30, 2024 Kyverno... ⌘ Read more
What Karpenter v1.0.0 means for Kubernetes autoscaling
Member post by Rajdeep Saha, Principal Solutions Architect, AWS and Praseeda Sathaye, Principal SA, Containers & OSS, AWS Introduction Karpenter is an open-source project that provides node lifecycle management to optimize the efficiency and cost of running workloads... ⌘ Read more
LitmusChaos is joining KubeCon + CloudNativeCon North America 2024!
Project post originally on the Litmus blog by Sayan Mondal, Community Manager and Maintainer  Hello LitmusChaos Community! 👋 Over the past few years, LitmusChaos has evolved tremendously, becoming a leading open-source tool for Chaos Engineering within... ⌘ Read more
Kubestronaut in Orbit: Rishabh Sharma
Get to know Rishabh This week’s Kubestronaut in Orbit, Rishabh Sharma, our first Kubestonaut from Finland, is a senior software development engineer where he manages cloud native tech solutions for Capgemini Finland Oy. He is currently... ⌘ Read more
Mastering Argo CD image updater with Helm: a complete configuration guide
Member post by Stanislava Racheva, DevOps & Cloud engineer at ITGix Understanding Argo CD Image Updater In modern Kubernetes environments, managing container images and ensuring that applications are always running the latest, most secure versions can... ⌘ Read more
Get to know our new DEI Community Hub at KubeCon + CloudNativeCon North America 2024
We are delighted to announce our new DEI Community Hub at KubeCon + CloudNativeCon North America, sponsored by Google Cloud, a physical space to connect, learn, and celebrate diversity, equity, and inclusion and accessibility! The DEI... ⌘ Read more
KubeCon + CloudNativeCon North America 2024 co-located event deep dive: Cloud Native StartupFest
Co-chairs: Megan Reynolds, Kelsey Hightower November 12, 2024 Salt Lake City, Utah At the Cloud Native StartupFest expect to get inspired by hearing from successful cloud native entrepreneurs, learn about some of the most exciting cloud... ⌘ Read more
OpenTelemetry Is expanding into CI/CD observability
SIG post by Dotan Horovits and Adriel Perkins, Project Leads, SIG CI/CD Observability, OpenTelemetry We’ve been talking about the need for a common “language” for reporting and observing CI/CD pipelines for years, and finally, we see... ⌘ Read more
Kubectl logs tail: a guide to tailing Kubernetes logs
Member post originally published on Middleware’s blog In the world of cloud-native applications, Kubernetes stands as the go-to platform for container orchestration (the automated process of managing, scaling, and maintaining containerized applications across multiple hosts). As applications grow... ⌘ Read more
OpenCost advances to the CNCF Incubator
Cross-posted on the OpenCost blog by Ajay Tripathy The OpenCost project proudly announces that we’ve reached CNCF Incubating status! This milestone in our journey underscores the significant dedication the project has received from the community that... ⌘ Read more
KubeCon + CloudNativeCon North America 2024 co-located event deep dive: ArgoCon
Co-chairs: Christian Hernandez, Dan Garfield, Tim Collins November 12, 2024 Salt Lake City, Utah The Argo Project consists of 4 related, but separate, toolsets. So it’s not just about GitOps, but a wide variety of use... ⌘ Read more
Cultivating a successful engineering culture with Platform Engineering
Community post by Or Weis Discover how leveraging a policy-as-code platform helps foster an engineering culture focused on efficient authorization and access control. Platform engineering is rooted in a fundamental principle: cultivating a culture within development... ⌘ Read more
Ansible-runner
Originally published on the Redpill Linpro blog by Daniel Buøy-Vehn The command ansible-runner is part of the Ansible automation platform. If you have got installed Ansible, then you probably have already installed ansible-runner as well. But what do you use... ⌘ Read more
Mark your calendars: here come the 2025 Kubernetes Community Days!
This year, the CNCF refreshed the KCD (Kubernetes Community Days) program for 2025, offering more support to our organizers and their communities, including, but not limited to, financial assistance, structural improvements, and organizational resources. You can... ⌘ Read more
How to ace the Certified GitOps Associate (CGOA) exam
Community post originally published on Medium by Giorgi Keratishvili Introduction So want to pass CGOA exam but not sure where to start? Don’t worry I will help you with what to pay attention to and will... ⌘ Read more
Announcing Vitess 21
Project post by the Vitess Maintainers We’re delighted to announce the release of Vitess 21 along with version 2.14.0 of the Vitess Kubernetes Operator. Version 21 focuses on enhancing query compatibility, improving cluster management, and expanding... ⌘ Read more
Flatcar brings Container Linux to the CNCF Incubator
The CNCF Technical Oversight Committee (TOC) has voted to accept Flatcar as a CNCF incubating project.  Flatcar is a zero-touch, minimal operating system (OS) for containerized workloads, addressing the challenges of managing and securing a production... ⌘ Read more
Backup and recovery for Vector Databases on Kubernetes using Kanister
Community post by Pavan Navarathna Devaraj and Shwetha Subramanian AI is an exciting, rapidly evolving world that has the potential to enhance every major enterprise application. It can enhance cloud-native applications through dynamic scaling, predictive maintenance,... ⌘ Read more
The business value of a Kubernetes-based platform
Member post originally published on Elastisys’s blog by Cristian Klein     I hear too many stories of platform teams being under-resourced. This usually manifests itself as an overworked platform team with unrealistic on-call rotations. Critical... ⌘ Read more
AI-powered observability: picking up where AIOps failed
Member post originally posted on the Logz.io blog by Asaf Yigal GenAI promises evolutionary changes in how we use observability tools, but meeting expectations means heeding the lessons of our AIOps mistakes. The emergence of generative... ⌘ Read more
KubeCon + CloudNativeCon North America 2024 co-located event deep dive: Kubernetes on Edge
Co-chairs: Tina Tsou and Mars Toktonaliev November 12, 2024 Salt Lake City, Utah Kubernetes on Edge Day demonstrates edge computing is here, and it’s powered by Kubernetes. We’re showcasing real-world use cases, best practices, and cutting-edge... ⌘ Read more
What is zero trust authorization?**
Member post originally published on Cerbos’s blog by Twain Taylor Traditional security models, which rely on perimeter-based defenses, have proven to be quite inadequate in the face of sophisticated attacks and the growing adoption of cloud... ⌘ Read more
Software supply chain compliance and security policies with SignServer, EJBCA, and Chainloop
Member post originally published on the EJBCA by Keyfactor and Chainloop blogs by Ben Dewberry, Product Manager, Signing and Key Management, Keyfactor and Miguel Martinez Trivino, Co-founder, Chainloop A software supply chain is the series of steps... ⌘ Read more
What’s new at this year’s KubeCon + CloudNativeCon North America 2024
We have many exciting new events happening in this Salt Lake City KubeCon, as well as a number of unique Experiences, and we don’t want you to miss anything. Here’s everything you need to know. Also,... ⌘ Read more
Don’t miss The Project Pavillion at KubeCon + CloudNativeCon North America 2024
By Jorge Castro, Developer Relations at CNCF The Project Pavilion is our dedicated space on the show floor for CNCF Projects. Since there are over 200 projects this can make the Pavilion a rapidly changing landscape,... ⌘ Read more
The Kubestronaut origin story
An interview with Ramesh Kumar  A special thanks to one of our CNCF Ambassadors, Ramesh Kumar for inspiring us to create the Kubestronaut program. We recently interviewed Ramesh to ask about how the Kubestronaut program came... ⌘ Read more