Book Image

Kubernetes - Certified Kubernetes Administrator (CKA) 2022 [Video]

By : Himanshu Sharma
Book Image

Kubernetes - Certified Kubernetes Administrator (CKA) 2022 [Video]

By: Himanshu Sharma

Overview of this book

Kubernetes is at the cutting-edge of application deployment. To elevate your DevOps career, learn how to effectively deploy applications on Kubernetes. In this course, you will learn most of the things that everyone is looking for. This course will help you in understanding the production environment and we have captured most of the things in the course that you will face in an interview and while working in production. For example, what are the options we can use to create a cluster like Kubeadm, KOPS, Rancher, K3s, and EKS? We have almost covered everything, from installation to deploying the applications and securing them. Backing up your application is the most essential thing you need to do, which has also been covered here. By the end of this course, you will have gained the knowledge required to design and deploy cloud-native applications on a Kubernetes cluster. The course resources are available at https://github.com/PacktPublishing/Kubernetes---Certified-Kubernetes-Administrator-CKA-2022
Table of Contents (40 chapters)
2
Let's Create a Cluster with Kubeadm
3
Use of .kube/config File and What to Do if You Delete It
4
Let's Create a Cluster on AWS Cloud with KOPS (Kubernetes Operations)
5
Rancher Kubernetes Engine (RKE)
9
Services (ClusterIP, NodePort, LoadBalancer)
15
Kube-Bench, CIS Benchmarks (Securing Kubernetes)
19
Create a New Cluster with Rancher UI
20
Monitoring Your Kubernetes Cluster with Grafana, Prometheus, and Alert Manager
21
Kubernetes GitOps with Continuous Delivery
25
Amazon Elastic Container Registry (Share and Deploy Container Software)
27
Set Up Your Machine
28
HELM Basics
29
What If You are Stuck with Some Error?
30
Chart Deep Dive
31
How to Work with Multiple Values.yaml
32
Creating a Template File and Access Those Templates
33
Advance Template with IF Statement
34
ELSE and ELSE IF Statement
35
Chart Museum Part 1
36
Chart Museum Part 2
37
Deep Dive into Chart Museum
38
Deploying Grafana with HELM
39
Pull Grafana Chart and Play Around
40
Final Section
Chapter 12
How to Secure the Application
Content Locked
Section 1
Securing the Applications
In this video, we will be securing the application.