Kubernetes for the Absolute Beginners – Hands-on

Kubernetes for the Absolute Beginners – Hands-on

English | MP4 | AVC 1280×720 | AAC 44KHz 2ch | 5.5 Hours | 1.60 GB

Learn Kubernetes in simple, easy and fun way with hands-on coding exercises. For beginners in DevOps.

Learning Kubernetes is essential for any DevOps professional. DevOps engineers are always in demand. Currently the average Silicon Valley salary for a DevOps engineer is 20% higher than what a software engineer makes.

DevOps engineers make an average of $140,000 to $200,000 annually. And One of the most in-demand skills is Kubernetes Deployment.

Kubernetes is an open-source system for automating deployment, scaling, and management of containerized applications. It was originally designed by Google and is now maintained by the Cloud Native Computing Foundation.

Kubernetes is at the cutting-edge of application deployment. The best way to kick-start your DevOps career is by learning how to effectively deploy Kubernetes.

This course is for absolute Kubernetes beginners. With zero knowledge about Kubernetes, once you take this course and complete all of the hands-on coding exercises, you will be ready to deploy your own applications on a Kubernetes platform.

You will start your journey as a beginner and go through 10 simple, step-by-step lectures. Each lecture and demo is designed to give you the time to fully grasp all of the concepts. The most important part of the course is the series of hands-on coding exercises that accompany each major concept.

But, lectures alone won’t give you the skills you need to make it as a DevOps engineer. In this course, you will learn by doing. Each exercise will help you make sure you have truly mastered the concepts and will help have the confidence to apply your Kubernetes knowledge in real-world situations.

You will be developing your own services using Kubernetes configuration files for different use cases right in your browser. The coding exercises will validate your commands to make sure you have written them correctly.

After you have completed the lectures and coding exercises you will have the opportunity to complete a series of assignments that put your new skills to the test. You will be given a challenge to solve using the Kubernetes skills you have learned.

This will give you real-world experience and the chance to work with other students in the community. You will develop a Kubernetes deployment and get feedback for your work.

This course is the best way to learn the Kubernetes skills you will need to succeed in your DevOps career.

Don’t waste any more time wondering what course is best for you. You’ve already found it. Get started right now getting the Kubernetes skills you need to be successful as a DevOps engineer.

What you’ll learn

  • Gain basic understanding of Kubernetes Fundamentals
  • Develop Kubernetes Configuration Files in YAML
  • Deploy Kubernetes Cluster on local systems
  • Deploy Kubernetes on Cloud – Google Cloud Platform
  • Deploy Applications on Kubernetes
  • Setup ReplicaSets, Services and Deployments on Kubernetes
Table of Contents

Introduction
1 Introduction
2 The Kubernetes Course Series
3 Course Resources

Kubernetes Overview
4 Containers Overview
5 Container Orchestration
6 Kubernetes Architecture
7 Student Preferences

Setup Kubernetes
8 Kubernetes Setup – Introduction and Minikube
9 Reference
10 Demo – Minikube
11 Hands-On Labs – Familiarise with the lab environment

Kubernetes Concepts
12 PODs
13 Demo – PODs
14 Reference – PODs
15 Your reviews are important to me!

YAML Introduction
16 Introduction to YAML
17 Introduction to Coding Exercises
18 Coding Exercises – Answer Keys

Kubernetes Concepts – PODs, ReplicaSets, Deployments
19 PODs with YAML
20 Demo – PODs with YAML
21 Tips & Tricks – Developing Kubernetes Manifest files with Visual Studio Code
22 Demo – How to Access the Labs
23 Accessing the Labs
24 Hands-On Labs
25 Solution Pods with YAML Lab
26 Replication Controllers and ReplicaSets
27 Demo – ReplicaSets
28 Hands-On Labs
29 Solution – ReplicaSets
30 Deployments
31 Demo – Deployments
32 Hands-On Labs
33 Solution – Deployments
34 Deployments – Update and Rollback
35 Demo – Deployments – Update and Rollback
36 Connect with Me!

Networking in Kubernetes
37 Basics of Networking in Kubernetes

Services
38 Services – NodePort
39 Demo – Services
40 Services – ClusterIP
41 Services – Load Balancer
42 Hands-On Labs
43 Solution – Services
44 Stay Updated!

Microservices Architecture
45 Microservices Application
46 Microservices Application on Kubernetes
47 Demo – Deploying Microservices Application on Kubernetes
48 Demo – Deploying Microservices Application on Kubernetes with Deployments
49 Bonus Lecture Checkout Other Offerings

Kubernetes on Cloud
50 Kubernetes on Cloud – Introduction
51 Kubernetes on GCP (GKE)
52 Reference – Google Cloud Platform
53 Kubernetes on AWS (EKS)
54 Kubernetes on Azure (AKS)

Conclusion
55 Conclusion
56 Bonus Lecture Kubernetes Series of Courses

Appendix – Setup Multi Node cluster using Kubeadm
57 Reference
58 Kubernetes Setup – Kubeadm
59 Demo – Setup Lab – VirtualBox
60 Demo – Provision cluster using Kubeadm