"ReadOnlyRootFilesystem"의 두 판 사이의 차이

19번째 줄: 19번째 줄:


==같이 보기==
==같이 보기==
* [[k8s SecurityContext]]
* [[쿠버네티스 Security Context]]
* [[Pod Security Policy]]
* [[Pod Security Policy]]



2019년 12월 10일 (화) 01:31 판

1 개요

readOnlyRootFilesystem
spec.containers.securitContext.readOnlyRootFilesystem
  • 컨테이너가 루트 파일시스템에 쓸 수 있게 할지를 통제하는 파라미터
apiVersion: v1  
kind: Pod  
metadata:  
  name: hello-world  
spec:  
  containers:  
  # specification of the pod’s containers  
  # ...  
  securityContext:  
    readOnlyRootFilesystem: true

2 같이 보기

3 참고

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}