Skip to content

Kuberenetes Interview questions

Deekshith SN edited this page Jan 27, 2021 · 2 revisions

1.What concepts you will adopt to keep your application highly available?

2.What are the default namespaces will be created a part of Kubernetes initial setup? why we attach resource quota to namespace?

3.What are volume types are available in Kubernetes and which one you have used in your project? Have you used persistence volume type?

4.have ever used adopter conatiners? if yes what was the sutuaition?

5.while working with config map did you face any issues while copying file to folder which has few files already?

6.For example lets say i have database conatiner which should accept request only from particular ip or from specific pod how would you configure it?

7.what type scalling methods you have used?

8.can you tell in which situation pod might go to pending status? if pod status is running but in ready column it is 0/1 what does that mean?

9.Let say i have elastic search pod my requirment is this pod has to particular node and also that node should not accept any other pod?

  1. do you know poddisruptionbudgets?