Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Real time Case or Scenario in Kubernetes |ClientRequirement
Rating: 4.3 out of 5(8 ratings)
75 students

Real time Case or Scenario in Kubernetes |ClientRequirement

Real time Scenario in Kubernetes | Customer or Client Requirement in Kubernetes Production Environment
Created byTariq J
Last updated 8/2024
English

What you'll 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 used case which i worked in my Kubernetes Project
  • All the requirement is given my US Client or customer for our Kubernetes Project
  • So That you will get Real time exposure in Kubernetes environment
  • You will familiar about Day to Day task in Kubernetes , which type of requirement given by Client we have to manage

Course content

1 section20 lectures3h 17m total length
  • PROJECT -03 | CLIENT REQUIREMENT ON KUBERNETES PROJECT2:26
  • Project -01 | CLIENT REQUIREMENT ON KUBERNETES PROJECT22:04
  • Issue Faced During Kubernetes Cluster SetUP9:53
  • PROJECT -03 - PART -01 _ CLIENT REQUIREMENT ON KUBERNETES PROJECT6:22
  • PROJECT -03 - PART -02 _ CLIENT REQUIREMENT ON KUBERNETES PROJECT8:15
  • PROJECT -03 - PART -03_ CLIENT REQUIREMENT ON KUBERNETES PROJECT15:05
  • PROJECT -03 - PART -04 _ CLIENT REQUIREMENT ON KUBERNETES PROJECT11:03
  • PROJECT -04 | CLIENT REQUIREMENT ON KUBERNETES PROJECT12:54
  • PROJECT -05 | CLIENT REQUIREMENT ON KUBERNETES PROJECT11:02
  • PROJECT -05 -Part -01 | CLIENT REQUIREMENT ON KUBERNETES PROJECT8:54
  • PROJECT -05 -Part -02 | CLIENT REQUIREMENT ON KUBERNETES PROJECT21:12
  • PROJECT -06 | CLIENT REQUIREMENT ON KUBERNETES PROJECT3:43

    Explore a real time Kubernetes use case scheduling a heavy pod with 24 GB memory to a specific worker node by evaluating node utilization with kubectl top node.

  • Lecture -13 -Part-01 | CLIENT REQUIREMENT ON KUBERNETES PROJECT8:54

    Learn how to schedule Kubernetes pods on a single node using node labels and a deployment node selector, including labeling nodes and updating the deployment file.

  • Lecture -14 | CLIENT REQUIREMENT ON KUBERNETES PROJECT7:32

    Learn to use node affinity in Kubernetes to schedule the pod between node one and node three, avoiding hard-coded node selectors for 0% downtime and high availability.

  • Lecture -15 | CLIENT REQUIREMENT ON KUBERNETES PROJECT12:46

    Learn how to use Kubernetes node affinity with labels to schedule pods across healthy nodes, replacing node selectors, and manage replicas for failover across node zero and node three.

  • Lecture -16 | CLIENT REQUIREMENT ON KUBERNETES PROJECT12:18

    Learn how to reserve a Kubernetes node by tainting it with no schedule, preventing new pods from scheduling on that node, and remove the taint when needed.

  • Lecture -17 | CLIENT REQUIREMENT ON KUBERNETES PROJECT3:03

    Learn to schedule a pod on a tainted or reserved node by applying taints and tolerations, and add the toleration to the pod manifest to meet client requirements.

  • Lecture -18 | CLIENT REQUIREMENT ON KUBERNETES PROJECT12:33

    Enable pod anti-affinity in the deployment manifest to schedule two replicas on different nodes, using a label app=Tomcat and topology key hostname; validate by observing pods on distinct nodes.

  • Lecture -19 | CLIENT REQUIREMENT ON KUBERNETES PROJECT5:33

    This session demonstrates running two pods on a single node using node affinity with a shared label, and contrasts deployments on separate nodes via pod anti-affinity and node selectors.

  • NOTES AND RELATED COMMAND USED IN LAB2:24

Requirements

  • No Prerequisites, Anyone can learn, I have started from beginning level

Description

In This Session I have Covered Used Case or scenario based Requirement Given By Customer or Client In Kubernetes Production Environment. I Have Created All Used Case which I faced in my Entire Kubernetes Journey.

Based on That i have created so that other one have better Understanding about Day to Day task in Kubernetes Environment and Which type of Requirement is given by Customer  in Kubernetes ENV.


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.

Who this course is for:

  • Beginner in Kubernetes, curious to learn Kubernetes real time issue