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

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

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

Prepare Interview

Kubernetes 면접 질문과 답변

Ques 11. What is a Kubernetes ConfigMap?

A ConfigMap is a Kubernetes resource that allows you to decouple configuration artifacts from the container image, making it easier to manage configurations for different environments.

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

Ques 12. Explain the purpose of a Kubernetes Secret.

A Secret is used to store sensitive information such as passwords, API keys, and tokens. It ensures that confidential data is not exposed in the configuration or environment variables.

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

Ques 13. What is the role of Kubernetes Controllers?

Controllers in Kubernetes are control loops that regulate the state of the system. Examples include ReplicaSet (ensures a specified number of replicas), and StatefulSet (maintains stateful applications).

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

Ques 14. Explain the difference between a StatefulSet and a Deployment in Kubernetes.

StatefulSets are used for stateful applications requiring stable network identities and persistent storage. Deployments are suitable for stateless applications that can scale horizontally.

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

Ques 15. What is Kubernetes RBAC (Role-Based Access Control)?

RBAC is a Kubernetes feature that provides a flexible system for defining roles and permissions within a cluster. It allows administrators to control access to resources based on roles and role bindings.

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

Most helpful rated by users:

Copyright © 2026, WithoutBook.