Migrate triggers from Events for Knative serving to Eventarc
Stay organized with collections
Save and categorize content based on your preferences.
If your Knative serving service is running in a
Google Kubernetes Engine (GKE) cluster, you can migrate any existing event
triggers so that a Knative serving service can receive events using
Eventarc.
Note that the following migration path avoids the loss of events while
minimizing their duplication. If you want to avoid duplicate events and can
accept the possibility of lost events, we recommend removing the existing
trigger before creating an Eventarc trigger:
Identify existing Events for Knative serving triggers.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-05 UTC."],[[["Events for Knative serving is no longer actively supported, and migration to Eventarc triggers is recommended."],["Existing Knative serving event triggers in Google Kubernetes Engine (GKE) clusters can be migrated to Eventarc."],["The recommended migration process involves creating an Eventarc trigger, testing it, and then deleting the old trigger."],["The migration path is designed to minimize event loss and duplication during the transition."]]],[]]