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.
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.
- Understanding container-to-container networking in Cloud Foundry
- Creating and managing network policies in Cloud Foundry
- Documentation for the Cloud Foundry nginx buildpack