Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 10 of 683 for host:kubernetes.io (0.05 sec)

  1. 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: Fri May 09 06:01:16 UTC 2025
    - 467.4K bytes
    - Viewed (0)
  2. Install and Set Up kubectl on Windows | Kubernetes

    Before you begin You must use a kubectl version that is within one minor version difference of your cluster. For example, a v1.33 client can communicate with v1.32, v1.33, and v1.34 control planes. Using the latest compatible version of kubectl helps avoid unforeseen issues. Install kubectl on Windows The following methods exist for installing kubectl on Windows: Install kubectl binary on Windows (via direct download or curl) Install on Windows using Chocolatey, Scoop, or winget Install kubectl binary on Windows (via direct download or curl) You have two options for installing kubectl on your Windows device
    kubernetes.io/docs/tasks/tools/install-kubectl-windows/
    Registered: Fri May 09 06:15:38 UTC 2025
    - 464.1K bytes
    - Viewed (0)
  3. 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: Fri May 09 06:15:42 UTC 2025
    - 480.5K bytes
    - Viewed (0)
  4. Logging Architecture | Kubernetes

    Application logs can help you understand what is happening inside your application. The logs are particularly useful for debugging problems and monitoring cluster activity. Most modern applications have some kind of logging mechanism. Likewise, container engines are designed to support logging. The easiest and most adopted logging method for containerized applications is writing to standard output and standard error streams. However, the native functionality provided by a container engine or runtime is usually not enough for a complete logging solution.
    kubernetes.io/docs/concepts/cluster-administration/logging/
    Registered: Fri May 09 06:13:57 UTC 2025
    - 498.8K bytes
    - Viewed (0)
  5. Resource Bin Packing | Kubernetes

    In the scheduling-plugin NodeResourcesFit of kube-scheduler, there are two scoring strategies that support the bin packing of resources: MostAllocated and RequestedToCapacityRatio. Enabling bin packing using MostAllocated strategy The MostAllocated strategy scores the nodes based on the utilization of resources, favoring the ones with higher allocation. For each resource type, you can set a weight to modify its influence in the node score. To set the MostAllocated strategy for the NodeResourcesFit plugin, use a scheduler configuration similar to the following:
    kubernetes.io/docs/concepts/scheduling-eviction/resource-bin-packing/
    Registered: Fri May 09 06:14:14 UTC 2025
    - 465.4K bytes
    - Viewed (0)
  6. 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 May 09 06:14:41 UTC 2025
    - 449.4K bytes
    - Viewed (0)
  7. 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: Fri May 09 06:14:01 UTC 2025
    - 454.5K bytes
    - Viewed (0)
  8. Administration with kubeadm | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/tasks/administer-cluster/kubeadm/
    Registered: Fri May 09 06:14:26 UTC 2025
    - 445.6K bytes
    - Viewed (0)
  9. 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 May 09 06:31:31 UTC 2025
    - 477.4K bytes
    - Viewed (0)
  10. 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 May 09 06:31:49 UTC 2025
    - 446.8K bytes
    - Viewed (0)
Back to top