가장 많이 묻는 면접 질문과 답변 & 온라인 테스트
면접 준비, 온라인 테스트, 튜토리얼, 라이브 연습을 위한 학습 플랫폼

집중 학습 경로, 모의고사, 면접 준비 콘텐츠로 실력을 키우세요.

WithoutBook은 주제별 면접 질문, 온라인 연습 테스트, 튜토리얼, 비교 가이드를 하나의 반응형 학습 공간으로 제공합니다.

Prepare Interview

Kubernetes 면접 질문과 답변

Ques 6. Explain Kubernetes Services and their types.

Services provide a stable endpoint for accessing a set of Pods. Types include ClusterIP (internal to the cluster), NodePort (exposes service on each node's IP), and LoadBalancer (provides an external IP and routes traffic to the service).

도움이 되었나요? Add Comment View Comments
 

Ques 7. What is a Kubernetes Namespace?

A Namespace is a way to divide cluster resources between multiple users or projects. It helps in organizing and isolating resources within a cluster.

도움이 되었나요? Add Comment View Comments
 

Ques 8. Explain the concept of Persistent Volumes (PV) in Kubernetes.

Persistent Volumes are used to store data in a cluster independently of Pods. They are provisioned by administrators and can be dynamically or statically provisioned.

도움이 되었나요? Add Comment View Comments
 

Ques 9. What is Kubernetes Ingress?

Ingress is an API object that manages external access to services within a cluster. It provides HTTP and HTTPS routing to services based on rules specified by the user.

도움이 되었나요? Add Comment View Comments
 

Ques 10. Explain Kubernetes Rolling Deployment strategy.

In a Rolling Deployment, new versions of the application are gradually rolled out to the instances, minimizing downtime. It ensures that the application is available throughout the deployment.

도움이 되었나요? Add Comment View Comments
 

Most helpful rated by users:

Copyright © 2026, WithoutBook.