Hello Google Cloud Community,
I am exploring the possibility of deploying a Google Cloud Function application as a workload in Google Kubernetes Engine (GKE) and configuring it to automatically listen for Pub/Sub messages. Specifically, I would like the deployed application in GKE to trigger the function whenever a message is published to a Pub/Sub topic.
Could you please provide guidance or best practices on how to achieve this setup? I am interested in understanding the steps involved in deploying the Cloud Function as a GKE workload and configuring it to listen to Pub/Sub messages for automatic triggering.
Thank you for your help.
Best regards,
Sudharshan_D
Welcome to Google Cloud Community!
As part of adopting automation and quick deployment, you can design your pipeline and app base on CI/CD (continuous integration and continuous delivery/continuous deployment).
Continuous Delivery/Deployment
Note:
You can read more regarding DevOps CI/CD through this article.
I hope this information is helpful.
If you need further assistance, you can always file a ticket on our support team.