Book Image

Working with Advanced Docker Operations [Video]

By : Randall Smith
Book Image

Working with Advanced Docker Operations [Video]

By: Randall Smith

Overview of this book

Docker has been a game changer when it comes to virtualization. It provides a fast and robust way to deploy application. It makes it easy to build and deploy applications reliable, repeatable and fast.In this video course you will learn how to manage Kubernetes to manage containers across a cluster of hosts.Next it will teach you how to monitor the health of a Docker cluster. Along the way, you will learn how to deploy your application that can be quickly scaled to meet load needs and be upgraded with little or no downtime. Next, we'll guide you on how to configure the Docker daemon, troubleshooting containers and images. We'll also teach you how to use continuous integration techniques to automatically build and test Docker images. Moving on, we will discuss use cases for containers. Each use case will highlight a particular problem and how Docker helps to solve it.Finally, you will learn how to use Kubernetes orchestration system, how to monitor your Docker cluster, How to automate your application to build, test and deploy. This course uses Kubernetes 1.8, while not the latest version available, it provides relevant and informative content for legacy users of Kubernetes. All the resource files are added to the GitHub repository at: https://github.com/PacktPublishing/Working-with-Advanced-Docker-Operations
Table of Contents (5 chapters)
Chapter 4
Continuous Integration and Delivery with GitLab
Content Locked
Section 3
Automatically Deploying an Image
Learn how to automatically deploy Docker images and applications to Kubernetes - Setup your environment for automatic deployment - Deploy applications to Kubernetes with GitLab CI - Learn other ways to structure your CI process