Description:
A. Documentations
B. Getting started
C. Concepts:
1. Overview:
- Objects in K8s
- Persistent entities in the Kubernetes system.
- Kubernetes uses these entities to represent the state of your cluster.
- Idenfied:
- unique name, can only have 1 object of same name at any moment
- unique identifier, generated by k8s
- Has:
- Object spec: desired state
- Object status
- Kubernetes Namespaces
- Components:
2. Cluster Architecture:
3. Containers:
4. Workloads:
5. Service, load balancing and networking:
- K8s service:
- Expose an application running in your cluster behind a single outward-facing endpoint, even when the workload is split across multiple backends.
- …
- …
6. Storage:
D. Tasks:
1.
6.
8. Run applications:
9. Run jobs
Service:
- An abstraction which defines a logical set of Pods and a policy by which to access them.