
Introduction about Instructor
Course Audience
Please download all the course material from this place
https://github.com/kapalesachin/CloudFoundryExample.git
Please register it,
https://login.run.pivotal.io/home
$cf push Blue -n demo-time
$ cf push Green -n demo-time-temp
$ cf map-route Green example.com -n demo-time
$ cf unmap-route Blue example.com -n demo-time
•Why Cloud foundry ?
•Brief overview about Self Managed,IaaS,PaaS & SaaS
•Comparison of cloud PaaS & IaaS different for Microservices
•What is Cloud Foundry ?
•How CF is different in comparison with PCF ?
•How to setup Cloud Foundry ?
Hands-on exercises on Cloud Foundry
§Creation of Org-Space
§Connecting to org & space
§Understanding Buildpacks
§Deploying an application
§Vertical as well as horizontal Scaling
§Deploying application with yml file
§Log aggregation
§Service binding
§Binding routing service
§Blue Green Deployment example