1z1-106 Exam Question 1
Which two are true about using Ksplice?
1z1-106 Exam Question 2
Examine this command:
# cryptsetup luksOpen /dev/xvdd1 cryptfs
What happens upon execution?
# cryptsetup luksOpen /dev/xvdd1 cryptfs
What happens upon execution?
1z1-106 Exam Question 3
Which mdadm command creates a RAID-1 device consisting of two block volumes and one spare device?
1z1-106 Exam Question 4
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?
# 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?
1z1-106 Exam Question 5
Which two components are used for creating a new rsyslog rule?