11 lines
396 B
Markdown
11 lines
396 B
Markdown
# Unit 01 File Task Sample (T4)
|
|
|
|
## (a) What Kubernetes is
|
|
Kubernetes is a system for orchestrating containerized applications across a cluster.
|
|
|
|
## (b) Correct single-choice answer from T2
|
|
B) etcd
|
|
|
|
## (c) Correct multiple-choice selections from T3
|
|
A, B, C are correct because they describe real Kubernetes capabilities and behavior, while D is incorrect because cluster state is stored in etcd.
|