-
Notifications
You must be signed in to change notification settings - Fork 14.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: George Jenkins <[email protected]>
- Loading branch information
Showing
4 changed files
with
38 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
title: API resource | ||
id: api-resource | ||
date: 2025-02-09 | ||
full_link: /docs/reference/using-api/api-concepts/#standard-api-terminology | ||
short_description: > | ||
A Kubernetes entity, representing an endpoint on the Kubernetes API server. | ||
aka: | ||
tags: | ||
- fundamental | ||
--- | ||
An entity in the Kubernetes type system, corresponding to an API endpoint on the {{< glossary_tooltip text="Kubernetes API" term_id="kubernetes-api" >}}. | ||
A resource typically represents an {{< glossary_tooltip text="objects" term_id="object" >}}. | ||
But sometime represents an operation on objects, such as a permission check. | ||
<!--more--> | ||
API resources compromise the Kubernetes type system which makes up the majority of the Kubernetes API. | ||
Each resource represents an endpoint on the Kubernetes API server, defining the schema for the objects or operations on that resource. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
title: Resource (compute) | ||
id: compute-resource | ||
date: 2025-02-09 | ||
full_link: /docs/concepts/architecture/nodes/#node-capacity | ||
short_description: > | ||
A capability of a node availble for consumption (CPU, memory, etc). | ||
aka: | ||
tags: | ||
- fundamental | ||
--- | ||
Capability of {{< glossary_tooltip text="nodes" term_id="node" >}} available for consumption (CPU, memory, etc) by processes or users of those nodes. | ||
<!--more--> | ||
Computers provide fundamenal capabilties: processing power, storage memory, network, etc | ||
These resources have finite capacity, measured in a unit applicable to that resource (Number of CPUs, bytes of memory, etc). | ||
Kubernetes abstracts common resources for allocation to workloads. | ||
And utilizes operating system primatives (e.g. {{< glossary_tooltip text="cgroups" term_id="cgroup" >}}) to manage consumption by {{< glossary_tooltip text="workloads" term_id="workloads" >}}. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.