Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 351 - 360 of 669 for host:kubernetes.io (0.03 sec)

  1. Reserve Compute Resources for System Daemons | ...

    Kubernetes nodes can be scheduled to Capacity. Pods can consume all the available capacity on a node by default. This is an issue because nodes typically run quite a few system daemons that power the OS and Kubernetes itself. Unless resources are set aside for these system daemons, pods and system daemons compete for resources and lead to resource starvation issues on the node. The kubelet exposes a feature named 'Node Allocatable' that helps to reserve compute resources for system daemons.
    kubernetes.io/docs/tasks/administer-cluster/reserve-compute-resources/
    Registered: Fri Nov 15 06:46:15 UTC 2024
    - 440.1K bytes
    - Viewed (0)
  2. Certificate Management with kubeadm | Kubernetes

    FEATURE STATE: Kubernetes v1.15 [stable] Client certificates generated by kubeadm expire after 1 year. This page explains how to manage certificate renewals with kubeadm. It also covers other tasks related to kubeadm certificate management. The Kubernetes project recommends upgrading to the latest patch releases promptly, and to ensure that you are running a supported minor release of Kubernetes. Following this recommendation helps you to to stay secure. Before you begin You should be familiar with PKI certificates and requirements in Kubernetes.
    kubernetes.io/docs/tasks/administer-cluster/kubeadm/kubeadm-certs/
    Registered: Fri Nov 15 06:46:27 UTC 2024
    - 482.1K bytes
    - Viewed (0)
  3. Translate a Docker Compose File to Kubernetes R...

    What's Kompose? It's a conversion tool for all things compose (namely Docker Compose) to container orchestrators (Kubernetes or OpenShift). More information can be found on the Kompose website at http://kompose.io. 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.
    kubernetes.io/docs/tasks/configure-pod-container/translate-compose-kubernetes/
    Registered: Fri Nov 15 06:47:34 UTC 2024
    - 462.2K bytes
    - Viewed (0)
  4. Auditing | Kubernetes

    Kubernetes auditing provides a security-relevant, chronological set of records documenting the sequence of actions in a cluster. The cluster audits the activities generated by users, by applications that use the Kubernetes API, and by the control plane itself. Auditing allows cluster administrators to answer the following questions: what happened? when did it happen? who initiated it? on what did it happen? where was it observed? from where was it initiated?
    kubernetes.io/docs/tasks/debug/debug-cluster/audit/
    Registered: Fri Nov 15 06:54:14 UTC 2024
    - 458.4K bytes
    - Viewed (0)
  5. Resize CPU and Memory Resources assigned to Con...

    FEATURE STATE: Kubernetes v1.27 [alpha] (enabled by default: false) This page assumes that you are familiar with Quality of Service for Kubernetes Pods. This page shows how to resize CPU and memory resources assigned to containers of a running pod without restarting the pod or its containers. A Kubernetes node allocates resources for a pod based on its requests, and restricts the pod's resource usage based on the limits specified in the pod's containers.
    kubernetes.io/docs/tasks/configure-pod-container/resize-container-resources/
    Registered: Fri Nov 15 06:51:28 UTC 2024
    - 455.4K bytes
    - Viewed (0)
  6. Configure RunAsUserName for Windows pods and co...

    FEATURE STATE: Kubernetes v1.18 [stable] This page shows how to use the runAsUserName setting for Pods and containers that will run on Windows nodes. This is roughly equivalent of the Linux-specific runAsUser setting, allowing you to run applications in a container as a different username than the default. Before you begin 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/configure-pod-container/configure-runasusername/
    Registered: Fri Nov 15 06:51:01 UTC 2024
    - 441.6K bytes
    - Viewed (0)
  7. Manage Cluster Daemons | Kubernetes

    Perform common tasks for managing a DaemonSet, such as performing a rolling update.
    kubernetes.io/docs/tasks/manage-daemon/
    Registered: Fri Nov 15 07:01:36 UTC 2024
    - 423.2K bytes
    - Viewed (0)
  8. Using a Service to Expose Your App | Kubernetes

    Learn about a Service in Kubernetes. Understand how labels and selectors relate to a Service. Expose an application outside a Kubernetes cluster.
    kubernetes.io/docs/tutorials/kubernetes-basics/expose/expose-intro/
    Registered: Fri Nov 15 07:01:40 UTC 2024
    - 436.5K bytes
    - Viewed (0)
  9. Scale Your App | Kubernetes

    Scale Your App Running Multiple Instances of Your App Scale an existing app manually using kubectl. Feedback Was this...
    kubernetes.io/docs/tutorials/kubernetes-basics/scale/
    Registered: Fri Nov 15 07:01:20 UTC 2024
    - 424.3K bytes
    - Viewed (0)
  10. Articles on dockershim Removal and on Using CRI...

    This is a list of articles and other pages that are either about the Kubernetes' deprecation and removal of dockershim, or about using CRI-compatible container runtimes, in connection with that removal. Kubernetes project Kubernetes blog: Dockershim Removal FAQ (originally published 2020/12/02) Kubernetes blog: Updated: Dockershim Removal FAQ (updated published 2022/02/17) Kubernetes blog: Kubernetes is Moving on From Dockershim: Commitments and Next Steps (published 2022/01/07) Kubernetes blog: Dockershim removal is coming.
    kubernetes.io/docs/reference/node/topics-on-dockershim-and-cri-compatible-runtimes/
    Registered: Fri Nov 15 07:12:21 UTC 2024
    - 429.5K bytes
    - Viewed (0)
Back to top