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

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

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

Prepare Interview

Kubernetes 면접 질문과 답변

Ques 1. What is Kubernetes and why is it used?

Kubernetes is an open-source container orchestration platform that automates the deployment, scaling, and management of containerized applications. It helps in managing containerized applications in a clustered environment efficiently.

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

Ques 2. Explain the key components of Kubernetes architecture.

Key components include Master Node (API server, Controller manager, Scheduler), Worker Node (Kubelet, Kube Proxy), and etcd (distributed key-value store).

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

Ques 3. What is a Pod in Kubernetes?

A Pod is the smallest and simplest unit in the Kubernetes object model. It represents a single instance of a running process in a cluster and can contain one or more containers.

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

Ques 4. Explain Kubernetes Pods and how they communicate with each other.

Pods share the same network namespace, allowing them to communicate via localhost. They can also use Services for communication, which provides a stable IP and DNS name for a set of Pods.

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

Ques 5. What is a Kubernetes Deployment?

A Deployment is a resource object in Kubernetes that provides declarative updates to applications. It allows you to describe a desired state for your application and automatically manages the deployment and scaling.

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

Most helpful rated by users:

Copyright © 2026, WithoutBook.