devops/solutions/unit01-file-answer.md
2026-01-01 00:00:00 +00:00

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.