Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: テスト [xss] test %27

Results 71 - 80 of 692 for host:kubernetes.io (0.02 sec)

  1. Declarative Management of Kubernetes Objects Us...

    Kustomize is a standalone tool to customize Kubernetes objects through a kustomization file. Since 1.14, kubectl also supports the management of Kubernetes objects using a kustomization file. To view resources found in a directory containing a kustomization file, run the following command: kubectl kustomize <kustomization_directory> To apply those resources, run kubectl apply with --kustomize or -k flag: kubectl apply -k <kustomization_directory> Before you begin Install kubectl. You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to communicate with your cluster.
    kubernetes.io/docs/tasks/manage-kubernetes-objects/kustomization/
    Registered: Wed Jul 16 08:17:46 UTC 2025
    - 555.5K bytes
    - Viewed (0)
  2. 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: Wed Jul 16 08:21:44 UTC 2025
    - 483.3K bytes
    - Viewed (0)
  3. Manage HugePages | Kubernetes

    Configure and manage huge pages as a schedulable resource in a cluster.
    kubernetes.io/docs/tasks/manage-hugepages/scheduling-hugepages/
    Registered: Wed Jul 16 08:30:53 UTC 2025
    - 462.9K bytes
    - Viewed (0)
  4. API Access Control | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/access-authn-authz/
    Registered: Wed Jul 16 08:34:50 UTC 2025
    - 453K bytes
    - Viewed (0)
  5. kubectl apply | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/kubectl/generated/kubectl_apply/
    Registered: Wed Jul 16 08:43:55 UTC 2025
    - 465.9K bytes
    - Viewed (0)
  6. Node Labels Populated By The Kubelet | Kubernetes

    Kubernetes nodes come pre-populated with a standard set of labels. You can also set your own labels on nodes, either through the kubelet configuration or using the Kubernetes API. Preset labels The preset labels that Kubernetes sets on nodes are: kubernetes.io/arch kubernetes.io/hostname kubernetes.io/os node.kubernetes.io/instance-type (if known to the kubelet – Kubernetes may not have this information to set the label) topology.kubernetes.io/region (if known to the kubelet – Kubernetes may not have this information to set the label) topology.
    kubernetes.io/docs/reference/node/node-labels/
    Registered: Wed Jul 16 08:44:27 UTC 2025
    - 453.3K bytes
    - Viewed (0)
  7. kubectl create | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/kubectl/generated/kubectl_create/
    Registered: Wed Jul 16 08:54:34 UTC 2025
    - 464K bytes
    - Viewed (0)
  8. Changing The Kubernetes Package Repository | Ku...

    This page explains how to enable a package repository for the desired Kubernetes minor release upon upgrading a cluster. This is only needed for users of the community-owned package repositories hosted at pkgs.k8s.io. Unlike the legacy package repositories, the community-owned package repositories are structured in a way that there's a dedicated package repository for each Kubernetes minor version. Note:This guide only covers a part of the Kubernetes upgrade process. Please see the upgrade guide for more information about upgrading Kubernetes clusters.
    kubernetes.io/docs/tasks/administer-cluster/kubeadm/change-package-repository/
    Registered: Wed Jul 16 08:11:55 UTC 2025
    - 462.6K bytes
    - Viewed (0)
  9. Check whether dockershim removal affects you | ...

    The dockershim component of Kubernetes allows the use of Docker as a Kubernetes's container runtime. Kubernetes' built-in dockershim component was removed in release v1.24. This page explains how your cluster could be using Docker as a container runtime, provides details on the role that dockershim plays when in use, and shows steps you can take to check whether any workloads could be affected by dockershim removal. Finding if your app has a dependencies on Docker If you are using Docker for building your application containers, you can still run these containers on any container runtime.
    kubernetes.io/docs/tasks/administer-cluster/migrating-from-dockershim/check-if-dockershim-removal...
    Registered: Wed Jul 16 08:12:16 UTC 2025
    - 460.8K bytes
    - Viewed (0)
  10. Monitor Node Health | Kubernetes

    Node Problem Detector is a daemon for monitoring and reporting about a node's health. You can run Node Problem Detector as a DaemonSet or as a standalone daemon. Node Problem Detector collects information about node problems from various daemons and reports these conditions to the API server as Node Conditions or as Events. To learn how to install and use Node Problem Detector, see Node Problem Detector project documentation.
    kubernetes.io/docs/tasks/debug/debug-cluster/monitor-node-health/
    Registered: Wed Jul 16 08:13:30 UTC 2025
    - 482.3K bytes
    - Viewed (0)
Back to top