LEARNING FOR LIFE

Get Yourself a Better Life! Free eLearning Download

  • Technical
    • Internet & Networking
    • Security & Hacking
    • AI | Artificial intelligence
    • OS & Server
    • WEB/HTML/CSS/AJAX
    • Database & SQL
    • Programming
    • Perl & PHP
    • .Net & Java
    • Mobile Development
    • C/C++/C#
    • Game Development
    • Unix & Linux
    • MAC OS X
    • Windows
    • OFFICE
    • Operation Systems
    • Hardware
  • Graphic & Media
    • Photography
    • 3D
    • Adobe Product Training
    • Art & Drawing & Painting
    • Film & Film Making
    • Game Designing
    • Music Training
    • Tutorials for designer
  • Business
    • Business & Investing
    • Writing & Affiliate
    • Marketing
    • Sales
    • Economics & Finances
    • Seo & Site Traffic
    • Stock & ForEX
  • Life Stype
    • Self Improvement | MP
    • Mindset | NLP
    • Fashion / Clothing / Grooming
    • Seduction
    • Fighting / Martial Arts
    • Food / Drink / Cooking
    • Health / Fitness / Massage
    • Languages / Accents
    • Magic / Illusions / Tricks
    • Psychology / Body Language
  • Engineering & Science
    • Cultures & History
    • Electrical & Architecture
    • Mathematics & Physics
    • Medical
  • Entertainment
    • Comic
    • Manga
    • Novel
    • Magazine
  • PC Game
    • Mac Game
    • Xbox Game
    • Play Station Game
Home » Ebooks & Tutorials » Technical » WEB/HTML/CSS/AJAX » Docker Orchestration and Microservices Second Edition

Docker Orchestration and Microservices Second Edition

07/03/2018 Learning for Life Leave a Comment

Docker Orchestration and Microservices Second Edition
English | Size: 4.51 GB
Category: Tutorial


In this video training, Charles D. Crawford starts by introducing some of the motivations behind microservices and how to properly containerize web applications using Docker. He then does a quick overview of how Docker registries can help to store artifacts from your built images. Following this, he walks you through Docker’s latest tools: docker-compose, docker-machine, and docker-swarm. Specifically, Charlie covers how to use these tools to aid in both developing and deploying to a wide variety of system and container configurations. He then turns to Kubernetes, the popular container orchestration system created by Google. After watching this video, developers will have a strong understanding of modern containerized applications and microservices and will understand how these systems can benefit them.

Charles David Crawford has more than ten years of software experience and five years of experience in software education. He is currently a lead instructor at Code Fellows, where he teaches full-stack web programming. He is also an active software and writing consultant and the director of marketing for Hack The People, a distributed nonprofit organization focused on fostering mentor-mentee relationships in software development. Additionally, Charlie is an active blog contributor at The New Stack, a site featuring news about and analysis of an ever-changing software development ecosystem. Prior to this, Charlie was a developer evangelist for Shippable, a SaaS that leverages Docker to provide continuous integration services. He was also a software engineer at Amazon Web Services on the Elastic Beanstalk team, where he worked on things such as the Elastic Beanstalk Ruby container, Nodejs container, and the Docker container.

Skill Level

Intermediate
Learn How To

Begin designing your web apps as microservices
Use Docker to containerize your microservices
Leverage modern Docker orchestration tools to aid in both developing and deploying your applications
Use Google’s container orchestration platform Kubernetes
Interpret the modern DevOps and container orchestration landscape
Who Should Take This Course

Users of Docker who are looking to move from ad-hoc setups to more formal and powerful orchestrated setups.
Those interested in microservice-based architectures
Course Requirements

Basic understanding of Docker
Understanding of web services
A programming background
Related Files

The supplemental content for this LiveLesson can be downloaded from https://github.com/CADBOT/docker-livelessons-notes.

Lesson Descriptions

Lesson 1: Thinking in Terms of Microservices

Lesson 1 covers the basics of what a microservice is, what problems it solves, and new challenges microservices bring. Also discussed is how Docker fits into microservices and how it can be a great help in developing microservice-based systems.

Lesson 2: Dockerizing Your Microservices

Lesson 2 looks at creating a basic microservice using Node.js. Next, this lesson covers how to create a Docker image containing the microservice and its dependencies.

Lesson 3: Using Registries to Store and Distribute Docker

