Testfragen Flashcards

1
Q

How can you copy data from the local machine to a certain pod/node?

A

kubectl cp < namespace>/< source-pod>:< source-directory> < local-directory>

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

What is the difference between a limit range and a resource quota?

A

Limit range:
- applies/constriants to pod/container level
- creating a pod outside limit range will be rejected

Resource quota:
- limit total amount of resource consumption for namespace
- applies to all namespace objects in aggregate

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