- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 251 - 260 of 724 for host:kubernetes.io (0.03 sec)
-
Allocate Devices to Workloads with DRA | Kubern...
FEATURE STATE: Kubernetes v1.35 [stable](enabled by default) This page shows you how to allocate devices to your Pods by using dynamic resource allocation (DRA). These instructions are for workload operators. Before reading this page, familiarize yourself with how DRA works and with DRA terminology like ResourceClaims and ResourceClaimTemplates. For more information, see Dynamic Resource Allocation (DRA). About device allocation with DRA As a workload operator, you can claim devices for your workloads by creating ResourceClaims or ResourceClaimTemplates.kubernetes.io/docs/tasks/configure-pod-container/assign-resources/allocate-devices-dra/Registered: Fri Jan 16 11:37:59 UTC 2026 - 495.9K bytes - Viewed (0) -
Using CoreDNS for Service Discovery | Kubernetes
This page describes the CoreDNS upgrade process and how to install CoreDNS instead of kube-dns. 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/coredns/Registered: Fri Jan 16 11:36:31 UTC 2026 - 472.3K bytes - Viewed (0) -
Dynamic Resource Allocation | Kubernetes
FEATURE STATE: Kubernetes v1.35 [stable](enabled by default) This page describes dynamic resource allocation (DRA) in Kubernetes. About DRA DRA is a Kubernetes feature that lets you request and share resources among Pods. These resources are often attached devices like hardware accelerators. With DRA, device drivers and cluster admins define device classes that are available to claim in workloads. Kubernetes allocates matching devices to specific claims and places the corresponding Pods on nodes that can access the allocated devices.kubernetes.io/docs/concepts/scheduling-eviction/dynamic-resource-allocation/Registered: Fri Jan 16 11:03:43 UTC 2026 - 555.2K bytes - Viewed (0) -
Node Declared Features | Kubernetes
FEATURE STATE: Kubernetes v1.35 [alpha](disabled by default) Kubernetes nodes use declared features to report the availability of specific features that are new or feature-gated. Control plane components utilize this information to make better decisions. The kube-scheduler, via the NodeDeclaredFeatures plugin, ensures pods are only placed on nodes that explicitly support the features the pod requires. Additionally, the NodeDeclaredFeatureValidator admission controller validates pod updates against a node's declared features. This mechanism helps manage version skew and improve cluster stability, especially during cluster upgrades or in mixed-version environments where nodes might not all have the same features enabled.kubernetes.io/docs/concepts/scheduling-eviction/node-declared-features/Registered: Fri Jan 16 11:03:49 UTC 2026 - 471.7K bytes - Viewed (0) -
Container Runtimes | Kubernetes
Note: Dockershim has been removed from the Kubernetes project as of release 1.24. Read the Dockershim Removal FAQ for further details. You need to install a container runtime into each node in the cluster so that Pods can run there. This page outlines what is involved and describes related tasks for setting up nodes. Kubernetes 1.35 requires that you use a runtime that conforms with the Container Runtime Interface (CRI).kubernetes.io/docs/setup/production-environment/container-runtimes/Registered: Fri Jan 16 11:02:36 UTC 2026 - 490.4K bytes - Viewed (0) -
Logging Architecture | Kubernetes
Application logs can help you understand what is happening inside your application. The logs are particularly useful for debugging problems and monitoring cluster activity. Most modern applications have some kind of logging mechanism. Likewise, container engines are designed to support logging. The easiest and most adopted logging method for containerized applications is writing to standard output and standard error streams. However, the native functionality provided by a container engine or runtime is usually not enough for a complete logging solution.kubernetes.io/docs/concepts/cluster-administration/logging/Registered: Fri Jan 16 11:04:38 UTC 2026 - 521.1K bytes - Viewed (0) -
Turnkey Cloud Solutions | Kubernetes
This page provides a list of Kubernetes certified solution providers. From each provider page, you can learn how to install and setup production ready clusters.kubernetes.io/docs/setup/production-environment/turnkey-solutions/Registered: Fri Jan 16 10:57:15 UTC 2026 - 469K bytes - Viewed (0) -
Production environment | Kubernetes
Create a production-quality Kubernetes clusterkubernetes.io/docs/setup/production-environment/Registered: Fri Jan 16 10:57:22 UTC 2026 - 486.9K bytes - Viewed (0) -
Learning environment | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/setup/learning-environment/Registered: Fri Jan 16 10:57:49 UTC 2026 - 473.9K bytes - Viewed (0) -
Using kubectl to Create a Deployment | Kubernetes
Objectives Learn about application Deployments. Deploy your first app on Kubernetes with kubectl. Kubernetes Deployments A Deployment is responsible for creating and updating instances of your application. Note:This tutorial uses a container that requires the AMD64 architecture. If you are using minikube on a computer with a different CPU architecture, you could try using minikube with a driver that can emulate AMD64. For example, the Docker Desktop driver can do this.kubernetes.io/docs/tutorials/kubernetes-basics/deploy-app/deploy-intro/Registered: Fri Jan 16 11:41:15 UTC 2026 - 480.7K bytes - Viewed (0)