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 373 times
Edit
3
Community EvaluationsNo one has reviewed this question yet, be the first!
6
Where does `kubectl` command store its **configuration file** ?3
What is the other nickname of Kubernetes?5
How to configure storage for stateful applications in Kubernetes?3
Kubernetes hierarchy : what is inside what ?3
How to minimize latency between containers in Kubernetes?1
How to persist data on a legacy application in Kubernetes?1
What is a kubelet?