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>
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
3
Q
A