1z1-106 무료 덤프문제 온라인 액세스
| 시험코드: | 1z1-106 |
| 시험이름: | Oracle Linux 8 Advanced System Administration |
| 인증사: | Oracle |
| 무료 덤프 문항수: | 62 |
| 업로드 날짜: | 2026-07-18 |
As root you configured a file system using AutoFS with default settings. In the first session, you changed to a directory under AutoFS control. In a second session, you changed to /etc. Now the idle time for the session expires. Which two statements are true about the status of the file system mounted in the first session?
Examine this command and output:
# cat deployment.yaml
apiVersion: apps/v1
kind: Deployment
metadata:
name: nginx-deployment
spec:
selector:
matchLabels:
app: nginx
replicas: 2
template:
metadata:
labels:
app: nginx
spec:
containers:
- name: nginx
image: nginx:1.14.2
ports:
- containerPort: 80
Now examine this command which executes successfully:
$ kubectl create -f deployment.yaml
Which two statements are true?