- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 2121 - 2130 of about 10,000 for timestamp:[now/d-7d TO *] (0.12 sec)
-
Resources - FastAPI
fastapi.tiangolo.com/it/resources/Registered: Fri Feb 21 06:03:37 UTC 2025 - 106K 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: Fri Feb 21 06:00:50 UTC 2025 - 438.6K bytes - Viewed (0) -
Kubernetes Object Management | Kubernetes
The kubectl command-line tool supports several different ways to create and manage Kubernetes objects. This document provides an overview of the different approaches. Read the Kubectl book for details of managing objects by Kubectl. Management techniques Warning:A Kubernetes object should be managed using only one technique. Mixing and matching techniques for the same object results in undefined behavior. Management technique Operates on Recommended environment Supported writers Learning curve Imperative commands Live objects Development projects 1+ Lowest Imperative object configuration Individual files Production projects 1 Moderate Declarative object configuration Directories of files Production projects 1+ Highest Imperative commands When using imperative commands, a user operates directly on live objects in a cluster.kubernetes.io/docs/concepts/overview/working-with-objects/object-management/Registered: Fri Feb 21 06:02:38 UTC 2025 - 439.9K bytes - Viewed (0) -
Özelikler - FastAPI
fastapi.tiangolo.com/tr/features/Registered: Fri Feb 21 06:16:48 UTC 2025 - 129.9K bytes - Viewed (0) -
Debugging DNS Resolution | Kubernetes
This page provides hints on diagnosing DNS problems. Before you begin You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to communicate with your cluster. It is recommended to run this tutorial on a cluster with at least two nodes that are not acting as control plane hosts. If you do not already have a cluster, you can create one by using minikube or you can use one of these Kubernetes playgrounds:kubernetes.io/docs/tasks/administer-cluster/dns-debugging-resolution/Registered: Fri Feb 21 06:16:01 UTC 2025 - 451.4K bytes - Viewed (0) -
Create static Pods | Kubernetes
Static Pods are managed directly by the kubelet daemon on a specific node, without the API server observing them. Unlike Pods that are managed by the control plane (for example, a Deployment); instead, the kubelet watches each static Pod (and restarts it if it fails). Static Pods are always bound to one Kubelet on a specific node. The kubelet automatically tries to create a mirror Pod on the Kubernetes API server for each static Pod.kubernetes.io/docs/tasks/configure-pod-container/static-pod/Registered: Fri Feb 21 06:16:16 UTC 2025 - 450.8K bytes - Viewed (0) -
Create a Windows HostProcess Pod | Kubernetes
FEATURE STATE: Kubernetes v1.26 [stable] Windows HostProcess containers enable you to run containerized workloads on a Windows host. These containers operate as normal processes but have access to the host network namespace, storage, and devices when given the appropriate user privileges. HostProcess containers can be used to deploy network plugins, storage configurations, device plugins, kube-proxy, and other components to Windows nodes without the need for dedicated proxies or the direct installation of host services.kubernetes.io/docs/tasks/configure-pod-container/create-hostprocess-pod/Registered: Fri Feb 21 06:15:57 UTC 2025 - 445.4K bytes - Viewed (0) -
Configure Quality of Service for Pods | Kubernetes
This page shows how to configure Pods so that they will be assigned particular Quality of Service (QoS) classes. Kubernetes uses QoS classes to make decisions about evicting Pods when Node resources are exceeded. When Kubernetes creates a Pod it assigns one of these QoS classes to the Pod: Guaranteed Burstable BestEffort Before you begin 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/configure-pod-container/quality-service-pod/Registered: Fri Feb 21 06:16:47 UTC 2025 - 463K bytes - Viewed (0) -
Configure a kubelet image credential provider |...
FEATURE STATE: Kubernetes v1.26 [stable] Starting from Kubernetes v1.20, the kubelet can dynamically retrieve credentials for a container image registry using exec plugins. The kubelet and the exec plugin communicate through stdio (stdin, stdout, and stderr) using Kubernetes versioned APIs. These plugins allow the kubelet to request credentials for a container registry dynamically as opposed to storing static credentials on disk. For example, the plugin may talk to a local metadata server to retrieve short-lived credentials for an image that is being pulled by the kubelet.kubernetes.io/docs/tasks/administer-cluster/kubelet-credential-provider/Registered: Fri Feb 21 06:16:32 UTC 2025 - 446.8K bytes - Viewed (0) -
Response Status Code - FastAPI
fastapi.tiangolo.com/tr/tutorial/response-status-code/ Similar Results (11)Registered: Fri Feb 21 06:16:39 UTC 2025 - 118.8K bytes - Viewed (0)