- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1 - 10 of 686 for host:kubernetes.io (0.02 sec)
-
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: 2025-04-25 06:02 - 453.2K bytes - Viewed (0) -
The Kubernetes API | Kubernetes
The Kubernetes API lets you query and manipulate the state of objects in Kubernetes. The core of Kubernetes' control plane is the API server and the HTTP API that it exposes. Users, the different parts of your cluster, and external components all communicate with one another through the API server.kubernetes.io/docs/concepts/overview/kubernetes-api/Registered: 2025-04-25 06:02 - 464K 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.33 requires that you use a runtime that conforms with the Container Runtime Interface (CRI).kubernetes.io/docs/setup/production-environment/container-runtimes/Registered: 2025-04-25 06:02 - 466.3K 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: 2025-04-25 06:02 - 445.6K bytes - Viewed (0) -
Volume Snapshot Classes | Kubernetes
This document describes the concept of VolumeSnapshotClass in Kubernetes. Familiarity with volume snapshots and storage classes is suggested. Introduction Just like StorageClass provides a way for administrators to describe the "classes" of storage they offer when provisioning a volume, VolumeSnapshotClass provides a way to describe the "classes" of storage when provisioning a volume snapshot. The VolumeSnapshotClass Resource Each VolumeSnapshotClass contains the fields driver, deletionPolicy, and parameters, which are used when a VolumeSnapshot belonging to the class needs to be dynamically provisioned.kubernetes.io/docs/concepts/storage/volume-snapshot-classes/Registered: 2025-04-25 06:10 - 452.4K 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: 2025-04-25 06:08 - 536.6K bytes - Viewed (0) -
DaemonSet | Kubernetes
A DaemonSet defines Pods that provide node-local facilities. These might be fundamental to the operation of your cluster, such as a networking helper tool, or be part of an add-on.kubernetes.io/docs/concepts/workloads/controllers/daemonset/Registered: 2025-04-25 06:09 - 472.5K 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: 2025-04-25 06:08 - 459.8K bytes - Viewed (0) -
Automatic Cleanup for Finished Jobs | Kubernetes
A time-to-live mechanism to clean up old Jobs that have finished execution.kubernetes.io/docs/concepts/workloads/controllers/ttlafterfinished/Registered: 2025-04-25 06:08 - 448.5K 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: 2025-04-25 06:18 - 479.5K bytes - Viewed (0)