yaml-cpp1 YAML & yaml-cpp 라이브러리 설치 YAML (YAML Ain't Markup Language) - 확장자: *.yml or *.yaml - 사람이 쉽게 읽을 수 있는 컨셉을 가진 데이터 직렬화 양식 - 유니코드 문자셋(UTF-8, UTF-16 등) 사용 - XML이나 JSON보다 읽기 쉽게 표현 YAML Sample: apiVersion: v1 kind: Pod metadata: name: hello-pod labels: app: hello spec: containers: - name: hello-container image: tmkube/hello ports: - containerPort: 8000 XML vs. JSON vs. YAML XML JSON YAML Server1 John 123456 active { Servers: [ {.. 2022. 9. 5. 이전 1 다음