
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.
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.
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.
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.
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.
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.
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.
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.
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.