You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lately, I've been trying to deploy my services in GKE. The context of the problem is that I have a long process and want to add it to a task queue. When I run it in Docker, everything works just fine. Then, I tried to do it in Minikube, built some services and deployments, and it worked fine as well. However, when I tried to deploy it in GKE, all services are up and running, but my Flower doesn't seem to recognize my Celery worker. I've been doing some research and ended up looking into Gateway and Ingress.
I'm new to Kubernetes and GKE, so it would be helpful to have some insights from you guys. Thanks!
These are my deployments and services. I'm not using Ingress just yet.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi everyone,
Lately, I've been trying to deploy my services in GKE. The context of the problem is that I have a long process and want to add it to a task queue. When I run it in Docker, everything works just fine. Then, I tried to do it in Minikube, built some services and deployments, and it worked fine as well. However, when I tried to deploy it in GKE, all services are up and running, but my Flower doesn't seem to recognize my Celery worker. I've been doing some research and ended up looking into Gateway and Ingress.
I'm new to Kubernetes and GKE, so it would be helpful to have some insights from you guys. Thanks!
These are my deployments and services. I'm not using Ingress just yet.
Beta Was this translation helpful? Give feedback.
All reactions