Question:
Which two of the following statements about the provided YAML manifest are correct? (Choose two)
apiVersion: apps/v1
kind: Pod
metadata:
labels:
app: do100b
name: do100b
spec:
replicas: 1
selector:
matchLabels:
app: do100b
template:
metadata:
labels:
app: do100b
spec:
containers:
- name: do100b