Book Image

Containerization with Docker and Kubernetes in Azure [Video]

By : Kompozure Ltd
Book Image

Containerization with Docker and Kubernetes in Azure [Video]

By: Kompozure Ltd

Overview of this book

From handling versioning efficiently, to enhancing security and portability, technologies such as Docker and Kubernetes have greatly benefitted application development and cloud deployments. Microsoft offers excellent containerization services with its Azure Container Services, and also supports both Docker and Kubernetes. The course focuses on application containerization using a combination of the dynamic duo, Docker and Kubernetes. It will show you how to get hands-on and take advantage of these two tools, alongside Azure Container Services, and improve the configuration and deployment of your applications on Azure Cloud. By the end of this course, you'll learn all about Docker and Kubernetes and will be able to configure, manage, and deploy applications on Azure Cloud. The code bundle for this video course is available at - https://github.com/PacktPublishing/Containerization-with-Docker-and-Kubernetes-in-Azure
Table of Contents (5 chapters)
Chapter 2
Your First Containerized Application in Azure
Content Locked
Section 3
Create Dockerfiles with Visual Studio Code
The aim of this video is to create your first Dockerfile. - Get introduced to Dockerfiles - Learn the container lifecycle from Dockerfile to running in a Docker container - Demonstration