로딩
티스토리 데이터 처리 중입니다.

[CKA 넌뒤졌다 c2] Lightning Lab 2 : Column Output

 [CKA 넌뒤졌다 c2] Lightning Lab 2 : Column Output

Print the names of all deployments in the admin2406 namespace in the following format: DEPLOYMENT CONTAINER_IMAGE READY_REPLICAS NAMESPACE . The data should be sorted by the increasing order of the deployment name.

Example: DEPLOYMENT CONTAINER_IMAGE READY_REPLICAS NAMESPACE deploy0 nginx:alpine 1 admin2406 Write the result to the file /opt/admin2406_data. 일단 format 뱉는 문제는 cheatsheet가 답이다 -> htt.....