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
Copy file name to clipboardExpand all lines: content/de/docs/concepts/architecture/cgroups.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ cgroup v2 bietet einige Verbesserungen gegenüber cgroup v1, zum Beispiel folgen
30
30
- Einheitliche Erfassung für verschiedene Arten der Speicherzuteilung (Netzwerkspeicher, Kernelspeicher, usw.)
31
31
- Erfassung nicht-unmittelbarer Ressourcenänderungen wie "page cache write backs"
32
32
33
-
Manche Kubernetes Funktionen verwenden ausschließlich cgroup v2 für erweitertes Ressourcenmanagement und Isolierung. Die [MemoryQoS](/blog/2021/11/26/qos-memory-resources/) Funktion, zum Beispiel, verbessert Speicher QoS und setzt dabei auf cgroup v2 Primitives.
33
+
Manche Kubernetes Funktionen verwenden ausschließlich cgroup v2 für erweitertes Ressourcenmanagement und Isolierung. Die [MemoryQoS](/docs/concepts/workloads/pods/pod-qos/#memory-qos-with-cgroup-v2) Funktion, zum Beispiel, verbessert Speicher QoS und setzt dabei auf cgroup v2 Primitives.
[Kubernetes]({{<relref "/docs/concepts/overview/" >}}), also known as K8s, is an open source system for automating deployment, scaling, and management of containerized applications.
14
15
15
16
It groups containers that make up an application into logical units for easy management and discovery. Kubernetes builds upon [15 years of experience of running production workloads at Google](http://queue.acm.org/detail.cfm?id=2898444), combined with best-of-breed ideas and practices from the community.
[11]: https://github.com/GoogleCloudPlatform/kubernetes/pull/6207"Add a limit to the number of in-flight requests that a server processes."
62
-
[12]: https://github.com/GoogleCloudPlatform/kubernetes/pull/6355"Added rate limiting to pod deleting"
63
-
[13]: https://github.com/GoogleCloudPlatform/kubernetes/pull/6150"Implement Balanced Resource Allocation (BRA) algorithm as a PriorityFunction in scheduler package."
64
-
[14]: https://github.com/GoogleCloudPlatform/kubernetes/pull/6396"Enable log collection from master."
[16]: https://github.com/GoogleCloudPlatform/kubernetes/pull/6368"Add basic latency metrics to scheduler."
67
-
[17]: https://github.com/GoogleCloudPlatform/kubernetes/pull/6409"Add latency metrics to REST client"
68
-
[18]: https://github.com/GoogleCloudPlatform/kubernetes/pull/6221"Run etcd 2.0.5 in a pod"
69
-
[19]: https://github.com/GoogleCloudPlatform/kubernetes/pull/6334"Add an nginx docker image for use on the master."
70
-
[20]: https://github.com/GoogleCloudPlatform/kubernetes/pull/6326"Create Docker images for master components "
71
-
[21]: https://github.com/GoogleCloudPlatform/kubernetes/pull/6270"Updates for gcloud 0.9.54"
72
-
[22]: https://github.com/GoogleCloudPlatform/kubernetes/pull/6011"Fix AWS region vs zone"
73
-
[23]: https://github.com/GoogleCloudPlatform/kubernetes/pull/6091"Record event when image GC fails."
74
-
[24]: https://github.com/GoogleCloudPlatform/kubernetes/pull/6203"Add a QPS limiter to the kubernetes client."
75
-
[25]: https://github.com/GoogleCloudPlatform/kubernetes/pull/6196"Parallelize architectures in both the building and packaging phases of `make release`"
[29]: https://github.com/GoogleCloudPlatform/kubernetes/pull/6331"Update heapster version to v0.10.0"
80
-
[30]: https://github.com/GoogleCloudPlatform/kubernetes/pull/6544"Build etcd image (version 2.0.9), and upgrade kubernetes cluster to the new version"
81
-
[31]: https://github.com/GoogleCloudPlatform/kubernetes/pull/6426"Update Kibana to v1.2 which paramaterizes location of Elasticsearch"
82
-
[32]: https://github.com/GoogleCloudPlatform/kubernetes/pull/6123"Fix bug in kube-proxy of not updating iptables rules if a service's public IPs change"
83
-
[33]: https://github.com/GoogleCloudPlatform/kubernetes/pull/6200"Retry kube-addons creation if kube-addons creation fails."
84
-
[34]: https://github.com/GoogleCloudPlatform/kubernetes/pull/6727"pkg/proxy: panic if run out of fd"
51
+
[1]: https://github.com/kubernetes/kubernetes/pull/6098"Enabling v1beta3 api version by default in master"
[11]: https://github.com/kubernetes/kubernetes/pull/6207"Add a limit to the number of in-flight requests that a server processes."
62
+
[12]: https://github.com/kubernetes/kubernetes/pull/6355"Added rate limiting to pod deleting"
63
+
[13]: https://github.com/kubernetes/kubernetes/pull/6150"Implement Balanced Resource Allocation (BRA) algorithm as a PriorityFunction in scheduler package."
64
+
[14]: https://github.com/kubernetes/kubernetes/pull/6396"Enable log collection from master."
0 commit comments