Timestamps: 0:14 What you did in past in kubernetes area? 1:30 What type of setup you worked on like Kubeadm or GKE or EKS? 2:05 Can you please explain architecture of K8s? what is version that you used? 4:41 Single pod multi-container, single pod multi container which way you choose and where you used this method? 6:13 What is difference between deployment and stateful state? 8:04 What are all objects you used in K8s? 8:27 What is use of service accounts? 9:19 Once you deployed application using deployment into cluster, how do you access application outside world? 9:59 What is use of clusterIP service? 10:42 How did you copy a config file inside pod? 11:24 What is difference between secrets and configmap? 12:23 Explain static pods in K8s? 14:18 Why deamon sets required for K8s? 15:25 Do you know high availability in pod level? 18:20 Is it possible to deply pod in master? 19:40 Is it possible to decide to deploy pod in particular node? 20:45 To upgrade K8s version, what steps you will follow? 23:00 By default how many namespaces are available in kubernetes? 23:30 To resstrict cpu, memory usage for pod, what you need to mention in yml file. 24:32 Why we use networking solutions like flannel or calico? 25:56 If I deploy application running in x namespace, It provide some data, after sometime it got destroyed. I didn't took backup. How to resolve this issue? 27:07 What is RBAC? 28:03 What is use of PV and PVC? 29:45 Do you know ingress in K8s? 30:00 How did you setup monitoring tools in cluster? 30:46 Did you face any challenge in application while setting K8s cluster or while deploying application? 33:45 Application is 3 tier application Front end, backend and DB. while accessing DNS it says traffic is unable to access application. What do you think what can be issue? 35:15 I given 10 mins time, I need to deploy 3 tier application, which method you follow? 36:28 Which one is better bare matel K8s or cloud services?
After watching this video, even the beginner can understand where& how to learn the kubernetes.. Thanks Dikshith for u r efforts.. Pls do more videos like this
After Watching this video, i came to know more additional topics in k8s that i ever faced from interviewers and gained more amd more knowledge and confidance. Chaala thanks sir upload chesinandhuku. i'm following here after. Thanx.
For the last question, I would choose my answer by asking further more questions Is it gonna be a 1 time requirement ? Or is it gonna be used for multiple environments? If yes, I would choose Helm charts thus ensuring DRY (Don't Repeat Yourself) principle. If no, given the time constraint to be 10 mins, I would go with regular deployments which otherwise would have been wasted in templatizing helm charts, which is clearly not the case here.
Very good interview questions . Thanks for uploading this kind of content and please share more interview questions for 3 years experience on kubernates
hi good morning Brother feel free could you make a video for the following questions if time permits The customer is approaching u to deploy a highly secured infrastructure. What was the best practice to suggest So many aspects are they how you will implement in the cloud (AWS) from the scratch. So in that scenario what are the security best practices that u follow? How will we configure AWS infrastructure? How will u take from scratch to Kubernetes? How will you plan to implement the infrastructure? Best practices we follow for infrastructure? AWS Alb + ingress controller have u tried? How u can implement Autoscaling at pod level? On what component HPA relies on in order to bring up the Autos calling we have to bring up Some file or what the dependent controller for HPA What are k8s managed services u have used? Have u implemented any self-managed clusters? What are the security best practices that u follow in k8s? Where do u store secrets? Have u created any helm chats from scratch? What are the policies u used for k8s? What is the backend used for storing secrets? What are the monitoring and logging solutions u used for this? Have u used any lambda functions? Have u used the API gateway?API gateway what are the features or just like a router? Have u ever hosted a static website on AWS using S3 + cloud front or cloud formation? IAAC(Terraform) What are the best practices in terraform to bring up ur infra or developing the terraform Template? How u will secure Main.tf and state file mgmt? CI/CD tools u r familiar with? How do you reduce the docker image? Have u ever used docker-compose and docker swarm? Difference between k8s and docker swarm
Kubernetes admin .......my interview experience in tcs , VMware & hcl Questions . 1) explain architecture of k8 . 2) how do u do maintenance activities in nodes . 3) what's etcd and how do u take backup and restore . 4) what is pod disruption budget . 5) what's namespace and how do u allocate quotas to it . 6) how do u join worker nodes to cluster . 7) do u have experience in installing k8 vanilla (on premises) 8) explain rbac and service accounts. 9) How to u troubleshoot worker node failure . Explain step by step . 10) how do u get into container for troubleshooting . 11) what are the monitoring tools u used for k8 in project , have u deployed any . 12) what is init container . 13) deployment strategies in k8 . 14) what are secrets , explain usecase . 15) have u written manifest files for deployment , if yes what are the fields. 16) have u created k8 resources using terraform .if yes tell what's written in that . 17) explain step of troubleshooting crashloopback and image pullback error 18) what cni are u using in ur env . 19) what is end point and ingress . Surprisingly no questions on storage , pv , pvc .
I am beginner in this tool as my background from Cloud I understood many topic easily. I would like to appreciate both as we got such a key information. I felt it's very good as I got this video randomly while searching for k8..i will wait for more videos on Docker and other DevOps tool. Thaaaaaaannnkkkkkkk youuuuu A BIG on bro👏👏👏👏🤝🤝🤝🤝 .. Yes channel subscribe and bell 🔔on now
Its very helpful. Thank you for providing such content. I didn't understood challenge you faced question and also can you explain RBAC security on cluster concept? It will be really helpful
How many namespaces are there by default in Kubernetes? I am aware of three namespaces (default, kube-system, kube-public), but the candidate mentioned four namespaces. Is the candidate's answer correct, and if so, what is the fourth namespace?
From what I've heard and understood the interviewee has never worked on K8s professionally. The videos covers some concepts but most of the picture and architecture explained is all over the place,
Thanks for watching, yup as it's new technology not more experienced ppl are there in it. In coming videos is will definitely improve on questions and come up with new scenario based questions 😊😊
nice explanation, I request you can you please upload a document and video lesson on the setup of Kubernetes through Vagrant VMs and if possible through on Ansible playbook.
Nice descriptive QnA but some answer needs more clarification and moving forward please mentioned all the question in description so that we can serach more on that , btw this video is far better than all other contents available to jump for K8's interview
can you please do some videos specially on linux and shell scripting in interview perpespective and alos please explain those answers with a video. Thanks for your valuable content for us
Timestamps:
0:14 What you did in past in kubernetes area?
1:30 What type of setup you worked on like Kubeadm or GKE or EKS?
2:05 Can you please explain architecture of K8s? what is version that you used?
4:41 Single pod multi-container, single pod multi container which way you choose and where you used this method?
6:13 What is difference between deployment and stateful state?
8:04 What are all objects you used in K8s?
8:27 What is use of service accounts?
9:19 Once you deployed application using deployment into cluster, how do you access application outside world?
9:59 What is use of clusterIP service?
10:42 How did you copy a config file inside pod?
11:24 What is difference between secrets and configmap?
12:23 Explain static pods in K8s?
14:18 Why deamon sets required for K8s?
15:25 Do you know high availability in pod level?
18:20 Is it possible to deply pod in master?
19:40 Is it possible to decide to deploy pod in particular node?
20:45 To upgrade K8s version, what steps you will follow?
23:00 By default how many namespaces are available in kubernetes?
23:30 To resstrict cpu, memory usage for pod, what you need to mention in yml file.
24:32 Why we use networking solutions like flannel or calico?
25:56 If I deploy application running in x namespace, It provide some data, after sometime it got destroyed. I didn't took backup. How to resolve this issue?
27:07 What is RBAC?
28:03 What is use of PV and PVC?
29:45 Do you know ingress in K8s?
30:00 How did you setup monitoring tools in cluster?
30:46 Did you face any challenge in application while setting K8s cluster or while deploying application?
33:45 Application is 3 tier application Front end, backend and DB. while accessing DNS it says traffic is unable to access application. What do you think what can be issue?
35:15 I given 10 mins time, I need to deploy 3 tier application, which method you follow?
36:28 Which one is better bare matel K8s or cloud services?
Thank you , i am thinking to take a note of all Question
Really thanks bro 😊
Great work Yashwant 👍
Great Work!!!!!
I feel like completely brushing up the mumshad manambath course😉
Exactly
Ri8 said
Yes
After watching this video, even the beginner can understand where& how to learn the kubernetes..
Thanks Dikshith for u r efforts.. Pls do more videos like this
Thanks a lot Deekshith, these interviews questions are very helpful loved it ❤️. Keep bringing more and more such interviews for us.
i put 1000th Like , so happy about this.. u deserve 1000 000
It was wonderful, this was all der in samsung company where I worked 2 years back, it just reminds of the workplace n concepts rewind
cool
The guys has covered all the concept of kubernetes..
After Watching this video, i came to know more additional topics in k8s that i ever faced from interviewers and gained more amd more knowledge and confidance. Chaala thanks sir upload chesinandhuku. i'm following here after. Thanx.
Thanks for watching, kubernetes is vast concept has many objects and other admin stuff 😊😊
Answered each and every question with the exact answer.
Thanks for watching!!
Worth to watch this before attending any interview for Devops n kubernetes
Glad it was helpful :)
For the last question, I would choose my answer by asking further more questions
Is it gonna be a 1 time requirement ?
Or is it gonna be used for multiple environments?
If yes, I would choose Helm charts thus ensuring DRY (Don't Repeat Yourself) principle.
If no, given the time constraint to be 10 mins, I would go with regular deployments which otherwise would have been wasted in templatizing helm charts, which is clearly not the case here.
Superb, looks like all concepts has been covered
Glad you liked it, Thanks for watching :)
Nice Video guys, it's helps a lot for who are looking on Kubernets platform
Thank you so much @Durga Ramesh
Wow amazing, for revision and brushing up.keep it up.
Glad it helped you 🙂
It was nice video of kubernets revision just last minute revison video for k8 .thank you deekshith
Good for brushing up your Kubernetes knowledge...pls share a git link with all the questionaire and its answers
Man the boy is good, respect.
Very good interview questions . Thanks for uploading this kind of content and please share more interview questions for 3 years experience on kubernates
Thank you Rajesh Rathan, Glad you liked it :)
Sure i will be uploading more and more videos
Thanks for sharing ...looking for more videos like this
Thanks for watching, glad you liked it 😊😊
it is very nice mock interview and question were answered with all relevant information .
Most of the things covered in this discussion fully knowledge tq for video
Glad you liked it
And it is not called "Networking Solution" It is called "Overlay Driver"
Thanks for letting me know that 😊
hi good morning Brother feel free could you make a video for the following questions if time permits
The customer is approaching u to deploy a highly secured infrastructure. What was the best practice to suggest
So many aspects are they how you will implement in the cloud (AWS) from the scratch.
So in that scenario what are the security best practices that u follow?
How will we configure AWS infrastructure? How will u take from scratch to Kubernetes?
How will you plan to implement the infrastructure?
Best practices we follow for infrastructure?
AWS Alb + ingress controller have u tried?
How u can implement Autoscaling at pod level?
On what component HPA relies on in order to bring up the Autos calling we have to bring up
Some file or what the dependent controller for HPA
What are k8s managed services u have used?
Have u implemented any self-managed clusters?
What are the security best practices that u follow in k8s?
Where do u store secrets?
Have u created any helm chats from scratch?
What are the policies u used for k8s?
What is the backend used for storing secrets?
What are the monitoring and logging solutions u used for this?
Have u used any lambda functions?
Have u used the API gateway?API gateway what are the features or just like a router?
Have u ever hosted a static website on AWS using S3 + cloud front or cloud formation?
IAAC(Terraform)
What are the best practices in terraform to bring up ur infra or developing the terraform
Template?
How u will secure Main.tf and state file mgmt?
CI/CD tools u r familiar with?
How do you reduce the docker image?
Have u ever used docker-compose and docker swarm?
Difference between k8s and docker swarm
Kubernetes admin .......my interview experience in tcs , VMware & hcl
Questions .
1) explain architecture of k8 .
2) how do u do maintenance activities in nodes .
3) what's etcd and how do u take backup and restore .
4) what is pod disruption budget .
5) what's namespace and how do u allocate quotas to it .
6) how do u join worker nodes to cluster .
7) do u have experience in installing k8 vanilla (on premises)
8) explain rbac and service accounts.
9) How to u troubleshoot worker node failure . Explain step by step .
10) how do u get into container for troubleshooting .
11) what are the monitoring tools u used for k8 in project , have u deployed any .
12) what is init container .
13) deployment strategies in k8 .
14) what are secrets , explain usecase .
15) have u written manifest files for deployment , if yes what are the fields.
16) have u created k8 resources using terraform .if yes tell what's written in that .
17) explain step of troubleshooting crashloopback and image pullback error
18) what cni are u using in ur env .
19) what is end point and ingress .
Surprisingly no questions on storage , pv , pvc .
Gud one Deekshith 🤘
I am beginner in this tool as my background from Cloud I understood many topic easily. I would like to appreciate both as we got such a key information. I felt it's very good as I got this video randomly while searching for k8..i will wait for more videos on Docker and other DevOps tool. Thaaaaaaannnkkkkkkk youuuuu A BIG on bro👏👏👏👏🤝🤝🤝🤝 .. Yes channel subscribe and bell 🔔on now
You mixed liveness and readiness Probes !!
Covered all aspects of Kubernetes concepts except custom scheduler, etcd backup. readiness & liveness concepts explanation opposite way.
Share more telephonic interview is very very helpful
Thanks for watching,sure i will do more and more video 😊😊
You mixed liveness and readiness probe
K8s upgrade- Master node first, then upgrade the worker nodes one by one.
Covers almost all concepts
very helpful, most of the topic covered.
Glad it was helpful!
Amazing video. Thank you !!
This is the best
it is very helpful for K8 interview.
Its very helpful. Thank you for providing such content.
I didn't understood challenge you faced question and also can you explain RBAC security on cluster concept? It will be really helpful
Informative..
How many namespaces are there by default in Kubernetes? I am aware of three namespaces (default, kube-system, kube-public), but the candidate mentioned four namespaces. Is the candidate's answer correct, and if so, what is the fourth namespace?
great video
really helpful
Appriciate the efforts.
From what I've heard and understood the interviewee has never worked on K8s professionally. The videos covers some concepts but most of the picture and architecture explained is all over the place,
Broo .....are u working on kubernetes ....
Thanks for watching, yup as it's new technology not more experienced ppl are there in it. In coming videos is will definitely improve on questions and come up with new scenario based questions 😊😊
Good information
Thanks bro....By the way please post video with Answers to previous Devops videos which is very useful for job seekers like me
Sure, I will definitely upload in few days 😊
there is some mistake in liveness pro and readiness pro answer
Excellent
nice explanation, I request you can you please upload a document and video lesson on the setup of Kubernetes through Vagrant VMs and if possible through on Ansible playbook.
Really nice bro. Appreciate.
My pleasure
Nice descriptive QnA but some answer needs more clarification and moving forward please mentioned all the question in description so that we can serach more on that , btw this video is far better than all other contents available to jump for K8's interview
Glad you liked it!!, thank you 😊
can you please do some videos specially on linux and shell scripting in interview perpespective and alos please explain those answers with a video. Thanks for your valuable content for us
Hey, Thanks for watching :)
Please checkout my playlist on shell scripting th-cam.com/play/PLLYW3zEOaqlIwDc-5GnP74PUIo0nrnYgg.html
Hi, Deekshith,
Can you post telephonic interviews for Linux system admin profile ?
Thanks for watching, Sure 😊😊
@@DeekshithSN Thanks for reply.
CKA Bharat ah majaka na.....👌
Thanks
Please tell me that what will be Q for beginer level on kubernetes
having interview
Are these telephonic interviews real or they are simply created to give an idea, what type of questions will be asked in the interview?
Please share the résumé as well.
Just subscribed
Thanks
How can we identify one pod is dependent on another pod
I did not understand the question and answer given at 5:20, something like multiport container, single..something like
I am new learner of kubernetes with my knowledge what I can say is you are pro in k8s..
By any chance do u provide online training
Thanks for your compliment and kubernetes is very vast concept there are mant other things too.
Sorry I wont provide online classes :)
Impressive. Could you please do more devops labs?
thanks, sure I will do more videos
wonderful 👌
Thanks a lot 😊
Is he right on the number of namespace .
Thanks for watching, refer other interview videos too it might help you :)
hello deekshith thans for the interview its really helpfull. may i know does this interview for how many years of experience ?
it was not specific to any number years, it was just a mock interview to give idea about what question can be asked for a 3 to 4 years guys
@@DeekshithSN ok 👌
may i know this interview questions work for how many years of experience?
Awesome bro
Thanks 🤗
Sir send Devops interview questions with answers
May i know this interview was for which company?
Its mock interview
Liveness and readiness explained wrong way it should vice-versa
Thanks for watching, yes I agree but its a mock interview :)
Brushed my k8s knowledge
hello deekshith may i know does this interview for how many years of experience?
it was not specific to any number years, it was just a mock interview to give idea about what question can be asked for a 3 to 4 years guys
Please make k8s series bro
Sure :)
Do they really go this deep in all interviews. I think it's highly unlikely.
Are you interviewer or interviewe?
interviewer
Please provide below Modules questions
Azure DevOps - DevOps interview questions
Azure - DevOps interview questions
Powershell - DevOps interview questions
Jenkins -DevOps interview questions
Azure -AKS - DevOps Interview questions
Azure -Terraform - DevOps Interview questions
Docker - DevOps Interview questions
Shell scripting - DevOps Interview questions
Python scripting - DevOps Interview questions
AWS - Each service - DevOps Interview questions
That's big list 😀, sure definitely I will do more videos on all these tools
Can someone please conduct mock interview on DevOps to me?
Hi practical mock in kubernates Interview s
Bro...I am looking for job and I want kubranties training..
Hey Raja,
All the best for your job search, I used provide training. but right now no :)
For How much experienced candidates this interview has scheduled?
Thanks for watching, 2 years into k8s
Basically....😂
Excellent