Docker MasterClass : Docker & Swarm
Created by Anshul Chauhan, Last Updated 21-Oct-2019, Language:English
Docker MasterClass : Docker & Swarm
Docker Training: Containers by learning Docker Ecosystem, Creating images, Services, Docker Swarm & Compose
Created by Anshul Chauhan, Last Updated 21-Oct-2019, Language:English
What Will I Get ?
- Use Docker in your daily developer and/or sysadmin roles
- Make Dockerfiles and Compose files
- Build multi-node Swarm clusters and deploying H/A containers
- Build a workflow of using Docker in dev, then test/CI, then production with YAML
- Protect your keys, TLS certificates, and passwords with encrypted secrets
- Keep your Dockerfiles and images small, efficient, and fast
- Develop locally while your code runs in a container
- Protect important persistent data in volumes and bind mounts
- Lead your team into the future with the latest Docker container skills!
Requirements
- No paid software required - Just install your favorite text editor and browser!
- Local admin access to install Docker for Mac/Windows/Linux.
- Have a GitHub and Docker Hub account.
- Knowledge of Git and Linux will be preferred but NOT required.
Description
Learn Advance Docker & Docker Swarm form Experts.
Develop and Conterize Application for Docker.
Convert your application into a Docker Application.
Manage Data Volumes using Docker and Docker Swarm.
Learn Continuous Deployment using Docker Swarm.
Docker Training: Become Job Ready in Docker Containerization by learning Docker Ecosystem, creating Docker images using Dockerfiles, Installing Ubuntu Linux and CentOS Linux, Granting Docker Control to Non-root Users, Security, Orchestration, Network Configuration Files, etc. You will also get an exposure to industry based real-time projects in various verticals.
Why shall we learn Docker technologies:
Docker software is on the bleeding edge of technology today. It is also one of the most compelling technologies of the last decade in terms of its disruption to software development, operations, systems architecture, testing and compliance practices.
Docker is becoming a must tool for developers. containers and the Docker’s approach gives you the opportunity to work without any need of dependencies. Docker allows developers to focus on the things which actually matter without worrying about the environment where the application runs.
Tons of companies are using docker in production, today you have access to that same virtualization technology right on your desktop.
Why DevOps skills?
Nowadays DevOps engineers are in great demand in the IT industry. Companies are looking for developers who can both develop and deploy the applications.
The average salary of a DevOps engineer is about $140,000 per year in the Silicon Valley area which is 20% higher than the salary of a software engineer.
Master DevOps Skills means you will be staying ahead in the competitive job market!
Some of the many cool things you'll do in this course:
Edit web code on your machine while it's served up in a container
Lockdown your apps in private networks that only expose necessary ports
Create a 3-node Swarm cluster in the cloud
Use Virtual IP's for built-in load balancing in your cluster
Optimize your Dockerfiles for faster building and tiny deploys
Build/Publish your own custom application images
Create your own image registry
Use Swarm Secrets to encrypt your environment configs, even on disk
Deploy container updates in a rolling always-up design
Create the config utopia of a single set of YAML files for local dev, CI testing, and prod cluster deploys
And so much more...
Course Content
-
Course Introduction and Docker Setup
3 Lectures 00:05:27-
RoadMap and Introduction of Docker Training
Preview00:04:01 -
Docker Course Resources
Preview00:01:26 -
Docker Course Resources : GitHub Repo
Preview
-
-
Set-Up Docker on Local Machine
10 Lectures 01:16:31-
Docker Editions
Preview00:08:35 -
Install Docker on Various Platforms: Text Direction
-
Docker for Windows
00:14:46 -
Text Direction: Docker on Windows
-
Install Docker on Mac Machine
00:19:04 -
Create Cloud Machine
00:12:38 -
Text Direction: Create Machine on Cloud | Discount Coupon
-
Docker For Linux
00:21:28 -
Text Direction: Docker For Linux
-
Terminal Shell and Tab Completion for Docker CLI
-
-
Creating Docker Containers : Start Like a Beginner
7 Lectures 01:43:22-
Check Docker Install and Configurations
00:14:13 -
Run Your First Container
00:29:09 -
Stop-Remove the Containers
00:20:11 -
Docker Internal Processing
00:04:43 -
Containers vs Virtual Machines
00:12:38 -
Assignment : Manage Multiple Containers
00:07:43 -
Assignment Answer : Manage Multiple Containers
00:14:45
-
-
Use Docker Containers : Advance
3 Lectures 00:30:10-
Docker CLI Monitoring
00:13:25 -
Start Container in Interactive Mode
00:07:09 -
Run Commands in Running Containers
00:09:36
-
-
Docker Networking
5 Lectures 00:41:32-
Docker Network : Introduction
00:06:15 -
Docker Network CLI : List & Inspect
00:06:59 -
Explore Container Networks
00:06:15 -
Docker Network : Create, Connect & Disconnect Network
00:10:44 -
Docker Network : DNS Concept
00:11:19
-
-
Docker Container Images : Beginning
5 Lectures 00:43:47-
What is Docker Image
00:05:20 -
Docker Hub Repository
00:12:20 -
Concept of Docker Image Layers
00:05:36 -
Docker Image Tagging
00:07:49 -
Upload Docker Image to Cloud
00:12:42
-
-
Docker Container Images : Build Images
6 Lectures 01:00:31-
Dockerfile Basics
00:02:38 -
Docker File Instructions
00:14:18 -
Create Custom Docker Image
00:20:25 -
Extend Official Docker Image
00:10:09 -
Assignment : Build Docker Image
00:02:21 -
Assignment Answer : Build Docker Image
00:10:40
-
-
Docker Containers : Application Data Management
7 Lectures 01:10:01-
Persistent Data Problem
00:06:08 -
Persistent Data : Data Volumes
00:13:15 -
Persistent Data : Bind Mounts
00:11:20 -
Assignment : Data Volumes
00:02:06 -
Assignment Answer : Data Volumes
00:25:30 -
Assignment : Bind Mounts
00:00:59 -
Assignment Answer : Bind Mount
00:10:43
-
-
Docker Compose : Multi Container Tool
4 Lectures 00:42:26-
Docker Compose Introduction
00:04:52 -
Docker Compose YML File
00:03:51 -
Run MYSQL & WORDPRESS via Docker Compose
00:15:32 -
Docker Compose : Build Application From Scratch
00:18:11
-
-
Docker Compose : Build Application From Scratch
5 Lectures 00:55:27-
Docker Swarm Introduction: Swarm Orchestration
00:11:58 -
Docker Swarm Terminology
00:07:06 -
Create Service on Docker Swarm
00:16:47 -
Create Docker Swarm Cluster
00:19:36 -
Text Direction : SetUp Docker on Swarm Docker Nodes
-
-
Docker Swarm Features and Applications
4 Lectures 00:48:57-
Networks in Docker Swarm
00:13:52 -
Docker Swarm Traffic Management
00:09:31 -
Assignment : Deploy Multi-Node Application in Docker Swarm
00:08:54 -
Assignment Answer : Create Multi Node Service
00:16:40
-
-
Docker Swarm Stack Deployment : Multi Service Deployment
4 Lectures 00:56:59-
Deploy Docker Swarm Stacks
00:18:16 -
Docker Swarm Stack : Scale Application
00:14:09 -
Docker Swarm : Persistent Data Issue in Distributed Application
00:10:42 -
Swarm : Deploy Distributed Application
00:13:52
-
-
Docker Swarm Secrets Management : Protect Sensitive Data
3 Lectures 00:35:29-
Docker Swarm Secrets Introduction
00:08:09 -
Create Docker Service with Secrets
00:11:26 -
Deploy Stack with Swarm Secrets
00:15:54
-
-
Deploy Stack with Swarm Secrets
4 Lectures 01:00:09-
ZeroDowntime Service Upgrade
00:18:51 -
HealthCheck in Docker Swarm
00:16:18 -
Constraints Placement in Docker Swarm
00:17:59 -
Service Constraints in YML File
00:07:01
-

