Skip to content
This repository was archived by the owner on Aug 19, 2021. It is now read-only.

Latest commit

 

History

History
19 lines (11 loc) · 1.58 KB

README.md

File metadata and controls

19 lines (11 loc) · 1.58 KB

Tech Talk: Internal Routes

cloud.gov provides flexibility for controlling how traffic moves between applications. In this tech talk, you will learn how to use internal routes for secure, direct, container-to-container communication between applications running on cloud.gov.

We will highlight common use cases for internal routes (including links to samples) as well as discuss the considerations you need to account for. We will demonstrate how you can improve the security posture of your applications, without changing application code, using internal routes with the nginx buildpack.

Tech talk presentation in PDF format.

Resources

A sample CF application used to demonstrate how internal routes work. This app can run on a public *.app.cloud.gov route, or on an internal *.apps.internal route.

A simple nginx application that can be used on a public *.app.cloud.gov route to proxy traffic to an app running on an internal route.

Additional resources