CKA Free Certification Exam Material from TestkingPass with 63 Questions [Q16-Q41]
CKA Free Certification Exam Material from TestkingPass with 63 Questions Use Real CKA - 100% Cover Real Exam Questions NEW QUESTION 16 Create a redis pod and expose it on port 6379 A. kubectl run redis --image=redis --restart=Never --port=6379YAML File :apiVersion: v1kind: Podmetadata:labels:run: redisname: redisspec:containers:- image: redisname: redisports:- containerPort: 6379Rt restartPolicy: Always [...]