- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 3191 - 3200 of about 10,000 for content_length:[100000 TO 499999] (0.12 sec)
-
Namespaces | Kubernetes
In Kubernetes, namespaces provide a mechanism for isolating groups of resources within a single cluster. Names of resources need to be unique within a namespace, but not across namespaces. Namespace-based scoping is applicable only for namespaced objects (e.g. Deployments, Services, etc.) and not for cluster-wide objects (e.g. StorageClass, Nodes, PersistentVolumes, etc.). When to Use Multiple Namespaces Namespaces are intended for use in environments with many users spread across multiple teams, or projects.kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/Registered: Mon Nov 04 06:16:03 UTC 2024 - 436.7K bytes - Viewed (0) -
Downward API | Kubernetes
There are two ways to expose Pod and container fields to a running container: environment variables, and as files that are populated by a special volume type. Together, these two ways of exposing Pod and container fields are called the downward API.kubernetes.io/docs/concepts/workloads/pods/downward-api/Registered: Mon Nov 04 06:15:55 UTC 2024 - 431.2K bytes - Viewed (0) -
Using the Request Directly - FastAPI
fastapi.tiangolo.com/az/advanced/using-request-directly/Registered: Mon Nov 04 06:26:23 UTC 2024 - 113.7K bytes - Viewed (0) -
Extra Data Types - FastAPI
fastapi.tiangolo.com/az/tutorial/extra-data-types/Registered: Mon Nov 04 06:26:32 UTC 2024 - 159.1K bytes - Viewed (0) -
Return a Response Directly - FastAPI
fastapi.tiangolo.com/az/advanced/response-directly/Registered: Mon Nov 04 06:27:23 UTC 2024 - 118.8K bytes - Viewed (0) -
Reconfiguring a kubeadm cluster | Kubernetes
kubeadm does not support automated ways of reconfiguring components that were deployed on managed nodes. One way of automating this would be by using a custom operator. To modify the components configuration you must manually edit associated cluster objects and files on disk. This guide shows the correct sequence of steps that need to be performed to achieve kubeadm cluster reconfiguration. Before you begin You need a cluster that was deployed using kubeadm Have administrator credentials (/etc/kubernetes/admin.kubernetes.io/docs/tasks/administer-cluster/kubeadm/kubeadm-reconfigure/Registered: Mon Nov 04 06:26:29 UTC 2024 - 441.4K bytes - Viewed (0) -
Node Resource Managers | Kubernetes
In order to support latency-critical and high-throughput workloads, Kubernetes offers a suite of Resource Managers. The managers aim to co-ordinate and optimise node's resources alignment for pods configured with a specific requirement for CPUs, devices, and memory (hugepages) resources. The main manager, the Topology Manager, is a Kubelet component that co-ordinates the overall resource management process through its policy. The configuration of individual managers is elaborated in dedicated documents:kubernetes.io/docs/concepts/policy/node-resource-managers/Registered: Mon Nov 04 06:26:41 UTC 2024 - 426.3K bytes - Viewed (0) -
Pod Overhead | Kubernetes
FEATURE STATE: Kubernetes v1.24 [stable] When you run a Pod on a Node, the Pod itself takes an amount of system resources. These resources are additional to the resources needed to run the container(s) inside the Pod. In Kubernetes, Pod Overhead is a way to account for the resources consumed by the Pod infrastructure on top of the container requests & limits. In Kubernetes, the Pod's overhead is set at admission time according to the overhead associated with the Pod's RuntimeClass.kubernetes.io/docs/concepts/scheduling-eviction/pod-overhead/Registered: Mon Nov 04 06:26:47 UTC 2024 - 441.6K bytes - Viewed (0) -
Troubleshooting CNI plugin-related errors | Kub...
To avoid CNI plugin-related errors, verify that you are using or upgrading to a container runtime that has been tested to work correctly with your version of Kubernetes. About the "Incompatible CNI versions" and "Failed to destroy network for sandbox" errors Service issues exist for pod CNI network setup and tear down in containerd v1.6.0-v1.6.3 when the CNI plugins have not been upgraded and/or the CNI config version is not declared in the CNI config files.kubernetes.io/docs/tasks/administer-cluster/migrating-from-dockershim/troubleshooting-cni-plugin-...Registered: Mon Nov 04 06:25:43 UTC 2024 - 435.3K bytes - Viewed (0) -
Cluster Autoscaling | Kubernetes
Automatically manage the nodes in your cluster to adapt to demand.kubernetes.io/docs/concepts/cluster-administration/cluster-autoscaling/Registered: Mon Nov 04 06:26:24 UTC 2024 - 429.8K bytes - Viewed (0)