- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 241 - 250 of 477 for content_length:[500000 TO 999999] (0.03 sec)
-
Deployments | Kubernetes
A Deployment manages a set of Pods to run an application workload, usually one that doesn't maintain state.kubernetes.io/docs/concepts/workloads/controllers/deployment/Registered: Fri May 09 06:08:01 UTC 2025 - 540.1K bytes - Viewed (0) -
Virtual IPs and Service Proxies | Kubernetes
Every node in a Kubernetes cluster runs a kube-proxy (unless you have deployed your own alternative component in place of kube-proxy). The kube-proxy component is responsible for implementing a virtual IP mechanism for Services of type other than ExternalName. Each instance of kube-proxy watches the Kubernetes control plane for the addition and removal of Service and EndpointSlice objects. For each Service, kube-proxy calls appropriate APIs (depending on the kube-proxy mode) to configure the node to capture traffic to the Service's clusterIP and port, and redirect that traffic to one of the Service's endpoints (usually a Pod, but possibly an arbitrary user-provided IP address).kubernetes.io/docs/reference/networking/virtual-ips/Registered: Fri May 09 06:47:34 UTC 2025 - 499.7K bytes - Viewed (0) -
Pod Lifecycle | Kubernetes
This page describes the lifecycle of a Pod. Pods follow a defined lifecycle, starting in the Pending phase, moving through Running if at least one of its primary containers starts OK, and then through either the Succeeded or Failed phases depending on whether any container in the Pod terminated in failure. Like individual application containers, Pods are considered to be relatively ephemeral (rather than durable) entities. Pods are created, assigned a unique ID (UID), and scheduled to run on nodes where they remain until termination (according to restart policy) or deletion.kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/Registered: Fri May 09 06:08:23 UTC 2025 - 505.4K bytes - Viewed (0) -
Jobs | Kubernetes
Jobs represent one-off tasks that run to completion and then stop.kubernetes.io/docs/concepts/workloads/controllers/job/Registered: Fri May 09 06:04:29 UTC 2025 - 560.7K bytes - Viewed (0) -
Declarative Management of Kubernetes Objects Us...
Kustomize is a standalone tool to customize Kubernetes objects through a kustomization file. Since 1.14, kubectl also supports the management of Kubernetes objects using a kustomization file. To view resources found in a directory containing a kustomization file, run the following command: kubectl kustomize <kustomization_directory> To apply those resources, run kubectl apply with --kustomize or -k flag: kubectl apply -k <kustomization_directory> Before you begin Install kubectl. You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to communicate with your cluster.kubernetes.io/docs/tasks/manage-kubernetes-objects/kustomization/Registered: Fri May 09 06:26:11 UTC 2025 - 549.6K bytes - Viewed (0) -
Configure a Pod to Use a ConfigMap | Kubernetes
Many applications rely on configuration which is used during either application initialization or runtime. Most times, there is a requirement to adjust values assigned to configuration parameters. ConfigMaps are a Kubernetes mechanism that let you inject configuration data into application pods. The ConfigMap concept allow you to decouple configuration artifacts from image content to keep containerized applications portable. For example, you can download and run the same container image to spin up containers for the purposes of local development, system test, or running a live end-user workload.kubernetes.io/docs/tasks/configure-pod-container/configure-pod-configmap/Registered: Fri May 09 06:26:17 UTC 2025 - 553.8K bytes - Viewed (0) -
Index — IPython 3.2.1 documentation
Navigation index modules | home | search | documentation » Quick search Enter search terms or a module, class or func...ipython.org/ipython-doc/stable/genindex.htmlRegistered: Fri May 09 05:25:56 UTC 2025 - Last Modified: Mon Jul 23 22:38:43 UTC 2018 - 603.6K bytes - Viewed (0) -
パスワード(およびハッシュ化)によるOAuth2、JWTトークンによるBearer - Fas...
fastapi.tiangolo.com/ja/tutorial/security/oauth2-jwt/Registered: Fri May 09 05:46:41 UTC 2025 - 616.7K bytes - Viewed (0) -
Simple OAuth2 with Password and Bearer - FastAPI
fastapi.tiangolo.com/fr/tutorial/security/simple-oauth2/Registered: Fri May 09 05:49:57 UTC 2025 - 499.7K bytes - Viewed (0) -
What’s new in 2.0.0 (April 3, 2023) — pandas 2....
Skip to main content Back to top Ctrl + K GitHub Twitter Mastodon What’s new in 2.0.0 (April 3, 2023) # These are the...pandas.pydata.org/pandas-docs/stable/whatsnew/v2.0.0.htmlRegistered: Fri May 09 08:05:58 UTC 2025 - Last Modified: Fri Sep 20 12:33:43 UTC 2024 - 567K bytes - Viewed (0)