Lesson 3 looks at using the Docker Hub service as a repository to store your custom docker images. Additionally covered is how to trigger automatic rebuilds of Docker images upon a code push to Github.

Lesson 4: Deploying Single Instance Single Container Apps with Docker Machine

Lesson 4 covers doing basic dockerized app deployments using Docker Machine. This sets the foundation for work in future lessons with Docker Compose and Docker swarm.

Lesson 5: Local Development of Microservices-Based Apps with Docker Compose

Lesson 5 explores how Docker is not only useful in a production environment, but a development one as well. One of the largest challenges of microservices is the more complex setup required for a development environment; however, Docker Compose makes local development easier than ever.

Lesson 6: Deploying Single Instance Multi-Container Apps with Docker Compose and Docker Machine

Lesson 6 is about extending Docker Compose beyond development environments to do multi-container apps on a single instance, quickly and easily.

Lesson 7: Multi­Instance Multi-Container Applications with Docker Swarm, Stack, and Compose

Lesson 7 is where we take our first look at complex multi-instance and multi-container deployments. Docker Swarm is built on the Docker API, so a lot of knowledge carries over from vanilla Docker, but there are still additional swarm constructs to learn, such as the master and slave node systems.

Lesson 8: Advanced Docker Swarm Configuration

Lesson 8 takes a deeper look into Docker Swarm and teaches you about advanced configuration options such as container affinities.

Lesson 9: Container Orchestration with Kubernetes

Lesson 9 looks at Kubernetes, which takes a different approach to orchestration than Swarm. Kubernetes brings in many new concepts such as pods, replication controllers, services, and more.

About Pearson Video Training

Pearson publishes expert-led video tutorials covering a wide selection of technology topics designed to teach you the skills you need to succeed. These professional and personal technology videos feature world-leading author instructors published by your trusted technology brands: Addison-Wesley, Cisco Press, Pearson IT Certification, Prentice Hall, Sams, and Que Topics include: IT Certification, Network Security, Cisco Technology, Programming, Web Development, Mobile Development, and more. Learn more about Pearson Video training at http://www.informit.com/video.

Table of Contents
Introduction
Docker Orchestration and Microservices: Introduction 00:02:57
Understand basic Docker concepts 00:12:48
Using Dockerfiles to create images 00:06:32
Lesson 1: Thinking in Terms of Microservices
Learning objectives 00:00:37
1.1 Understand microservices 00:03:09
1.2 Understand what problems microservices solve 00:02:36
1.3 Understand the complexities introduced by microservices 00:02:06
1.4 Define an example of a microservice-based architecture 00:01:36
Lesson 2: Dockerizing Your Microservices
Learning objectives 00:00:50
2.1 Understand how Docker can benefit a microservice architecture 00:02:39
2.2 Create a Docker container for each app 00:10:37
2.3 Configure your apps for both production and development 00:01:15
Lesson 3: Using Registries to Store and Distribute Docker Images
Learning objectives 00:00:39
3.1 Define a Docker registry 00:03:03
3.2 Configure your Docker image to be pushed to Docker Hub 00:01:42
3.3 Configure your Docker image to be rebuilt upon code pushes to Github 00:02:42
Lesson 4: Deploying Single Instance Single Container Apps with Docker Machine
Learning objectives 00:01:10
4.1 Understand how Docker Machine works 00:02:15
4.2 Use Docker Machine to simulate deployment with a VM 00:06:51
4.3 Use Docker Machine to deploy to a cloud provider 00:03:50
4.4 Understand the basics of multi-container apps 00:01:30
Lesson 5: Local Development of Microservices-Based Apps with Docker Compose
Learning objectives 00:00:59
5.1 Define application topologies with Docker Compose 00:13:23
5.2 Connect a local test DB with Docker Compose 00:09:39
5.3 Define the right sub¬≠topology for each microservice’s local development 00:06:30
Lesson 6: Single Instance MultiContainer Apps with Docker Compose
Learning objectives 00:00:44
6.1 Configure a new Docker Compose file for production 00:01:43
6.2 Use a .env file to securely use env vars 00:03:57
6.3 Use Compose and Machine together to deploy the application 00:04:11
Lesson 7: Multi-­Instance Multi-Container Applications with Docker Swarm, Stack, and Compose
Learning objectives 00:00:25
7.1 Create a Docker Swarm cluster 00:02:59
7.2 Create a Swarm stack with one type of replicated container 00:04:23
7.3 Create a Swarm stack with multiple types of replicated containers 00:04:20
Lesson 8: Advanced Docker Swarm Configuration
Learning objectives 00:00:29
8.1 Spin down a Docker Swarm 00:04:27
8.2 Scale a Swarm up or down 00:04:26
Lesson 9: Container Orchestration with Kubernetes
Learning objectives 00:00:35
9.1 Understand Kubernetes concepts 00:06:10
9.2 Run Kubernetes locally 00:02:55
9.3 Define your first pod 00:05:43
9.4 Use Kubernetes labels 00:03:54
9.5 Understand and use Kubernetes replication controllers 00:03:44
9.6 Use the Kubernetes Services construct 00:03:05
Summary
Docker Orchestration and Microservices: Summary 00:00:30

