- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1221 - 1230 of about 10,000 for content_length:[100000 TO 499999] (0.1 sec)
-
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: Fri Nov 01 06:03:14 UTC 2024 - 435.6K bytes - Viewed (0) -
Path Operation Configuration - FastAPI
fastapi.tiangolo.com/pl/tutorial/path-operation-configuration/ Similar Results (3)Registered: Fri Nov 01 06:03:34 UTC 2024 - 179.1K bytes - Viewed (0) -
Service Internal Traffic Policy | Kubernetes
If two Pods in your cluster want to communicate, and both Pods are actually running on the same node, use _Service Internal Traffic Policy_ to keep network traffic within that node. Avoiding a round trip via the cluster network can help with reliability, performance (network latency and throughput), or cost.kubernetes.io/docs/concepts/services-networking/service-traffic-policy/Registered: Fri Nov 01 06:02:59 UTC 2024 - 429.9K 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: Fri Nov 01 06:03:34 UTC 2024 - 442K bytes - Viewed (0) -
Ephemeral Volumes | Kubernetes
This document describes ephemeral volumes in Kubernetes. Familiarity with volumes is suggested, in particular PersistentVolumeClaim and PersistentVolume. Some applications need additional storage but don't care whether that data is stored persistently across restarts. For example, caching services are often limited by memory size and can move infrequently used data into storage that is slower than memory with little impact on overall performance. Other applications expect some read-only input data to be present in files, like configuration data or secret keys.kubernetes.io/docs/concepts/storage/ephemeral-volumes/Registered: Fri Nov 01 06:02:41 UTC 2024 - 447.1K 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: Fri Nov 01 06:03:50 UTC 2024 - 431.4K bytes - Viewed (0) -
Git - git-fetch Documentation
Português (Brasil) ▾ English Français Português (Brasil) 简体中文 Topics ▾ Setup and Config git config help bugreport Cre...git-scm.com/docs/git-fetch/pt_BRRegistered: Fri Nov 01 06:03:52 UTC 2024 - Last Modified: Fri Nov 01 04:40:20 UTC 2024 - 112.5K bytes - Viewed (0) -
Request Forms and Files - FastAPI
fastapi.tiangolo.com/pl/tutorial/request-forms-and-files/Registered: Fri Nov 01 06:05:15 UTC 2024 - 127.2K bytes - Viewed (0) -
Sub-dependencies - FastAPI
fastapi.tiangolo.com/pl/tutorial/dependencies/sub-dependencies/Registered: Fri Nov 01 06:05:21 UTC 2024 - 170.9K bytes - Viewed (0) -
Extra Data Types - FastAPI
fastapi.tiangolo.com/yo/tutorial/extra-data-types/ Similar Results (2)Registered: Fri Nov 01 04:50:02 UTC 2024 - 158.9K bytes - Viewed (0)