Mock exam – 3 q 4

I have found a solution is different then question for MOCK EXAM – 3 Q 4

@Vitor

Hello @karkarbhautik,
Thanks for highlighting this to us, we will consider it ASAP.
And for q4, kindly try this yaml.

apiVersion: v1
kind: Pod
metadata:
  name: non-root-pod
spec:
  securityContext:
    runAsUser: 1000
    runAsGroup: 3000
    fsGroup: 2000
  containers:
  - name: non-root-pod
    image: redis:alpine

Thanks,
KodeKloud Support

2 Likes