- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 51 - 60 of 686 for host:kubernetes.io (0.03 sec)
-
Windows Storage | Kubernetes
This page provides an storage overview specific to the Windows operating system. Persistent storage Windows has a layered filesystem driver to mount container layers and create a copy filesystem based on NTFS. All file paths in the container are resolved only within the context of that container. With Docker, volume mounts can only target a directory in the container, and not an individual file. This limitation does not apply to containerd.kubernetes.io/docs/concepts/storage/windows-storage/Registered: Mon May 26 05:38:32 UTC 2025 - 448.7K bytes - Viewed (0) -
Ingress | Kubernetes
Make your HTTP (or HTTPS) network service available using a protocol-aware configuration mechanism, that understands web concepts like URIs, hostnames, paths, and more. The Ingress concept lets you map traffic to different backends based on rules you define via the Kubernetes API.kubernetes.io/docs/concepts/services-networking/ingress/Registered: Mon May 26 05:37:59 UTC 2025 - 538.1K bytes - Viewed (0) -
Cloud Native Security and Kubernetes | Kubernetes
Concepts for keeping your cloud-native workload secure.kubernetes.io/docs/concepts/security/cloud-native-security/Registered: Mon May 26 05:38:59 UTC 2025 - 457.8K bytes - Viewed (0) -
Gateway API | Kubernetes
Gateway API is a family of API kinds that provide dynamic infrastructure provisioning and advanced traffic routing.kubernetes.io/docs/concepts/services-networking/gateway/Registered: Mon May 26 05:38:03 UTC 2025 - 461.3K bytes - Viewed (0) -
PKI certificates and requirements | Kubernetes
Kubernetes requires PKI certificates for authentication over TLS. If you install Kubernetes with kubeadm, the certificates that your cluster requires are automatically generated. You can also generate your own certificates -- for example, to keep your private keys more secure by not storing them on the API server. This page explains the certificates that your cluster requires. How certificates are used by your cluster Kubernetes requires PKI for the following operations:kubernetes.io/docs/setup/best-practices/certificates/Registered: Mon May 26 05:32:25 UTC 2025 - 463.2K bytes - Viewed (0) -
Field Selectors | Kubernetes
Field selectors let you select Kubernetes objects based on the value of one or more resource fields. Here are some examples of field selector queries: metadata.name=my-service metadata.namespace!=default status.phase=Pending This kubectl command selects all Pods for which the value of the status.phase field is Running: kubectl get pods --field-selector status.phase=Running Note:Field selectors are essentially resource filters. By default, no selectors/filters are applied, meaning that all resources of the specified type are selected.kubernetes.io/docs/concepts/overview/working-with-objects/field-selectors/Registered: Mon May 26 05:32:51 UTC 2025 - 454.7K bytes - Viewed (0) -
Production environment | Kubernetes
Create a production-quality Kubernetes clusterkubernetes.io/docs/setup/production-environment/Registered: Mon May 26 05:33:02 UTC 2025 - 465K bytes - Viewed (0) -
Admission Webhook Good Practices | Kubernetes
Recommendations for designing and deploying admission webhooks in Kubernetes.kubernetes.io/docs/concepts/cluster-administration/admission-webhooks-good-practices/Registered: Mon May 26 05:44:45 UTC 2025 - 481K bytes - Viewed (0) -
Scheduler Performance Tuning | Kubernetes
FEATURE STATE: Kubernetes v1.14 [beta] kube-scheduler is the Kubernetes default scheduler. It is responsible for placement of Pods on Nodes in a cluster. Nodes in a cluster that meet the scheduling requirements of a Pod are called feasible Nodes for the Pod. The scheduler finds feasible Nodes for a Pod and then runs a set of functions to score the feasible Nodes, picking a Node with the highest score among the feasible ones to run the Pod.kubernetes.io/docs/concepts/scheduling-eviction/scheduler-perf-tuning/Registered: Mon May 26 05:44:57 UTC 2025 - 454.9K bytes - Viewed (0) -
Expose Pod Information to Containers Through Fi...
This page shows how a Pod can use a downwardAPI volume, to expose information about itself to containers running in the Pod. A downwardAPI volume can expose Pod fields and container fields. In Kubernetes, there are two ways to expose Pod and container fields to a running container: Environment variables Volume files, as explained in this task Together, these two ways of exposing Pod and container fields are called the downward API.kubernetes.io/docs/tasks/inject-data-application/downward-api-volume-expose-pod-information/Registered: Mon May 26 05:59:37 UTC 2025 - 477.9K bytes - Viewed (0)