Buy Long-term Premium Accounts To Support Me & Max Speed

DOWNLOAD:


https://rapidgator.net/file/4b20345f1f291e0c4264a5042ff82198/Docker_Orchestration_and_Microservices_Second_Edition.part1.rar.html
https://rapidgator.net/file/03fa187a4280ea7e079f00ae8287685a/Docker_Orchestration_and_Microservices_Second_Edition.part2.rar.html
https://rapidgator.net/file/5ba38743c37262bd92ae372cfea94808/Docker_Orchestration_and_Microservices_Second_Edition.part3.rar.html
https://rapidgator.net/file/804799b8d31f4c506c45e689fe09e930/Docker_Orchestration_and_Microservices_Second_Edition.part4.rar.html
https://rapidgator.net/file/352f0db84ae71693c883f177b7ba88b0/Docker_Orchestration_and_Microservices_Second_Edition.part5.rar.html
https://rapidgator.net/file/7a6ea2618ae2b7e203cdc9eb88ad07b5/Docker_Orchestration_and_Microservices_Second_Edition.part6.rar.html
https://rapidgator.net/file/9769a673f9584cfbfa7e6fc9e2bd018d/Docker_Orchestration_and_Microservices_Second_Edition.part7.rar.html


http://nitroflare.com/view/A58F03F10979CB1/Docker_Orchestration_and_Microservices_Second_Edition.part1.rar
http://nitroflare.com/view/3FCDDFAD0DFEF2E/Docker_Orchestration_and_Microservices_Second_Edition.part2.rar
http://nitroflare.com/view/7DED4A2F2A48183/Docker_Orchestration_and_Microservices_Second_Edition.part3.rar
http://nitroflare.com/view/83624134FCBEB8B/Docker_Orchestration_and_Microservices_Second_Edition.part4.rar
http://nitroflare.com/view/2041E1FF81A48CF/Docker_Orchestration_and_Microservices_Second_Edition.part5.rar
http://nitroflare.com/view/A584D9AA56C63F7/Docker_Orchestration_and_Microservices_Second_Edition.part6.rar
http://nitroflare.com/view/8A0E74A473DF9D1/Docker_Orchestration_and_Microservices_Second_Edition.part7.rar

If any links die or problem unrar, send request to http://goo.gl/aUHSZc

WEB/HTML/CSS/AJAX Docker, Edition, Microservices, Orchestration, Second

← Divinity Original Sin Enhanced Edition MULTi9-PROPHET Dorling Kindersley, DK Eyewitness Travel Guides (2013, 2016, 2017, 2018) →

About Learning for Life

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

  • ISTQB® Test Analyst Advanced Level (CTAL-TA) 2025 | Udemy
  • Udemy – Microsoft Fabric: The Ultimate Guide (with Projects)
  • Udemy – Physical Development For Youth Athletes
  • Coursera – Packt: Kubernetes Masterclass For Application Developers 2024
  • Compositing Academy – Nuke Compositing Career Starter Bundle

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

2019 2020 2021 2022 2023 2024 Advanced AWS Azure BBC Beginners BitBook BOOKWARE Certified Cisco Cloud Comic Complete Course Data Design eBook Fundamentals Guide Hybrid iLEARN Introduction JavaScript Learn Learning LinkedIn Linux Lynda Masterclass Microsoft Packt Pluralsight Programming Python Security Skillshare Training Udemy Using XQZT

Copyright © 2025 · Equilibre on Genesis Framework · WordPress · Log in