Kubernetes Training from Basic to Advanced | 20+ ISSUE LIST
Kubernetes Training from Basic to Advanced | 20+ ISSUE LIST, available at $199.99, has an average rating of 4.75, with 46 lectures, based on 13 reviews, and has 61 subscribers.
You will learn about My session is fully based on Real time issues and Scenario based on Kubernetes Production Environment. This session will be helpful for those folks who have good knowledge about Kubernetes but don't have a chance to get a job in Kubernetes. or no knowledge about real time scenarios in industry, due to the lack of this thing they are not confident during the interview I have explained my Kubernetes infrastructure like Cluster size, Team size and all tools we have used in industry like monitoring tool, logging tool, backup tool. and also discussed on scenario based QS with Answer for Interview I have covered few issue like…some of the Pod having ImagePullBackOff ERROR, How do we fix this issue what is root cause of this issue One of the Pods are in CrashloopBackOff State – what is the reason and how do we fix those issue One OF Pod are stuck in Pending State – What is the reason and how do we fix this issue So i have noted down all Issue what i faced in my Kubernetes journey and created a Live troubleshooting session with Solution and RCA This course is ideal for individuals who are Beginner in Kubernetes, curious to learn Kubernetes real time issue It is particularly useful for Beginner in Kubernetes, curious to learn Kubernetes real time issue.
Enroll now: Kubernetes Training from Basic to Advanced | 20+ ISSUE LIST
Summary
Title: Kubernetes Training from Basic to Advanced | 20+ ISSUE LIST
Price: $199.99
Average Rating: 4.75
Number of Lectures: 46
Number of Published Lectures: 45
Number of Curriculum Items: 46
Number of Published Curriculum Objects: 45
Original Price: $199.99
Quality Status: approved
Status: Live
What You Will Learn
- My session is fully based on Real time issues and Scenario based on Kubernetes Production Environment.
- This session will be helpful for those folks who have good knowledge about Kubernetes but don't have a chance to get a job in Kubernetes.
- or no knowledge about real time scenarios in industry, due to the lack of this thing they are not confident during the interview
- I have explained my Kubernetes infrastructure like Cluster size, Team size and all tools
- we have used in industry like monitoring tool, logging tool, backup tool. and also discussed on scenario based QS with Answer for Interview
- I have covered few issue like…some of the Pod having ImagePullBackOff ERROR, How do we fix this issue what is root cause of this issue
- One of the Pods are in CrashloopBackOff State – what is the reason and how do we fix those issue
- One OF Pod are stuck in Pending State – What is the reason and how do we fix this issue
- So i have noted down all Issue what i faced in my Kubernetes journey and created a Live troubleshooting session with Solution and RCA
Who Should Attend
- Beginner in Kubernetes, curious to learn Kubernetes real time issue
Target Audiences
- Beginner in Kubernetes, curious to learn Kubernetes real time issue
Does anyone want to learn real time Training Based on Kubernetes Production Environment, i have more than 20 plus real time production issue lists with solutions plus client requirements . I have noted all the issues that I faced during my job journey in Kubernetes. In this session I have fixed all of those issues and provided the root cause of the issue. How are we fixed?
Most of the interviewer asked you to tell me about challenges which you were working on in your Kubernetes project.
After watching my session that would be more helpful. I have covered all the Topics which are based on the real time environment, which generally I worked and have faced those issues in my Kubernetes project.
This session will be helpful for those folks who have good knowledge about Kubernetes but don’t have a chance to get a job in Kubernetes or no knowledge about real time scenarios in industry, due to the lack of this thing they are not confident during the interview. I will explain about Kubernetes infrastructure like all tools we have used in industry, and also share a list of interview questions.
Nowadays most of the companies have adopted containerization based applications and deploy applications over Kubernetes Platform so there are a lot of opportunities only on Kubernetes profile itself. Most guys have confusion that only devops openings are there but it’s not true…Generally devops guys set up CICD Pipeline or Set Release pipeline over kubernetes environment. So company needs seperate team to manage entire kubernetes infrastructure, Generally in project 100+ kubernetes cluster 400+ application running as a pod so we need seperate team to manage entire infrastructure and we have to upgrade cluster time to time also.
I have covered below topics in my complete series
01 – What is kubernetes
02 – What are Kubernetes Architecture
03 – What is Master Node and worker node
04 – What all component of master node and worker node
05- How many type of kubernetes Cluster
06 – What is Pod / Worker node / namespace
07 – What is Azure AKS Cluster
08 – Create a AKS cluster from scratch
09 – How do we setup Jump box
10 – How do we install kubectl plugins / Az cli/ helm/ Docker client into jump box
11 – How do we connect Azure AKS Cluster from Jump Box
12 – How do authenticate your ID before conenct to Azure AKS Cluster
13 – What is YAML file
14 – How do we deploy Pod using Yaml file
15 – How do we create namespace using kubectl command
16 – Not able to run yaml file getting error
17 – Pod getting OMM error after pod deployment
18 – Pod stuck in pending state
19 – Pods stuck in crashloop back off state
20 – Namespace stuck in Terminating state
21 – How to create private repository to manages all application
22 – how do we push images from local machine to private repository
23 – How do we tag images using docker tag
24 – How do we pull images from Public repo Docker hub
25 – How many type of secret and how do we create ImagePullsecret
26 – How to import secret into pod manifest
27 – All Reak time Troubleshooting related to ImagePullBack Off Error
28 – What is persistent volume and how do we create
29 – what is storage class how do we create storage class and import into cluster
30 – How to add pv into volume
31 – How to we extend persistent volume in Pod
32 – All Reak time Troubelshooting Related to Persistent Volume
33 – What is Velero backup Tool, why we use
34 – How do we setup velero plugins to jump server
35 – How do we create service principle in azure
36 – How to we create bucket in Azure to store backup data
37 – How do we setup Velero server as a pod on kubernetes Cluster
38 – How do we take full backup on entire namespace
39 – How do we restored namespace from backup after deletion
40 – how do we set retention period during backup command
45 – How we set schdule backup in kubernetes
46 – How do we delete backup and restore
47 – how do we cross verify that how many total resource has been backuped.
48 – How to Upgrade AKS cluster and what all pre and post task during upgradation
49 – If Cluster upgrdation Failed how do we Fix and what are the RCA.
50 – What are all challenges we have faced during cluster upgradation
51 – How do we scaling UP AKS cluster
52 – what is cordon and drain ? how do we apply over node
53 – What is Service and How many types of services
54 – What is NodePort, ClusterIP,Loadbalancer Services
55 – Which servce Generally used in Kubernetes Production Env
56 – How do we Craete Loadbalancer service and try to expose your application
57 – What is label and Selector in Kubernetes
58 – What is Nginx Ingress Controller
59 – How Traffic flow from pod to outsie Cluster and Its Architecture
60 – What is NodeSelector , how do we apply over deployement
61 – How to apply Labelled Over node
62 – If my application URL are not working ? What are the way to fix those Issue
63 – Deploy nginx ingress controller using Helm
64 – what all command using in helm
65 – How to we migrate PVC from One Zone to another Zone
66 – What is taint and toleration.
67 – How do we setUp Jenkins as a pod over cluster
68 – How do we access jenkins URL using Loadbalancer services
69 – What is Horizontal Pod Autoscaler and how do we SET
70 – How do we Overcome OOM killed issue related to Pod
71 – What is TLS certificate and How do we generate
72 – How do we import SSL certificate to application
73 – What are all process to generate SSL certificate ( Theory )
74 – How do we make sure your application should be running over HTTPS instead of Http
75 – How to be create ingress Object for application
76 – Where we can define URL of application in Ingress object
77 – Day to Day Task in Kubernetes Production Environment
78 – Discussion of my Kubernetes Infrastructure Details
79 – I will share 50+ Interview Question for Kubernetes
80 – 20+ scenarion based Question with solution
81 – During My session i will covered 15-20 issue and fixed on Live session based on Kubernetes Production Env
82 – I will share sample Resume for kubernetes profile
Course Curriculum
Chapter 1: Introduction
Lecture 1: Introduction
Lecture 2: Kubernetes Architecture
Lecture 3: Types of Kubernetes Cluster
Lecture 4: What is Pod and Node in Kubernetes
Lecture 5: What is yaml file
Lecture 6: How do Create Azure AKS Cluster from Scratch
Lecture 7: Kubernetes basic command
Chapter 2: Session -02
Lecture 1: Rancher – part -01
Lecture 2: What is Rancher – Part -02
Lecture 3: What is private repo and how do we create – Part -01
Lecture 4: Lecture -11 – Private repository – Part -02
Chapter 3: session -03
Lecture 1: Storage | Persistent Volume in Kubernetes – Part -01
Lecture 2: Storage | Persistent Volume in Kubernetes – Part -02
Lecture 3: Backup & Restoration in Kubernetes – Part 01 | Velero Backup Tool
Lecture 4: Backup & Restoration in Kubernetes – Part 02 | Velero Backup Tool
Chapter 4: Session -04
Lecture 1: AKS Cluster upgradation – Part -01
Lecture 2: AKS Cluster Upgradation – Part -02 | Challenges during Upgradation
Lecture 3: NGINX INGRESS CONTROLLER – Part -01
Lecture 4: NGINX INGRESS CONTROLLER – Part -02 | Jenkins Setup
Lecture 5: SSL Certificate | TLS in Kubernetes
Lecture 6: LAST Session | HPA
Chapter 5: Real time issue list based on kubernetes production env
Lecture 1: Issue-01 – Live Troubleshooting Based on Kubernetes Production Env
Lecture 2: Issue-02- Live Troubelshooting Based on Kubernetes Production Env
Lecture 3: Issue-03- Live Troubelshooting Based on Kubernetes Production Env
Lecture 4: Issue-04- Live Troubelshooting Based on Kubernetes Production Env
Lecture 5: Issue-05- Live Troubleshooting Based on Kubernetes Production Env
Lecture 6: Issue-06 – Live Troubleshooting Based on Kubernetes Production Env
Lecture 7: Issue-07 – Live Troubleshooting Based on Kubernetes Production Env
Lecture 8: Issue-08 – Live Troubleshooting Based on Kubernetes Production Env
Lecture 9: Issue-09 – Live Troubleshooting Based on Kubernetes Production Env
Lecture 10: Issue-10 – Live Troubleshooting Based on Kubernetes Production Env
Lecture 11: Issue-11 – Live Troubleshooting Based on Kubernetes Production Env
Lecture 12: Issue-12 – Live Troubelshooting Based on Kubernetes Production Env
Lecture 13: Issue-13 – Live Troubleshooting Based on Kubernetes Production Env –
Lecture 14: Issue-14 – Live Troubleshooting Based on Kubernetes Production Env –
Lecture 15: Issue-15- Live Troubleshooting Based on Kubernetes Production Env –
Lecture 16: Issue-16- Live Troubleshooting Based on Kubernetes Production Env
Lecture 17: Issue-17- Live Troubleshooting Based on Kubernetes Production Env
Lecture 18: Issue-18- Live Troubleshooting Based on Kubernetes Production Env
Lecture 19: Issue-19 – Live Troubleshooting Based on Kubernetes Production Env –
Lecture 20: Issue-20 – Live troubleshooting Based on Kubernetes production Env
Lecture 21: Application Pod Created but not Found in Cluster – Part -01
Lecture 22: Application Pod Created but not Found in Cluster – Part -02
Chapter 6: LIVE INTERVIEW SESSION WITH CANDIDATE IN TOP MNC COMPANY
Lecture 1: Live Devops Interview with candidate having 4-5 Years of exp with MNC Company
Lecture 2: LIVE INTERVIEW SESSION WITH CANDIDATE
Instructors
-
Tariq J
Consultant on Kubernetes
Rating Distribution
- 1 stars: 0 votes
- 2 stars: 0 votes
- 3 stars: 0 votes
- 4 stars: 6 votes
- 5 stars: 7 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Top 10 Language Learning Courses to Learn in November 2024
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024