Kubernetes
Term
- Context: group of access parameters that specify which cluster you're interacting with
- Pod: Kubernetes abstraction that represents a group of one or more application containers (such as Docker), and some shared resources for those containers.
- Cluster: a set of nodes
- Namespace: mechanism for isolating groups of resources within a single cluster
Resources
- https://earthly.dev/blog/building-k8s-tekton/
- https://redhat-scholars.github.io/tekton-tutorial/tekton-tutorial/setup.html#tekton-prerequisites
Comparison
Children