Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 551 - 560 of 686 for host:kubernetes.io (0.09 sec)

  1. Kubelet Checkpoint API | Kubernetes

    FEATURE STATE: Kubernetes v1.30 [beta] (enabled by default: true) Checkpointing a container is the functionality to create a stateful copy of a running container. Once you have a stateful copy of a container, you could move it to a different computer for debugging or similar purposes. If you move the checkpointed container data to a computer that's able to restore it, that restored container continues to run at exactly the same point it was checkpointed.
    kubernetes.io/docs/reference/node/kubelet-checkpoint-api/
    Registered: Wed Jun 04 07:15:52 UTC 2025
    - 450.7K bytes
    - Viewed (0)
  2. 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 Jun 04 07:15:47 UTC 2025
    - 467K bytes
    - Viewed (0)
  3. Kubernetes Component SLI Metrics | Kubernetes

    High-level indicators for measuring the reliability and performance of Kubernetes components.
    kubernetes.io/docs/reference/instrumentation/slis/
    Registered: Wed Jun 04 07:15:34 UTC 2025
    - 448.1K bytes
    - Viewed (0)
  4. Implementation details | Kubernetes

    FEATURE STATE: Kubernetes v1.10 [stable] kubeadm init and kubeadm join together provide a nice user experience for creating a bare Kubernetes cluster from scratch, that aligns with the best-practices. However, it might not be obvious how kubeadm does that. This document provides additional details on what happens under the hood, with the aim of sharing knowledge on the best practices for a Kubernetes cluster. Core design principles The cluster that kubeadm init and kubeadm join set up should be:
    kubernetes.io/docs/reference/setup-tools/kubeadm/implementation-details/
    Registered: Wed Jun 04 07:19:25 UTC 2025
    - 492.4K bytes
    - Viewed (0)
  5. Introduction to kubectl | Kubernetes

    kubectl is the Kubernetes cli version of a swiss army knife, and can do many things. While this Book is focused on using kubectl to declaratively manage applications in Kubernetes, it also covers other kubectl functions. Command Families Most kubectl commands typically fall into one of a few categories: Type Used For Description Declarative Resource Management Deployment and operations (e.g. GitOps) Declaratively manage Kubernetes workloads using resource configuration Imperative Resource Management Development Only Run commands to manage Kubernetes workloads using Command Line arguments and flags Printing Workload State Debugging Print information about workloads Interacting with Containers Debugging Exec, attach, cp, logs Cluster Management Cluster operations Drain and cordon Nodes Declarative Application Management The preferred approach for managing resources is through declarative files called resource configuration used with the kubectl Apply command.
    kubernetes.io/docs/reference/kubectl/introduction/
    Registered: Wed Jun 04 07:19:31 UTC 2025
    - 450.6K bytes
    - Viewed (0)
  6. kubectl completion | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/kubectl/generated/kubectl_completion/
    Registered: Wed Jun 04 07:20:41 UTC 2025
    - 455.9K bytes
    - Viewed (0)
  7. Documentation style overview | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/contribute/style/
    Registered: Wed Jun 04 07:35:20 UTC 2025
    - 445.8K bytes
    - Viewed (0)
  8. Blog article mirroring | Kubernetes

    There are two official Kubernetes blogs, and the CNCF has its own blog where you can cover Kubernetes too. For the main Kubernetes blog, we (the Kubernetes project) like to publish articles with different perspectives and special focuses, that have a link to Kubernetes. Some articles appear on both blogs: there is a primary version of the article, and a mirror article on the other blog. This page describes the criteria for mirroring, the motivation for mirroring, and explains what you should do to ensure that an article publishes to both blogs.
    kubernetes.io/docs/contribute/blog/article-mirroring/
    Registered: Wed Jun 04 07:35:47 UTC 2025
    - 449.5K bytes
    - Viewed (0)
  9. Kubernetes Custom Metrics (v1beta2) | Kubernetes

    Package v1beta2 is the v1beta2 version of the custom_metrics API. Resource Types MetricListOptions MetricValue MetricValueList MetricListOptions MetricListOptions is used to select metrics by their label selectors FieldDescription apiVersionstringcustom.metrics.k8s.io/v1beta2 kindstringMetricListOptions labelSelector string A selector to restrict the list of returned objects by their labels. Defaults to everything. metricLabelSelector string A selector to restrict the list of returned metrics by their labels MetricValue Appears in: MetricValueList MetricValue is the metric value for some object
    kubernetes.io/docs/reference/external-api/custom-metrics.v1beta2/
    Registered: Wed Jun 04 07:35:13 UTC 2025
    - 450.4K bytes
    - Viewed (0)
  10. Change the default StorageClass | Kubernetes

    This page shows how to change the default Storage Class that is used to provision volumes for PersistentVolumeClaims that have no special requirements. 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/administer-cluster/change-default-storage-class/
    Registered: Wed Jun 04 06:50:45 UTC 2025
    - 452.3K bytes
    - Viewed (0)
Back to top