Skip to content

Instantly share code, notes, and snippets.

@tnir
Created April 12, 2016 15:43
Show Gist options
  • Save tnir/f1b1706e0699107facda9ac5c7c74976 to your computer and use it in GitHub Desktop.
Save tnir/f1b1706e0699107facda9ac5c7c74976 to your computer and use it in GitHub Desktop.
Deploying Celery+RabbitMQ on GKE with Kubernetes
#!/bin/bash
kubectl create -f examples/celery-rabbitmq/rabbitmq-service.yaml
kubectl create -f examples/celery-rabbitmq/rabbitmq-controller.yaml
kubectl create -f examples/celery-rabbitmq/celery-controller.yaml
kubectl create -f examples/celery-rabbitmq/flower-service.yaml
kubectl create -f examples/celery-rabbitmq/flower-controller.yaml
gcloud compute firewall-rules create --allow=tcp:5555 kubernetes-minion-5555
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment