Book Image

Kubernetes for Beginners [Video]

By : Bogdan Stashchuk
3 (2)
Book Image

Kubernetes for Beginners [Video]

3 (2)
By: Bogdan Stashchuk

Overview of this book

Kubernetes is now a de-facto standard for the deployment of the containerized applications into the production and it is the must-know tool for all DevOps engineers and software developers who want to learn how to run and test their applications in production. During this course, you will also perform practical tasks like creating a Kubernetes cluster locally on your computers using Minikube, managing the Kubernetes cluster using kubectl, creating pods, analyzing how they are assigned to nodes, and examining their internals. You will also learn to create deployments and observe how Kubernetes automatically creates necessary pods for this deployment, scale deployments, monitor deployments, and observe what happens when some of the pods fail. Furthermore, you will create services to be able to connect to the deployments both internally and externally and launch the Kubernetes dashboard. Also, in practice activities, you will learn how to deploy applications in Kubernetes following the declarative approach and you will be able to create and apply YAML configuration files for the deployments and for the services. By the end of the course, you will be able to modify deployments and services by making changes to the YAML configuration files and re-applying them. All code files are placed here: https://github.com/PacktPublishing/Kubernetes-for-Beginners
Table of Contents (16 chapters)
Free Chapter
1
Course Introduction
8
Deployment and Service Deletion
11
Kubernetes Dashboard
16
Course Summary
Chapter 13
Multiple Deployments Creation
Content Locked
Section 3
Building Custom Docker Image for the Second Web App
This video explains building a custom Docker image for the second web app.