- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 391 - 400 of 723 for host:kubernetes.io (0.07 sec)
-
Imperative Management of Kubernetes Objects Usi...
Kubernetes objects can be created, updated, and deleted by using the kubectl command-line tool along with an object configuration file written in YAML or JSON. This document explains how to define and manage objects using configuration files. Before you begin Install kubectl. 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/manage-kubernetes-objects/imperative-config/Registered: Wed Feb 04 10:30:55 UTC 2026 - 480K bytes - Viewed (0) -
Run Jobs | Kubernetes
Run Jobs using parallel processing.kubernetes.io/docs/tasks/job/Registered: Wed Feb 04 10:31:20 UTC 2026 - 467.9K bytes - Viewed (0) -
Define Environment Variables for a Container | ...
This page shows how to define environment variables for a container in a Kubernetes Pod. 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/inject-data-application/define-environment-variable-container/Registered: Wed Feb 04 10:30:12 UTC 2026 - 485K bytes - Viewed (0) -
CSI Volume Cloning | Kubernetes
This document describes the concept of cloning existing CSI Volumes in Kubernetes. Familiarity with Volumes is suggested. Introduction The CSI Volume Cloning feature adds support for specifying existing PVCs in the dataSource field to indicate a user would like to clone a Volume. A Clone is defined as a duplicate of an existing Kubernetes Volume that can be consumed as any standard Volume would be. The only difference is that upon provisioning, rather than creating a "new" empty Volume, the back end device creates an exact duplicate of the specified Volume.kubernetes.io/docs/concepts/storage/volume-pvc-datasource/Registered: Wed Feb 04 10:03:15 UTC 2026 - 476.2K 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: Wed Feb 04 10:02:00 UTC 2026 - 481.7K bytes - Viewed (0) -
Service Accounts | Kubernetes
Learn about ServiceAccount objects in Kubernetes.kubernetes.io/docs/concepts/security/service-accounts/Registered: Wed Feb 04 10:02:19 UTC 2026 - 489.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: Wed Feb 04 10:02:34 UTC 2026 - 477.2K bytes - Viewed (0) -
Traces For Kubernetes System Components | Kuber...
FEATURE STATE: Kubernetes v1.27 [beta] System component traces record the latency of and relationships between operations in the cluster. Kubernetes components emit traces using the OpenTelemetry Protocol with the gRPC exporter and can be collected and routed to tracing backends using an OpenTelemetry Collector. Trace Collection Kubernetes components have built-in gRPC exporters for OTLP to export traces, either with an OpenTelemetry Collector, or without an OpenTelemetry Collector. For a complete guide to collecting traces and using the collector, see Getting Started with the OpenTelemetry Collector.kubernetes.io/docs/concepts/cluster-administration/system-traces/Registered: Wed Feb 04 10:07:23 UTC 2026 - 481.4K bytes - Viewed (0) -
Authorization | Kubernetes
Details of Kubernetes authorization mechanisms and supported authorization modes.kubernetes.io/docs/reference/access-authn-authz/authorization/Registered: Wed Feb 04 10:44:41 UTC 2026 - 517.9K bytes - Viewed (0) -
Horizontal Pod Autoscaling | Kubernetes
In Kubernetes, a HorizontalPodAutoscaler automatically updates a workload resource (such as a Deployment or StatefulSet), with the aim of automatically scaling the workload to match demand. Horizontal scaling means that the response to increased load is to deploy more Pods. This is different from vertical scaling, which for Kubernetes would mean assigning more resources (for example: memory or CPU) to the Pods that are already running for the workload.kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/Registered: Fri Dec 12 08:44:01 UTC 2025 - 511.9K bytes - Viewed (0)