OpenShift Flashcards

1
Q

define container

A

A process that runs in side a sandbox, isolated from processes outside the sandbox.
A way to package an application together with all it’s dependencies.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

container engine

A

provides a set of tools for tasks such as creating container images and starting containers.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

namespaces

A

create the sandbox that isolates a process. provide a segregated view of the host file system and network

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

control groups

A

enforce limits on process consumption of CPU slices, memory pages an i/o capacity

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Linux capabilities

A

breaks up the privileges available to processes run as root.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Linux capabilities

A

breaks up the privileges available to processes run as root.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

SecComp

A

Restricts user processes to certain system calls.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly