- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 461 - 470 of 702 for host:kubernetes.io (0.19 sec)
-
Jobs | Kubernetes
Jobs represent one-off tasks that run to completion and then stop.kubernetes.io/docs/concepts/workloads/controllers/job/Registered: Fri Oct 24 08:57:21 UTC 2025 - 573.6K bytes - Viewed (0) -
User Namespaces | Kubernetes
FEATURE STATE: Kubernetes v1.30 [beta] This page explains how user namespaces are used in Kubernetes pods. A user namespace isolates the user running inside the container from the one in the host. A process running as root in a container can run as a different (non-root) user in the host; in other words, the process has full privileges for operations inside the user namespace, but is unprivileged for operations outside the namespace.kubernetes.io/docs/concepts/workloads/pods/user-namespaces/Registered: Fri Oct 24 08:57:32 UTC 2025 - 475.9K bytes - Viewed (0) -
Node-pressure Eviction | Kubernetes
Node-pressure eviction is the process by which the kubelet proactively terminates pods to reclaim resource on nodes. The kubelet monitors resources like memory, disk space, and filesystem inodes on your cluster's nodes. When one or more of these resources reach specific consumption levels, the kubelet can proactively fail one or more pods on the node to reclaim resources and prevent starvation. During a node-pressure eviction, the kubelet sets the phase for the selected pods to Failed, and terminates the Pod.kubernetes.io/docs/concepts/scheduling-eviction/node-pressure-eviction/Registered: Fri Oct 24 09:13:02 UTC 2025 - 495.3K bytes - Viewed (0) -
Kubernetes Scheduler | Kubernetes
In Kubernetes, scheduling refers to making sure that Pods are matched to Nodes so that Kubelet can run them. Scheduling overview A scheduler watches for newly created Pods that have no Node assigned. For every Pod that the scheduler discovers, the scheduler becomes responsible for finding the best Node for that Pod to run on. The scheduler reaches this placement decision taking into account the scheduling principles described below.kubernetes.io/docs/concepts/scheduling-eviction/kube-scheduler/Registered: Fri Oct 24 09:11:03 UTC 2025 - 465.1K bytes - Viewed (0) -
Install and Set Up kubectl on Windows | Kubernetes
Before you begin You must use a kubectl version that is within one minor version difference of your cluster. For example, a v1.34 client can communicate with v1.33, v1.34, and v1.35 control planes. Using the latest compatible version of kubectl helps avoid unforeseen issues. Install kubectl on Windows The following methods exist for installing kubectl on Windows: Install kubectl binary on Windows (via direct download or curl) Install on Windows using Chocolatey, Scoop, or winget Install kubectl binary on Windows (via direct download or curl) You have two options for installing kubectl on your Windows devicekubernetes.io/docs/tasks/tools/install-kubectl-windows/Registered: Fri Oct 24 09:12:55 UTC 2025 - 477.8K bytes - Viewed (0) -
Kubernetes Default ServiceCIDR Reconfiguration ...
FEATURE STATE: Kubernetes v1.33 [stable] (enabled by default: true) This document shares how to reconfigure the default Service IP range(s) assigned to a cluster. 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.kubernetes.io/docs/tasks/network/reconfigure-default-service-ip-ranges/Registered: Fri Oct 24 09:47:26 UTC 2025 - 466.6K bytes - Viewed (0) -
kubectl create token | Kubernetes
Synopsis Request a service account token. kubectl create token SERVICE_ACCOUNT_NAME Examples # Request a token to authenticate to the kube-apiserver as the service account "myapp" in the current namespace kubectl create token myapp # Request a token for a service account in a custom namespace kubectl create token myapp --namespace myns # Request a token with a custom expiration kubectl create token myapp --duration 10m # Request a token with a custom audience kubectl create token myapp --audience https://example.kubernetes.io/docs/reference/kubectl/generated/kubectl_create/kubectl_create_token/Registered: Fri Oct 24 10:20:21 UTC 2025 - 469.1K bytes - Viewed (0) -
kubectl create namespace | Kubernetes
Synopsis Create a namespace with the specified name. kubectl create namespace NAME [--dry-run=server|client|none] Examples # Create a new namespace named my-namespace kubectl create namespace my-namespace Options --allow-missing-template-keys Default: true If true, ignore any errors in templates when a field or map key is missing in the template. Only applies to golang and jsonpath output formats. --dry-run string[="unchanged"] Default: "none" Must be "none", "server", or "client". If client strategy, only print the object that would be sent, without sending it.kubernetes.io/docs/reference/kubectl/generated/kubectl_create/kubectl_create_namespace/ Similar Results (1)Registered: Fri Oct 24 10:20:41 UTC 2025 - 469.1K bytes - Viewed (0) -
kubectl set resources | Kubernetes
Synopsis Specify compute resource requirements (CPU, memory) for any resource that defines a pod template. If a pod is successfully scheduled, it is guaranteed the amount of resource requested, but may burst up to its specified limits. For each compute resource, if a limit is specified and a request is omitted, the request will default to the limit. Possible resources include (case insensitive): Use "kubectl api-resources" for a complete list of supported resources.kubernetes.io/docs/reference/kubectl/generated/kubectl_set/kubectl_set_resources/Registered: Fri Oct 24 10:25:24 UTC 2025 - 470.7K bytes - Viewed (0) -
kubectl options | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/kubectl/generated/kubectl_options/Registered: Fri Oct 24 10:29:17 UTC 2025 - 464.8K bytes - Viewed (0)