Files
seokho-son 519861d265 Fourth Korean l10n work for release-1.20
- Ko: add l10n contributor name in a blog (#26285)
- Translate reference/glossary/secret.md in Korean (#26391)
- Update outdated files in the dev-1.20-ko.4 branch (2) (#26342)
- Translate reference/glossary/quantity.md in Korean (#26390)
- Update outdated files in the dev-1.20-ko.4 branch (1) (#26427)
- Translate reference/glossary/storage-class.md in Korean (#26419)
- Update outdated files in dev-1.20-ko.4 branch (3) (#26599)

Co-authored-by: seokho-son <shsongist@gmail.com>
Co-authored-by: Jerry Park <jaehwa@gmail.com>
Co-authored-by: santachopa <santachopa@naver.com>
Co-authored-by: jmyung <jesang.myung@gmail.com>
2021-02-18 23:11:23 +09:00

980 B

title, id, date, full_link, short_description, aka, tags
title id date full_link short_description aka tags
시크릿(Secret) secret 2018-04-12 /ko/docs/concepts/configuration/secret/ 비밀번호, OAuth 토큰 및 ssh 키와 같은 민감한 정보를 저장한다.
core-object
security

비밀번호, OAuth 토큰 및 ssh 키와 같은 민감한 정보를 저장한다.

민감한 정보를 사용하는 방식에 대해 더 세밀하게 제어할 수 있으며, 유휴 상태의 암호화를 포함하여 우발적인 노출 위험을 줄인다. {{< glossary_tooltip text="파드(Pod)" term_id="pod" >}}는 시크릿을 마운트된 볼륨의 파일로 참조하거나, 파드의 이미지를 풀링하는 kubelet이 시크릿을 참조한다. 시크릿은 기밀 데이터에 적합하고 컨피그맵은 기밀이 아닌 데이터에 적합하다.