What is staging? What does it do?
Staging is the process of
1. registering the apps metadata in Cloud controller DB (CCDB),
2. storing the application package in Cloud controller blobstore (CCNG)
3. creation of droplet i.e. tarball of compiled and staged application in Diego cell
4. storing the droplet in blobstore for future use
5. starting a long running process on one or more Diego cells
For more and sequence diagram Please refer to CF @how-applications-are-staged
Staging is the process of
1. registering the apps metadata in Cloud controller DB (CCDB),
2. storing the application package in Cloud controller blobstore (CCNG)
3. creation of droplet i.e. tarball of compiled and staged application in Diego cell
4. storing the droplet in blobstore for future use
5. starting a long running process on one or more Diego cells
For more and sequence diagram Please refer to CF @how-applications-are-staged
Comments
Post a Comment