Completed
Provision Database on Linode
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Deploy Your Containerized App With Docker Swarm - Scalable App Deployment
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 What is the Sample App We're Using?
- 3 Container & Container Orchestrator Background
- 4 GitHub Repo Overview
- 5 Provision Database on Linode
- 6 Provision Linodes
- 7 Connect to Linodes via SSH
- 8 Install Docker
- 9 Initialize Swarm
- 10 Export Docker Host
- 11 Review & Update Swarm Config in Repo
- 12 Elements of the Configuration
- 13 Build and Push APIs
- 14 Push to Docker Hub
- 15 Create Docker Secret
- 16 Update Allowlist
- 17 Config NodeJS App
- 18 Visit IP Address of a Node
- 19 Update makefile
- 20 Redeploy App
- 21 Confirm Services Are Replicated
- 22 Conclusion