Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 221 - 230 of 723 for host:kubernetes.io (0.03 sec)

  1. 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: Fri Jan 16 11:07:23 UTC 2026
    - 558.4K bytes
    - Viewed (0)
  2. 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: Fri Jan 16 11:06:55 UTC 2026
    - 475.7K bytes
    - Viewed (0)
  3. 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: Fri Jan 16 11:16:28 UTC 2026
    - 470.6K bytes
    - Viewed (0)
  4. Access Applications in a Cluster | Kubernetes

    Configure load balancing, port forwarding, or setup firewall or DNS configurations to access applications in a cluster.
    kubernetes.io/docs/tasks/access-application-cluster/
    Registered: Fri Jan 16 11:47:38 UTC 2026
    - 468.9K bytes
    - Viewed (0)
  5. Networking | Kubernetes

    Learn how to configure networking for your cluster.
    kubernetes.io/docs/tasks/network/
    Registered: Fri Jan 16 11:47:03 UTC 2026
    - 465.9K bytes
    - Viewed (0)
  6. Run Jobs | Kubernetes

    Run Jobs using parallel processing.
    kubernetes.io/docs/tasks/job/
    Registered: Fri Jan 16 11:47:13 UTC 2026
    - 466.5K bytes
    - Viewed (0)
  7. 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: Fri Jan 16 11:46:21 UTC 2026
    - 499.8K bytes
    - Viewed (0)
  8. Metrics for Kubernetes Object States | Kubernetes

    kube-state-metrics, an add-on agent to generate and expose cluster-level metrics.
    kubernetes.io/docs/concepts/cluster-administration/kube-state-metrics/
    Registered: Fri Jan 16 11:21:47 UTC 2026
    - 472.2K bytes
    - Viewed (0)
  9. Windows in Kubernetes | Kubernetes

    Kubernetes supports nodes that run Microsoft Windows.
    kubernetes.io/docs/concepts/windows/
    Registered: Fri Jan 16 11:23:43 UTC 2026
    - 468.7K bytes
    - Viewed (0)
  10. Find Out What Container Runtime is Used on a No...

    This page outlines steps to find out what container runtime the nodes in your cluster use. Depending on the way you run your cluster, the container runtime for the nodes may have been pre-configured or you need to configure it. If you're using a managed Kubernetes service, there might be vendor-specific ways to check what container runtime is configured for the nodes. The method described on this page should work whenever the execution of kubectl is allowed.
    kubernetes.io/docs/tasks/administer-cluster/migrating-from-dockershim/find-out-runtime-you-use/
    Registered: Fri Jan 16 11:26:36 UTC 2026
    - 473.1K bytes
    - Viewed (0)
Back to top