Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 411 - 420 of 673 for host:kubernetes.io (0.03 sec)

  1. Projected Volumes | Kubernetes

    This document describes projected volumes in Kubernetes. Familiarity with volumes is suggested. Introduction A projected volume maps several existing volume sources into the same directory. Currently, the following types of volume sources can be projected: secret downwardAPI configMap serviceAccountToken clusterTrustBundle All sources are required to be in the same namespace as the Pod. For more details, see the all-in-one volume design document. Example configuration with a secret, a downwardAPI, and a configMap pods/storage/projected-secret-downwardapi-configmap.
    kubernetes.io/docs/concepts/storage/projected-volumes/
    Registered: Wed Feb 12 05:51:50 UTC 2025
    - 465.8K bytes
    - Viewed (0)
  2. Resource Quotas | Kubernetes

    When several users or teams share a cluster with a fixed number of nodes, there is a concern that one team could use more than its fair share of resources. Resource quotas are a tool for administrators to address this concern. A resource quota, defined by a ResourceQuota object, provides constraints that limit aggregate resource consumption per namespace. It can limit the quantity of objects that can be created in a namespace by type, as well as the total amount of compute resources that may be consumed by resources in that namespace.
    kubernetes.io/docs/concepts/policy/resource-quotas/
    Registered: Wed Feb 12 05:51:54 UTC 2025
    - 488.7K bytes
    - Viewed (0)
  3. Organizing Cluster Access Using kubeconfig File...

    Use kubeconfig files to organize information about clusters, users, namespaces, and authentication mechanisms. The kubectl command-line tool uses kubeconfig files to find the information it needs to choose a cluster and communicate with the API server of a cluster. Note:A file that is used to configure access to clusters is called a kubeconfig file. This is a generic way of referring to configuration files. It does not mean that there is a file named kubeconfig.
    kubernetes.io/docs/concepts/configuration/organize-cluster-access-kubeconfig/
    Registered: Wed Feb 12 05:55:47 UTC 2025
    - 439.7K bytes
    - Viewed (0)
  4. Switching from Polling to CRI Event-based Updat...

    FEATURE STATE: Kubernetes v1.26 [alpha] (enabled by default: false) This page shows how to migrate nodes to use event based updates for container status. The event-based implementation reduces node resource consumption by the kubelet, compared to the legacy approach that relies on polling. You may know this feature as evented Pod lifecycle event generator (PLEG). That's the name used internally within the Kubernetes project for a key implementation detail.
    kubernetes.io/docs/tasks/administer-cluster/switch-to-evented-pleg/
    Registered: Wed Feb 12 06:02:37 UTC 2025
    - 434.3K bytes
    - Viewed (0)
  5. Adding entries to Pod /etc/hosts with HostAlias...

    Adding entries to a Pod's /etc/hosts file provides Pod-level override of hostname resolution when DNS and other options are not applicable. You can add these custom entries with the HostAliases field in PodSpec. The Kubernetes project recommends modifying DNS configuration using the hostAliases field (part of the .spec for a Pod), and not by using an init container or other means to edit /etc/hosts directly. Change made in other ways may be overwritten by the kubelet during Pod creation or restart.
    kubernetes.io/docs/tasks/network/customize-hosts-file-for-pods/
    Registered: Wed Feb 12 06:15:55 UTC 2025
    - 439K bytes
    - Viewed (0)
  6. Create a Cluster | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/tutorials/kubernetes-basics/create-cluster/
    Registered: Wed Feb 12 06:16:00 UTC 2025
    - 429.1K bytes
    - Viewed (0)
  7. Accessing the Kubernetes API from a Pod | Kuber...

    This guide demonstrates how to access the Kubernetes API from within a 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/run-application/access-api-from-pod/
    Registered: Wed Feb 12 06:16:17 UTC 2025
    - 437.5K bytes
    - Viewed (0)
  8. 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: Wed Feb 12 06:16:27 UTC 2025
    - 476.7K bytes
    - Viewed (0)
  9. Configuration | Kubernetes

    Resources that Kubernetes provides for configuring Pods.
    kubernetes.io/docs/concepts/configuration/
    Registered: Wed Feb 12 05:51:37 UTC 2025
    - 427.9K bytes
    - Viewed (0)
  10. IPv4/IPv6 dual-stack | Kubernetes

    Kubernetes lets you configure single-stack IPv4 networking, single-stack IPv6 networking, or dual stack networking with both network families active. This page explains how.
    kubernetes.io/docs/concepts/services-networking/dual-stack/
    Registered: Wed Feb 12 05:50:19 UTC 2025
    - 467K bytes
    - Viewed (0)
Back to top