Aws Devops Interview Questions::
=================================
=====================================
1).your pods are restarting again and again ? So what is going on?
2).your ec2 instances terminated itself.is it autoscaling and is it health check issues or its somwthigs else . So how will you answer that ?
3).The docker image works fine. But image file fails into productions ? So what u will do that into it ?
===============================================
* Check container logs (docker logs / kubectl logs)
* Verify environment variables and secrets
* Confirm required files are copied in the Dockerfile
* Check file and folder permissions
* Ensure the app listens on 0.0.0.0, not localhost
* Verify CPU/memory limits
* Confirm correct image tag and architecture
* Reproduce the issue in staging and redeploy
=================================================
4).what will happen if image you will delete the image from which your container is running into the docker enviornment?
===============================
Deleting a Docker image does not stop a running container.
The container continues to run because it already uses the image layers.
However, new containers cannot be created from that image, and if the running container stops or crashes, it cannot be restarted unless the image is pulled again.
====================================
Kubernetes Interview Questions:
===============================
Kubernestes Interview Questions:
========================================
1).You are asking with deploying a stateful applications on Kubernetes ? How would you ensure the data persistence and high avilibity into it ?
2).you need a scale a Kubernetes deployment based on a cpu utilisation’s.describe the how would you implement the autoscalling into it?
3). You are tasked with deploying a micro services on Kubernetes ? So how would you mange the inter-service communications into it ?
4).you need to deploy a Kubernetes cluster across multiple cloud provider for reduatncy ? Describe your approach into it
5).you are tirubleshooting a kubernetes pods that’s failing to start ?walk me through the debugging you process?
6).you are deploying the kubernestes applications that requires secrets management. How would you secretly mange the information into it ?
Secrets can be created manually or dynamically carted into it
7).you are tasked with updating the Kubernetes deployment without downtime? How would you chive the zero-downtime into it ?
8).you are deploying the kupernestes applications that requires persistent storage with different peformance tiers ? So how would you implement the storage class proviosin g?
9).you need to secure your access the Kubernetes cluster and resources .describe your approach to Kubernetes authentications and authrizatons into it ?
10).you are tasked with with monitoring and logging Kubernetes cluster performance and health .describe your approach to oberserviivity into it ?
===================================================================================================
Linux Interview Questions: ==================== 1).Have you done any kind of automations into linux os ? 2).How much rate on yourself into linux os ? 3).How to extend the volume group into linux os ? 4).how to check the logical volume and hoe to check t check volume group into linux os ? 5).u know the booting sequences into linux os ? 6).so what we do into the grub into linux os ? 7).have you used find command into linux os ? 8).differnece between find and grep command into linux os ? 9).have to find the files which is modified by 7 days ago .so how to u are going to end used into find command into linux os ? 10).if you want to find all these logs fils and compressed Ito linux os ? 111)..which you find the how much file size is it ? 12).can u find a file which auger then 100mb? 13)How to list out the open files which is finished into the PID into linux os ? 14).what are all the things I have to done into linux os ? 1======= How to good at database side into linux os ? Have you logg...
Comments
Post a Comment