Question from the Kubernetes test

Complete the missing key words [keyword1] and [keyword2] in the following .yaml file

Easy

Complete the missing key words [keyword1] and [keyword2] in the following .yaml file

apiVersion: v1
[keyword1]: Pod
metadata:
  name: nginx
[keyword2]:
  containers:
  - name: nginx
    image: nginx:1.7.9
    ports:
    - containerPort: 80
Author: RaymondStatus: PublishedQuestion passed 102 times
Edit
1
Community EvaluationsNo one has reviewed this question yet, be the first!