Giter VIP home page Giter VIP logo

sc-pubsub's Introduction

Overview

This tutorial demonstrates how you can run a simple application that reads through a pubsub topic from within your kubernetes cluster, with minimal set-up.

Steps

Set-up assumptions

We will assume that you already have a cluster set-up, with service-catalog, and that you have created a pubsub service instance.

Building the app

You should probably skip this step and use the published image as shown below.

If you want to modify the app, you can build it with

docker build -t ${your_registry}/echo .

And push it to your project registry:

gcloud docker push ${your_registry}/echo

You'll also need to use that location in echo.yaml.

Basic echo

We have a basic echo application that receives HTTP queries, and pushes the body of those queries into the pubsub configured with the service-catalog.

kubectl apply -f echo.yaml

Binding the pubsub with our application

XXX: Create the binding

Pushing data through our application

The following command will connect to our application, which will push "Hello service!" inside the pubsub topic:

kubectl run --rm=true --restart=Never -i -t --image=tutum/curl curl -- curl echo -d "Hello service!"

Make sure it works

Once the data has been pushed to the pubsub, we can verify that it has been received by running this command:

gcloud beta pubsub subscriptions pull echo --auto-ack

Conclusion

Service-catalog is awesome, and let's you seamlessly connect to other GCP services from within your Kubernetes cluster.

Incomplete parts

I'm not sure how to create the bindings yet, and I definitely don't read the proper values from the secret, as I don't have a running example of the service-catalog.

sc-pubsub's People

Contributors

apelisse avatar kelseyhightower avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.