Cloud Foundry for Developers
Source
Source
  • Introduction
    • Course Overview
    • Getting CF
  • Getting Started
    • Command Line Interface (CLI)
    • Using a CF
    • Deploy your first app
  • Core Concepts
    • Orgs & Spaces
    • Role-based Access Control
    • Resource Names
  • Application Basics
    • Source Paths
    • Manifests
    • Buildpack Basics
    • Environment Variables
    • Metadata
    • Scaling
    • Logs
    • Resiliency
    • Quotas
    • Application Security Groups
  • Application Lifecycle
    • Containerized Applications
    • Lifecycle Phases
    • Update Strategies
    • Troubleshooting
    • Considerations
  • Services
    • Managed Services
    • Service Keys
    • Sharing Service Instances
    • User-Provided Services
  • Domains and Routing
    • Route Basics
    • Application Domains
    • Internal Domains
    • Route Services
  • Advanced Concepts
    • Advanced CLI
    • Health Checks
    • Tasks
    • Sidecars
    • Sub-step Deployments
    • Multiple Processes
    • Multiple Buildpacks
    • App Revisions

Domains and Routing

In this module, we discuss the use of domains and routes with applications, covering both internal and external facing domains.

  • Route Basics: An introduction to basic routing in Cloud Foundry.
  • Application Domains: Examines the different domains available to users in Cloud Foundry.
  • Internal Domains: Routes based on internal domains are only resolvable by other apps in that same Cloud Foundry deployment.
  • Route Services: Route services are an optional feature that allow for pre and post processing of http traffic.
User-Provided Services Route Basics
Cloud Foundry for Developers