From 2f56ea55cf0987d580e07e4a20a907533a8da9a2 Mon Sep 17 00:00:00 2001 From: Matthias Wessendorf Date: Wed, 9 Jul 2025 16:31:50 +0200 Subject: [PATCH] Update blog/docs/articles/kubevirt_meets_eventing.md Co-authored-by: Calum Murray --- blog/docs/articles/kubevirt_meets_eventing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/docs/articles/kubevirt_meets_eventing.md b/blog/docs/articles/kubevirt_meets_eventing.md index 376768881..3a83196e5 100644 --- a/blog/docs/articles/kubevirt_meets_eventing.md +++ b/blog/docs/articles/kubevirt_meets_eventing.md @@ -2,7 +2,7 @@ **Authors: Robert Guske, Senior Specialist Solution Architect OpenShift @ Red Hat, Matthias Weßendorf, Senior Principal Software Engineer @ Red Hat** -_In this blog post you will learn how to easily monitor state of KubeVirt VMs with Knative Eventing's powerful building blocks._ +_In this blog post you will learn how to easily monitor the state of KubeVirt VMs with Knative Eventing's powerful building blocks._ Event-Driven Architecture (EDA) and the use of event sources fundamentally transform how applications interact, fostering a highly decoupled and scalable environment where services react dynamically to changes. By abstracting the origin of information, event sources empower systems to integrate seamlessly and respond in real-time to a vast array of occurrences across diverse platforms.