- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 481 - 490 of 699 for host:kubernetes.io (0.04 sec)
-
Volumes | Kubernetes
Kubernetes volumes provide a way for containers in a pod to access and share data via the filesystem. There are different kinds of volume that you can use for different purposes, such as: populating a configuration file based on a ConfigMap or a Secret providing some temporary scratch space for a pod sharing a filesystem between two different containers in the same pod sharing a filesystem between two different pods (even if those Pods run on different nodes) durably storing data so that it stays available even if the Pod restarts or is replaced passing configuration information to an app running in a container, based on details of the Pod the container is in (for example: telling a sidecar container what namespace the Pod is running in) providing read-only access to data in a different container image Data sharing can be between different local processes within a container, or between different containers, or between Pods.kubernetes.io/docs/concepts/storage/volumes/Registered: Mon Sep 08 21:56:01 UTC 2025 - 579.6K bytes - Viewed (0) -
Recommended Labels | Kubernetes
You can visualize and manage Kubernetes objects with more tools than kubectl and the dashboard. A common set of labels allows tools to work interoperably, describing objects in a common manner that all tools can understand. In addition to supporting tooling, the recommended labels describe applications in a way that can be queried. The metadata is organized around the concept of an application. Kubernetes is not a platform as a service (PaaS) and doesn't have or enforce a formal notion of an application.kubernetes.io/docs/concepts/overview/working-with-objects/common-labels/Registered: Mon Sep 08 21:54:42 UTC 2025 - 477.4K bytes - Viewed (0) -
Configuration | Kubernetes
Resources that Kubernetes provides for configuring Pods.kubernetes.io/docs/concepts/configuration/Registered: Mon Sep 08 21:53:52 UTC 2025 - 456.7K bytes - Viewed (0) -
Configuring a cgroup driver | Kubernetes
This page explains how to configure the kubelet's cgroup driver to match the container runtime cgroup driver for kubeadm clusters. Before you begin You should be familiar with the Kubernetes container runtime requirements. Configuring the container runtime cgroup driver The Container runtimes page explains that the systemd driver is recommended for kubeadm based setups instead of the kubelet's default cgroupfs driver, because kubeadm manages the kubelet as a systemd service.kubernetes.io/docs/tasks/administer-cluster/kubeadm/configure-cgroup-driver/Registered: Mon Sep 08 22:17:41 UTC 2025 - 465.2K bytes - Viewed (0) -
Device Plugins | Kubernetes
Device plugins let you configure your cluster with support for devices or resources that require vendor-specific setup, such as GPUs, NICs, FPGAs, or non-volatile main memory.kubernetes.io/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/Registered: Mon Sep 08 22:18:26 UTC 2025 - 488.5K bytes - Viewed (0) -
API Priority and Fairness | Kubernetes
FEATURE STATE: Kubernetes v1.29 [stable] Controlling the behavior of the Kubernetes API server in an overload situation is a key task for cluster administrators. The kube-apiserver has some controls available (i.e. the --max-requests-inflight and --max-mutating-requests-inflight command-line flags) to limit the amount of outstanding work that will be accepted, preventing a flood of inbound requests from overloading and potentially crashing the API server, but these flags are not enough to ensure that the most important requests get through in a period of high traffic.kubernetes.io/docs/concepts/cluster-administration/flow-control/Registered: Mon Sep 08 22:18:50 UTC 2025 - 516.4K bytes - Viewed (0) -
Scheduling Policies | Kubernetes
In Kubernetes versions before v1.23, a scheduling policy can be used to specify the predicates and priorities process. For example, you can set a scheduling policy by running kube-scheduler --policy-config-file <filename> or kube-scheduler --policy-configmap <ConfigMap>. This scheduling policy is not supported since Kubernetes v1.23. Associated flags policy-config-file, policy-configmap, policy-configmap-namespace and use-legacy-policy-config are also not supported. Instead, use the Scheduler Configuration to achieve similar behavior. What's next Learn about scheduling Learn about kube-scheduler Configuration Read the kube-scheduler configuration reference (v1)kubernetes.io/docs/reference/scheduling/policies/Registered: Tue Sep 09 00:23:53 UTC 2025 - 457.4K bytes - Viewed (0) -
Reference Documentation Quickstart | Kubernetes
This page shows how to use the update-imported-docs.py script to generate the Kubernetes reference documentation. The script automates the build setup and generates the reference documentation for a release. Before you begin Requirements: You need a machine that is running Linux or macOS. You need to have these tools installed: Python v3.7.x+ Git Golang version 1.13+ Pip used to install PyYAML PyYAML v5.1.2 make gcc compiler/linker Docker (Required only for kubectl command reference) Your PATH environment variable must include the required build tools, such as the Go binary and python.kubernetes.io/docs/contribute/generate-ref-docs/quickstart/Registered: Tue Sep 09 00:24:31 UTC 2025 - 474.4K bytes - Viewed (0) -
Kubelet Configuration (v1beta1) | Kubernetes
Resource Types CredentialProviderConfig KubeletConfiguration SerializedNodeConfigSource FormatOptions Appears in: LoggingConfiguration FormatOptions contains options for the different logging formats. FieldDescription text [Required] TextOptions [Alpha] Text contains options for logging format "text". Only available when the LoggingAlphaOptions feature gate is enabled. json [Required] JSONOptions [Alpha] JSON contains options for logging format "json". Only available when the LoggingAlphaOptions feature gate is enabled. JSONOptions Appears in: FormatOptions JSONOptions contains options for logging format "json". FieldDescription OutputRoutingOptions [Required] OutputRoutingOptions (Members of OutputRoutingOptions are embedded into this type.kubernetes.io/docs/reference/config-api/kubelet-config.v1beta1/Registered: Tue Sep 09 00:19:57 UTC 2025 - 525.6K bytes - Viewed (0) -
Contributing to Kubernetes blogs | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/contribute/blog/Registered: Tue Sep 09 00:26:02 UTC 2025 - 458.4K bytes - Viewed (0)