-
Notifications
You must be signed in to change notification settings - Fork 1.5k
kubernetes mock interview 1
Deekshith SN edited this page Feb 18, 2021
·
1 revision
Kubernetes interview
- Was the setup is kubeadm or any cloud services like azure kubernetes or aws kubernetes service in your project?
- Explain the architecture of kubernetes? And what version you have used?
- Have you used init and side-car containers in your project?
- What is the basic difference between deployments and stateful sets?
- What are the objects you have used kubernetes?
- What is the use of service account?
- how to access your application outside the world rather than in side cluster? what is cluster ip?
- How would you copy files from local ( config file ) on to pod?
- differences between secrets and configmaps?
- Could you explain the concept static pods?
- Why deamon sets are required?
- How to make sure you are applications are highly available?
- Can we schedule a pod on master node? Why by default none of the pods won’t be scheduled?
- Can we make a pod deployed on particular node?
- If given a chance to you for upgrading kubernetes cluster how would you do that?
- What are the namespaces are created by default? how to specify memory utilization for pod?
- You mentioned kubeadm rite, do you why we will networking solutions like flannel, calico and any other
- how to persist data of pod?
- What is RBAC?
- difference between pv and pvc?
- have you worked on ingress controller?
- Have you created a monitoring solution for kubernetes cluster?
- issues while working on kubernetes?
- issues while creating service to the pods?
- by which method is used to deploy k8s objects easily?
- what k8s service is better aks, eks, gke or kubeadm?