Getting Started with Kubernetes

Getting Started with Kubernetes

English | MP4 | AVC 1280×720 | AAC 44KHz 2ch | 2h 53m | 451 MB

Kubernetes is arguably the most important container management technology in the world. This course will teach you the theory and practical skills required to get you up and running as fast as possible.

Containers are here and we need a way to manage them. Kubernetes has emerged as one of the most important and exciting container management platforms. In this course, Getting Started with Kubernetes, you’ll learn the fundamentals of Kubernetes and the ‘Kubernetes way’. First, you’ll dive into Kubernetes architecture, what the main components and services are, and how they come together to build a production-class container infrastructure. Next, you’ll learn how to install and deploy Kubernetes on several cloud platforms. Finally, you’ll delve into working with pods, deployments, and services. By the end of this course, you’ll have a solid understanding of what Kubernetes is and how it works, as well as skills to deploy a Kubernetes cluster and simple applications.

Table of Contents

01 Course Overview
02 Course Introduction
03 Kubernetes – Where It Came From
04 Kubernetes – What and Why
05 Module Intro
06 Big Picture View
07 Masters
08 Nodes
09 Desired State and the Declarative Model
10 Pods
11 Services
12 Deployments
13 Bringing It Home
14 Module Intro
15 Minikube
16 Google Container Engine
17 Installing in AWS with kops
18 Installing Manually with kubeadm
19 Module Summary
20 Pod Theory
21 Deploying Your First Pod
22 Deploying Pods via Replication Controllers
23 Module Summary
24 Module Intro
25 The Theory
26 Creating a Service the Iterative Way
27 Creating a Service the Declarative Way
28 In the Real World
29 Summary
30 Module Intro
31 Deployment Theory
32 Creating Your First Kubernetes Deployment
33 Updating a Deployment
34 Module Summary
35 What Next