Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 631 - 640 of 685 for host:kubernetes.io (0.03 sec)

  1. Kubelet Configuration Directory Merging | Kuber...

    When using the kubelet's --config-dir flag to specify a drop-in directory for configuration, there is some specific behavior on how different types are merged. Here are some examples of how different data types behave during configuration merging: Structure Fields There are two types of structure fields in a YAML structure: singular (or a scalar type) and embedded (structures that contain scalar types). The configuration merging process handles the overriding of singular and embedded struct fields to create a resulting kubelet configuration.
    kubernetes.io/docs/reference/node/kubelet-config-directory-merging/
    Registered: Wed Apr 16 06:28:11 UTC 2025
    - 453.6K bytes
    - Viewed (0)
  2. Install and Set Up kubectl on Linux | Kubernetes

    Before you begin You must use a kubectl version that is within one minor version difference of your cluster. For example, a v1.32 client can communicate with v1.31, v1.32, and v1.33 control planes. Using the latest compatible version of kubectl helps avoid unforeseen issues. Install kubectl on Linux The following methods exist for installing kubectl on Linux: Install kubectl binary with curl on Linux Install using native package management Install using other package management Install kubectl binary with curl on Linux Download the latest release with the command:
    kubernetes.io/docs/tasks/tools/install-kubectl-linux/
    Registered: Wed Apr 16 06:02:56 UTC 2025
    - 473.2K bytes
    - Viewed (0)
  3. Administer a Cluster | Kubernetes

    Learn common tasks for administering a cluster.
    kubernetes.io/docs/tasks/administer-cluster/
    Registered: Wed Apr 16 06:03:00 UTC 2025
    - 437K bytes
    - Viewed (0)
  4. Guide for Running Windows Containers in Kuberne...

    This page provides a walkthrough for some steps you can follow to run Windows containers using Kubernetes. The page also highlights some Windows specific functionality within Kubernetes. It is important to note that creating and deploying services and workloads on Kubernetes behaves in much the same way for Linux and Windows containers. The kubectl commands to interface with the cluster are identical. The examples in this page are provided to jumpstart your experience with Windows containers.
    kubernetes.io/docs/concepts/windows/user-guide/
    Registered: Wed Apr 16 06:03:23 UTC 2025
    - 466.8K bytes
    - Viewed (0)
  5. System Logs | Kubernetes

    System component logs record events happening in cluster, which can be very useful for debugging. You can configure log verbosity to see more or less detail. Logs can be as coarse-grained as showing errors within a component, or as fine-grained as showing step-by-step traces of events (like HTTP access logs, pod state changes, controller actions, or scheduler decisions). Warning:In contrast to the command line flags described here, the log output itself does not fall under the Kubernetes API stability guarantees: individual log entries and their formatting may change from one release to the next!
    kubernetes.io/docs/concepts/cluster-administration/system-logs/
    Registered: Wed Apr 16 06:03:49 UTC 2025
    - 454.1K bytes
    - Viewed (0)
  6. Troubleshooting CNI plugin-related errors | Kub...

    To avoid CNI plugin-related errors, verify that you are using or upgrading to a container runtime that has been tested to work correctly with your version of Kubernetes. About the "Incompatible CNI versions" and "Failed to destroy network for sandbox" errors Service issues exist for pod CNI network setup and tear down in containerd v1.6.0-v1.6.3 when the CNI plugins have not been upgraded and/or the CNI config version is not declared in the CNI config files.
    kubernetes.io/docs/tasks/administer-cluster/migrating-from-dockershim/troubleshooting-cni-plugin-...
    Registered: Wed Apr 16 06:02:36 UTC 2025
    - 442.5K bytes
    - Viewed (0)
  7. Network Plugins | Kubernetes

    Kubernetes (version 1.3 through to the latest 1.32, and likely onwards) lets you use Container Network Interface (CNI) plugins for cluster networking. You must use a CNI plugin that is compatible with your cluster and that suits your needs. Different plugins are available (both open- and closed- source) in the wider Kubernetes ecosystem. A CNI plugin is required to implement the Kubernetes network model. You must use a CNI plugin that is compatible with the v0.
    kubernetes.io/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins/
    Registered: Wed Apr 16 06:02:48 UTC 2025
    - 446.6K bytes
    - Viewed (0)
  8. Resource metrics pipeline | Kubernetes

    For Kubernetes, the Metrics API offers a basic set of metrics to support automatic scaling and similar use cases. This API makes information available about resource usage for node and pod, including metrics for CPU and memory. If you deploy the Metrics API into your cluster, clients of the Kubernetes API can then query for this information, and you can use Kubernetes' access control mechanisms to manage permissions to do so.
    kubernetes.io/docs/tasks/debug/debug-cluster/resource-metrics-pipeline/
    Registered: Wed Apr 16 06:09:44 UTC 2025
    - 449K bytes
    - Viewed (0)
  9. Assign Pods to Nodes | Kubernetes

    This page shows how to assign a Kubernetes Pod to a particular node in a Kubernetes cluster. 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/configure-pod-container/assign-pods-nodes/
    Registered: Wed Apr 16 06:08:45 UTC 2025
    - 445.8K bytes
    - Viewed (0)
  10. Managing Secrets | Kubernetes

    Managing confidential settings data using Secrets.
    kubernetes.io/docs/tasks/configmap-secret/
    Registered: Wed Apr 16 06:08:58 UTC 2025
    - 431.2K bytes
    - Viewed (0)
Back to top