Skip to content

Latest commit

 

History

History
46 lines (26 loc) · 2.38 KB

File metadata and controls

46 lines (26 loc) · 2.38 KB

Cloud Foundry

Please note. This guide is a curated list of information tailored to use of Cloud Foundry (hereon referred to as cf) within ONS. It does not attempt to replicate information already available via the internet or reinvent wheels.

Concepts

General cf concepts and primers on the architecture if you're interested can be found in the official docs

Highlights:

Cloud Foundry command line tool

Most of your interaction with cf outside of a ci pipeline will be more than likely using the cf cli tool. Again, the official cli docs are a good place to start.

Highlights:

Deploying apps

A good overview of the concepts and basic practice of deploying apps is covered in the official docs under 'deploying and managing applications'

Highlights:

See Also