Contour: Instructions for presenting grpc services needs a guide

Created on 13 Nov 2019  路  6Comments  路  Source: projectcontour/contour

We need a guide that concisely describes the HTTPProxy configuration and service annotations required to proxy grpc through contour.

aredocumentation good first issue help wanted

Most helpful comment

@JasonMorgan i am still working on this one. I will post something soon.

All 6 comments

me too

I can help with this. Can i get assigned ?

Awesome all yours @reagul!

Some work steps in my head if this helps:

  • I think this would be a good "guide" where you'd add a new file here: https://github.com/projectcontour/contour/tree/master/site/_guides
  • If you want to test what it looks like on your machine you can run: make site-devel and open up a browser to localhost:4000
  • It would be good to link to this guide from the annotations page as well as the HTTPProxy

hey folks! Any progress on this? I was just looking for this exact info. Happy to help if anyone can point me at a starting point.

hey folks! Any progress on this? I was just looking for this exact info. Happy to help if anyone can point me at a starting point.

To expose gRPC services, you would need to enable TLS on the virtual hosts and set the h2 protocol on any upstream service entries.

If you'd like to contribute a specific user guide, that would be great. Steve's comment above and the site contribution doc should help you get started with the docs.

@JasonMorgan i am still working on this one. I will post something soon.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

phylake picture phylake  路  7Comments

stevesloka picture stevesloka  路  7Comments

seemiller picture seemiller  路  4Comments

jonasrosland picture jonasrosland  路  6Comments

davecheney picture davecheney  路  6Comments