Trigger new Kubernetes pod

I am working on a project were I need to trigger a new Kubernetes pod when a new record in a database are being created.

First, a little bit more details.

I have created a web application for my users. The web application runs in App Engine in Google Cloud. They log in and can create new "projects". Each project creates a new database record. The database runs as a Cloud SQL instance in Google Cloud.

When the new record is added to the database, something needs to trigger a new Kubernetes pod.

I need that "something". Has anyone done this before or have any experience with something similar?

#cloud #mysql #kubernetes

3.45 GEEK