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

[CKA 넌뒤졌다 c7] Mock Test 5 : expose, service, clusterip

 [CKA 넌뒤졌다 c7] Mock Test 5 : expose, service, clusterip

Create a service messaging-service to expose the messaging application within the cluster on port 6379. Use imperative commands. messaging 에 해당하는 app이 없어서 헤맸는데 알고보니 2번에서 만들어져야 하는애.

그냥 5번부터 풀어서 없었음. imperative 니까 그냥 reference docs 참고 -> https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#expose k expose pod messaging --port=6379 -n messaging-service...