개요 k8s에서 Evrionment Variables들이 어떻게 관리되는지 또 어떻게 사용하는지 알아보겠습니다. : how to set environment and use environment in k8s Evironment Variables의 종류 1. Environment Variables in Application 2. ConfigMaps in Application 3. secretkey in Application Environment Variables in Application yaml 파일에 Environment Variables를 정의하여 container 내부에서 사용하는 방법입니다. 사용법 env: 필드를 사용하여 name : value 형식으로 Environment Variables를 넘..