Cloud Foundry BOSH Fundamentals LiveLessons

Cloud Foundry BOSH Fundamentals LiveLessons

English | MP4 | AVC 1280×720 | AAC 44KHz 2ch | 5 Hours | 2.38 GB

Learn how to harness the power of the Cloud Foundry BOSH tool to build resilient and enterprise grade cloud-native deployments.

BOSH 2.0 is the next generation, enterprise ­grade, service deployment tool that powers Pivotal Cloud Foundry. By using BOSH, operators can manage huge deployments, such as Cloud Foundry, Concourse, Postgresql, and others on any cloud, in an entirely automated and reproducible way.

Cloud Foundry BOSH Fundamentals will teach you how to make use of BOSH 2.0 to automate every aspect of your deployment operations. You’ll learn the fundamentals of using BOSH with existing BOSH releases, and how to create your own releases to deploy your own customized software.

In this video, you’ll learn:

  • The fundamentals, domain terms, and language of BOSH
  • How to build your own BOSH releases, gaining confidence that you understand exactly what’s deployed on your network
  • How to fully automate your deployments, unlocking a huge potential in predictability and testability
  • How BOSH detects VM issues and automatically recovers them for you
  • How to monitor your deployments with BOSH
  • How to colocate your own tools into your BOSH deployment

Who Should Take This Course

Operators and DevOps professionals managing medium to large networks of virtual machines. Also useful for Cloud Foundry and Concourse enthusiasts, and those providing managed services and consulting to Cloud Foundry users.

Lessons in this Training:

Lesson 1: Introducing BOSH
In this lesson, you’ll learn what makes BOSH unique, its core philosophies and concepts. You’ll also learn BOSH and general Cloud vocabulary, and will get pointers of where to get help in the future.

Lesson 2: Deploying the Director
This lesson covers the steps needed to deploy our bosh director, which you’ll later use to deploy your production software. The lesson walks through preparing your GCP project and networks, deploying the BOSH director by hand, and accessing the director remotely. Finally, you learn how to deploy the director using the new BOSH Bootloader tool.

Lesson 3: Deploying Nginx
Now that you have a running bosh director, it’s time to provision your first production deployment. The lesson starts simple, by deploying a single virtual machine running Nginx. You then learn how to upload stem cells and releases. You then configure your Nginx deploy manifest and your cloud config. Finally, we’ll deploy the release, and spend some time exploring what we’ve produced.

Lesson 4: Deploying Etcd
This lesson explores how BOSH manages a clustered release with persistent disks by deploying Etcd. You’ll upload and configure an Etcd release and deploy it to Google Cloud Platform. You then connect to it and ensure replication is happening correctly, and spend some time exploring this clustered release.

Lesson 5: Managing Your Deployment
This lesson covers some of the day to day BOSH tasks. You’ll learn how to apply a security patch to all of our VMs at once, how to monitor our deployments, how to manage the processes running on our VMs, scaling the cluster, and reconfiguring the software that’s running on the VMs.

Lesson 6: Making Use of Some Advanced BOSH Features
This lesson explores some more advanced BOSH usage. You’ll learn how to colocate deployment to run multiple jobs on a single VM. You’ll also learn how to use BOSH add-ons to automatically colocate jobs on all VMs in all of our deployments. Finally, we explore the BOSH resurrector, a crucial part of the self-healing nature of BOSH.

Lesson 7: Creating Your Own Release
This lesson takes you step-by-step through the process of building a frontend to Etcd and packaging it up in our own custom release. First, you’ll initialize the release directory, and then you’ll write the frontend server. Next, you will create the package files and jobs and learn how to manage large files as local blobs. After that, you’ll review what we’ve built so far and explore the development cycle in building a release. Then, you will build and deploy your release, learn how to configure a GCP load balancer for it, and review the entire deployment. You’ll finish off by making use of bosh links to make it easier to configure and manage our release.

Lesson 8: Publishing the Release
This final lesson starts by discussing the difference between development and final releases. Next, you will learn how to upload your final release blobs to the Cloud. Finally, you will build your final release and distribute it to the world.

Table of Contents

01 Cloud Foundry BOSH Fundamentals LiveLessons – Introduction
02 Learning objectives
03 1.1 Discover BOSH
04 1.2 Review the BOSH philosophy
05 1.3 Recognize BOSH’s core concepts
06 1.4 Review BOSH vocabulary
07 1.5 Review cloud vocabulary
08 1.6 Get help
09 Learning objectives
10 2.1 Prepare a new GCP project
11 2.2 Deploy the Director by hand
12 2.3 Access the Director
13 2.4 Deploy the Director using the BOSH Bootloader
14 Learning objectives
15 3.1 Upload the stemcell
16 3.2 Upload the release
17 3.3 Create the deployment manifest and cloud config
18 3.4 Deploy the release
19 3.5 Explore the deployment
20 Learning objectives
21 4.1 Upload and configure the Etcd release
22 4.2 Deploy the Etcd Release
23 4.3 Connect to Etcd
24 4.4 Explore the deployment
25 Learning objectives
26 5.1 Patch all of your VMs at once with a new Stemcell
27 5.2 Monitor your deployment remotely
28 5.3 Manage deployed processes with Monit
29 5.4 Scale out and up
30 5.5 Change the Etcd configuration
31 Learning objectives
32 6.1 Colocate a release to gather logs via Syslog
33 6.2 Use BOSH addons to gather logs via Syslog
34 6.3 Exercise the Resurrector
35 Learning objectives
36 7.1 Initialize the release directory
37 7.2 Write the frontend server
38 7.3 Create the package files
39 7.4 Create the jobs
40 7.5 Manage large files as local blobs
41 7.6 Review how the release parts fit together
42 7.7 Understand the development cycle
43 7.8 Build and deploy the development release
44 7.9 Add a load balancer for external access
45 7.10 Review the final deployment
46 7.11 Use links to remove hardcoded IPs
47 Learning objectives
48 8.1 Review the difference between development and final releases
49 8.2 Upload final release blobs to GCS
50 8.3 Build the final release
51 8.4 Use links to remove hardcoded IPs
52 Cloud Foundry BOSH Fundamentals LiveLessons – Summary