November 2017
Beginner to intermediate
306 pages
7h 43m
English
Until now, we've discussed shared domains. There remains one more type of domain that we shall look at and that is the private domain. It is important to remember that Cloud Foundry currently only supports HTTP private domains and not TCP. Creation of private domains also follows a similar command pattern to shared domains, except it requires an Org name to be associated with and the private domain name. The command is cf create-domain <ORG_NAME> <PRIVATE_DOMAIN_NAME>. Let's create a private domain along with a private sub-domain. First, we run the command cf create-domain pcfdev-org my-private-domain.com followed by cf create-domain mycorner.pcfdev-org my-private-domain.com:
Read now
Unlock full access