This section provides supplementary resources to help with Kubernetes learning and operations.

Situation-based Appendix Usage Guide#

If you’re unsure which resource to consult, refer to the guide below.

flowchart LR
    Q[Question Arises] --> T{Question Type?}
    T -->|Term/Concept| G[Glossary]
    T -->|Error/Issue| F[FAQ]
    T -->|Advanced Learning| R[References]
SituationRecommended ResourceUsage Example
When encountering unfamiliar termsGlossary“What’s PVC?” → Check PersistentVolumeClaim definition
When stuck or encountering errorsFAQ“Pod is in Pending state” → Check causes and solutions
When wanting to study in depthReferences“Want to prepare for CKA?” → Check certification/learning resources

Appendix List#

ResourceDescriptionTarget Audience
GlossaryQuick reference for Kubernetes core termsAll learners
FAQFrequently asked questions and answersBeginners, troubleshooting
ReferencesOfficial documentation and additional learning resourcesAdvanced learners