- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1971 - 1980 of about 10,000 for content_length:[100000 TO 499999] (0.73 sec)
-
Disruptions | Kubernetes
This guide is for application owners who want to build highly available applications, and thus need to understand what types of disruptions can happen to Pods. It is also for cluster administrators who want to perform automated cluster actions, like upgrading and autoscaling clusters. Voluntary and involuntary disruptions Pods do not disappear until someone (a person or a controller) destroys them, or there is an unavoidable hardware or system software error.kubernetes.io/docs/concepts/workloads/pods/disruptions/Registered: Mon Nov 24 07:45:33 UTC 2025 - 479.6K bytes - Viewed (0) -
Git - git Documentation
English ▾ English Deutsch Español Français Português (Brasil) українська мова 简体中文 Topics ▾ Setup and Config git conf...git-scm.com/docs/git/2.11.4Registered: Mon Nov 24 07:45:42 UTC 2025 - Last Modified: Mon Nov 24 04:46:41 UTC 2025 - 184K bytes - Viewed (0) -
Ingress Controllers | Kubernetes
In order for an [Ingress](/docs/concepts/services-networking/ingress/) to work in your cluster, there must be an _ingress controller_ running. You need to select at least one ingress controller and make sure it is set up in your cluster. This page lists common ingress controllers that you can deploy.kubernetes.io/docs/concepts/services-networking/ingress-controllers/Registered: Mon Nov 24 07:44:54 UTC 2025 - 468.6K bytes - Viewed (0) -
Cluster Networking | Kubernetes
Networking is a central part of Kubernetes, but it can be challenging to understand exactly how it is expected to work. There are 4 distinct networking problems to address: Highly-coupled container-to-container communications: this is solved by Pods and localhost communications. Pod-to-Pod communications: this is the primary focus of this document. Pod-to-Service communications: this is covered by Services. External-to-Service communications: this is also covered by Services. Kubernetes is all about sharing machines among applications.kubernetes.io/docs/concepts/cluster-administration/networking/Registered: Mon Nov 24 07:45:50 UTC 2025 - 464.4K bytes - Viewed (0) -
Paramètres de chemin - FastAPI
fastapi.tiangolo.com/fr/tutorial/path-params/Registered: Mon Nov 24 07:53:24 UTC 2025 - 153K bytes - Viewed (0) -
HTTPConnection class - FastAPI
fastapi.tiangolo.com/ru/reference/httpconnection/Registered: Mon Nov 24 07:48:38 UTC 2025 - 128K bytes - Viewed (0) -
Pod Scheduling Readiness | Kubernetes
FEATURE STATE: Kubernetes v1.30 [stable] Pods were considered ready for scheduling once created. Kubernetes scheduler does its due diligence to find nodes to place all pending Pods. However, in a real-world case, some Pods may stay in a "miss-essential-resources" state for a long period. These Pods actually churn the scheduler (and downstream integrators like Cluster AutoScaler) in an unnecessary manner. By specifying/removing a Pod's .spec.schedulingGates, you can control when a Pod is ready to be considered for scheduling.kubernetes.io/docs/concepts/scheduling-eviction/pod-scheduling-readiness/Registered: Mon Nov 24 07:46:59 UTC 2025 - 471.5K bytes - Viewed (0) -
Scheduling Framework | Kubernetes
FEATURE STATE: Kubernetes v1.19 [stable] The scheduling framework is a pluggable architecture for the Kubernetes scheduler. It consists of a set of "plugin" APIs that are compiled directly into the scheduler. These APIs allow most scheduling features to be implemented as plugins, while keeping the scheduling "core" lightweight and maintainable. Refer to the design proposal of the scheduling framework for more technical information on the design of the framework.kubernetes.io/docs/concepts/scheduling-eviction/scheduling-framework/Registered: Mon Nov 24 07:47:12 UTC 2025 - 475.5K bytes - Viewed (0) -
Git - git Documentation
English ▾ English Deutsch Español Français Português (Brasil) українська мова 简体中文 Topics ▾ Setup and Config git conf...git-scm.com/docs/git/2.19.0 Similar Results (5)Registered: Mon Nov 24 07:48:29 UTC 2025 - Last Modified: Mon Nov 24 04:46:42 UTC 2025 - 191.7K bytes - Viewed (0) -
Metrics For Kubernetes System Components | Kube...
System component metrics can give a better look into what is happening inside them. Metrics are particularly useful for building dashboards and alerts. Kubernetes components emit metrics in Prometheus format. This format is structured plain text, designed so that people and machines can both read it. Metrics in Kubernetes In most cases metrics are available on /metrics endpoint of the HTTP server. For components that don't expose endpoint by default, it can be enabled using --bind-address flag.kubernetes.io/docs/concepts/cluster-administration/system-metrics/Registered: Mon Nov 24 07:47:43 UTC 2025 - 476.1K bytes - Viewed (0)