You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extensions are software components that extend and deeply integrate with Kubernetes to support new types of hardware.
7
+
Extensions are software components that extend and deeply integrate with Kubernetes to support
8
+
new types of hardware.
8
9
9
10
aka:
10
11
tags:
@@ -15,4 +16,6 @@ tags:
15
16
16
17
<!--more-->
17
18
18
-
Many cluster administrators use a hosted or distribution instance of Kubernetes. These clusters come with extensions pre-installed. As a result, most Kubernetes users will not need to install [extensions](/docs/concepts/extend-kubernetes/extend-cluster/#extensions) and even fewer users will need to author new ones.
19
+
Many cluster administrators use a hosted or distribution instance of Kubernetes. These clusters
20
+
come with extensions pre-installed. As a result, most Kubernetes users will not need to install
21
+
[extensions](/docs/concepts/extend-kubernetes/) and even fewer users will need to author new ones.
A collective term for the various mechanisms Kubernetes uses to clean up cluster
8
8
resources.
@@ -12,13 +12,16 @@ tags:
12
12
- fundamental
13
13
- operation
14
14
---
15
-
Garbage collection is a collective term for the various mechanisms Kubernetes uses to clean up
16
-
cluster resources.
15
+
16
+
Garbage collection is a collective term for the various mechanisms Kubernetes uses to clean up
17
+
cluster resources.
17
18
18
19
<!--more-->
19
20
20
-
Kubernetes uses garbage collection to clean up resources like [unused containers and images](/docs/concepts/workloads/controllers/garbage-collection/#containers-images),
21
+
Kubernetes uses garbage collection to clean up resources like
22
+
[unused containers and images](/docs/concepts/architecture/garbage-collection/#containers-images),
0 commit comments