Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 361 - 370 of 702 for host:kubernetes.io (0.03 sec)

  1. 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: Fri Oct 24 10:31:20 UTC 2025
    - 462.4K 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: Fri Oct 24 10:15:04 UTC 2025
    - 479.9K bytes
    - Viewed (0)
  3. kubectl create secret docker-registry | Kubernetes

    Synopsis Create a new secret for use with Docker registries. Dockercfg secrets are used to authenticate against Docker registries. When using the Docker command line to push images, you can authenticate to a given registry by running: '$ docker login DOCKER_REGISTRY_SERVER --username=DOCKER_USER --password=DOCKER_PASSWORD --email=DOCKER_EMAIL'. That produces a ~/.dockercfg file that is used by subsequent 'docker push' and 'docker pull' commands to authenticate to the registry. The email address is optional.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_create/kubectl_create_secret_docker-registry/
    Registered: Fri Oct 24 10:20:58 UTC 2025
    - 471.7K bytes
    - Viewed (0)
  4. kubectl set | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/kubectl/generated/kubectl_set/
    Registered: Fri Oct 24 10:27:59 UTC 2025
    - 465.4K bytes
    - Viewed (0)
  5. kubectl diff | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/kubectl/generated/kubectl_diff/
    Registered: Fri Oct 24 10:28:42 UTC 2025
    - 468.1K bytes
    - Viewed (0)
  6. kubectl drain | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/kubectl/generated/kubectl_drain/
    Registered: Fri Oct 24 10:28:48 UTC 2025
    - 470.2K bytes
    - Viewed (0)
  7. Component tools | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/command-line-tools-reference/
    Registered: Fri Oct 24 10:24:46 UTC 2025
    - 458.2K bytes
    - Viewed (0)
  8. Contribute to Kubernetes | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/contribute/
    Registered: Fri Oct 24 10:32:58 UTC 2025
    - 460K bytes
    - Viewed (0)
  9. kube-scheduler | Kubernetes

    Synopsis The Kubernetes scheduler is a control plane process which assigns Pods to Nodes. The scheduler determines which Nodes are valid placements for each Pod in the scheduling queue according to constraints and available resources. The scheduler then ranks each valid Node and binds the Pod to a suitable Node. Multiple different schedulers may be used within a cluster; kube-scheduler is the reference implementation. See scheduling for more information about scheduling and the kube-scheduler component.
    kubernetes.io/docs/reference/command-line-tools-reference/kube-scheduler/
    Registered: Fri Oct 24 10:33:25 UTC 2025
    - 486.7K bytes
    - Viewed (0)
  10. kube-proxy Configuration (v1alpha1) | Kubernetes

    Resource Types KubeProxyConfiguration FormatOptions Appears in: LoggingConfiguration FormatOptions contains options for the different logging formats. FieldDescription text [Required] TextOptions [Alpha] Text contains options for logging format "text". Only available when the LoggingAlphaOptions feature gate is enabled. json [Required] JSONOptions [Alpha] JSON contains options for logging format "json". Only available when the LoggingAlphaOptions feature gate is enabled. JSONOptions Appears in: FormatOptions JSONOptions contains options for logging format "json". FieldDescription OutputRoutingOptions [Required] OutputRoutingOptions (Members of OutputRoutingOptions are embedded into this type.
    kubernetes.io/docs/reference/config-api/kube-proxy-config.v1alpha1/
    Registered: Fri Oct 24 10:34:23 UTC 2025
    - 492.6K bytes
    - Viewed (0)
Back to top