Anshul Chauhan
DevOps Professional
Engineering Cloud Professional having about 8+ years in different areas like as Cloud Development, Deployment Automation, System Integration/Deployment, Operations, DevOps Cloud Deployment Automation Engineer, SDET in Software Testing of Web Application, Enterprise Application.
• Extensively proficient in Applications Deployment on different Linux Environment, Design Cloud Automation Solutions, Google Cloud Architecture, Continuous Integration, GIT, Jenkins, Build Automation Test Flow.
• Expertise in Docker Containers, Docker Swarm Application Design, Ansible, Kubernates & Nagios. Extensive knowledge of Python Scripting and bash Scripting.
• Extensively proficient in Open Source Framework Designing, Automation Scriptwriting, Regression testing & Automation Testing on web-based & Mobile applications.
• Extensively proficient in TDD, BDD, Hybrid UI Framework Designing, Rest-Assured Backend framework Designing.
• Proficient in Core Java, Python, Shell Scripting, Kubernetes, Docker, Selenium-WebDriver, Rest-Assured, GIT, Jenkins, Build Tools, TestNG, SQL, Oracle 10g DB, PostgreSQL.
• Excellent knowledge and working experience with Continuous Deployment, Continuous Integration, Test Scripting, Testcase preparation, Test execution and Defect Reporting.
Strength Areas:
⁞ Cloud Application Automation ⁞ Deployment Automation ⁞ Build Automation ⁞ Test Automation ⁞ Framework Designing ⁞ SDET ⁞ Continuous Deployment ⁞ Continuous Integration
⁞ Open Source Tools Designing ⁞ Team Followup, Mentoring, and Empowerment
Knowledge Areas:
⁞ Deployment Automation ⁞ Google Cloud ⁞ Configuration Management and Automation ⁞ Google Cloud ⁞ Configuration Management ⁞ Selenium Web driver ⁞ API Automation, Unix, REST Assured ⁞ CI-CD ⁞ Docker ⁞ Framework Designing ⁞ TestNG ⁞ Jenkins ⁞
Interest Areas:
⁞ Cloud Automation ⁞ Cloud Application Management & Depoyment ⁞ Test Automation Frameworks ⁞ Reporting Frameworks ⁞ Open Source Toolset