Kubernetes for the Absolute Beginners - Hands-on | Udemy
YAML: data representation format like JSON
Key-Value Pair
Fruit: Apple
Vegetable: Carrot
Liquid: Water
Array/Lists
Fruits:
- Orange
- Banana
- Apple
Dictionary/Map
Banana:
Calories: 105
Fat: 0.4g
Carbs: 27g
The spacing in front of each item must be equal. If the spacing is different, it is treated as a sub-dictionary.
Order is important for arrays, unlike dictionaries.
'DevOps > Kubernetes' 카테고리의 다른 글
[Kubernetes 배우기] Section 7. Services (0) | 2024.01.09 |
---|---|
[Kubernetes 배우기] Section 6. Networking in Kubernetes (0) | 2024.01.09 |
[Kubernetes 배우기] Section 5. Kubernetes Concepts - Pods, ReplicaSets, Deployments (1) | 2024.01.09 |
[Kubernetes 배우기] Section 3. Kubernetes Concepts (0) | 2024.01.09 |
[Kubernetes 배우기] Section 2. Kubernetes Overview (0) | 2024.01.09 |