Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 421 - 430 of 670 for host:kubernetes.io (0.07 sec)

  1. Running Kubernetes Node Components as a Non-roo...

    FEATURE STATE: Kubernetes v1.22 [alpha] This document describes how to run Kubernetes Node components such as kubelet, CRI, OCI, and CNI without root privileges, by using a user namespace. This technique is also known as rootless mode. Note:This document describes how to run Kubernetes Node components (and hence pods) as a non-root user. If you are just looking for how to run a pod as a non-root user, see SecurityContext.
    kubernetes.io/docs/tasks/administer-cluster/kubelet-in-userns/
    Registered: Tue Nov 26 03:44:32 UTC 2024
    - 445.9K bytes
    - Viewed (0)
  2. Control CPU Management Policies on the Node | K...

    FEATURE STATE: Kubernetes v1.26 [stable] Kubernetes keeps many aspects of how pods execute on nodes abstracted from the user. This is by design. However, some workloads require stronger guarantees in terms of latency and/or performance in order to operate acceptably. The kubelet provides methods to enable more complex workload placement policies while keeping the abstraction free from explicit placement directives. For detailed information on resource management, please refer to the Resource Management for Pods and Containers documentation.
    kubernetes.io/docs/tasks/administer-cluster/cpu-management-policies/
    Registered: Tue Nov 26 03:42:21 UTC 2024
    - 450.7K bytes
    - Viewed (0)
  3. Create a Windows HostProcess Pod | Kubernetes

    FEATURE STATE: Kubernetes v1.26 [stable] Windows HostProcess containers enable you to run containerized workloads on a Windows host. These containers operate as normal processes but have access to the host network namespace, storage, and devices when given the appropriate user privileges. HostProcess containers can be used to deploy network plugins, storage configurations, device plugins, kube-proxy, and other components to Windows nodes without the need for dedicated proxies or the direct installation of host services.
    kubernetes.io/docs/tasks/configure-pod-container/create-hostprocess-pod/
    Registered: Tue Nov 26 03:44:38 UTC 2024
    - 440.9K bytes
    - Viewed (0)
  4. Install a Network Policy Provider | Kubernetes

    Install a Network Policy Provider Use Antrea for NetworkPolicy Use Calico for NetworkPolicy Use Cilium for NetworkPol...
    kubernetes.io/docs/tasks/administer-cluster/network-policy-provider/
    Registered: Tue Nov 26 03:45:51 UTC 2024
    - 421.8K bytes
    - Viewed (0)
  5. Customizing components with the kubeadm API | K...

    This page covers how to customize the components that kubeadm deploys. For control plane components you can use flags in the ClusterConfiguration structure or patches per-node. For the kubelet and kube-proxy you can use KubeletConfiguration and KubeProxyConfiguration, accordingly. All of these options are possible via the kubeadm configuration API. For more details on each field in the configuration you can navigate to our API reference pages. Note:Customizing the CoreDNS deployment of kubeadm is currently not supported.
    kubernetes.io/docs/setup/production-environment/tools/kubeadm/control-plane-flags/
    Registered: Tue Nov 26 03:02:43 UTC 2024
    - 444.2K bytes
    - Viewed (0)
  6. Installing Kubernetes with deployment tools | K...

    There are many methods and tools for setting up your own production Kubernetes cluster. For example: kubeadm Cluster API: A Kubernetes sub-project focused on providing declarative APIs and tooling to simplify provisioning, upgrading, and operating multiple Kubernetes clusters. kops: An automated cluster provisioning tool. For tutorials, best practices, configuration options and information on reaching out to the community, please check the kOps website for details. kubespray: A composition of Ansible playbooks, inventory, provisioning tools, and domain knowledge for generic OS/Kubernetes clusters configuration management tasks.
    kubernetes.io/docs/setup/production-environment/tools/
    Registered: Tue Nov 26 03:01:20 UTC 2024
    - 426.3K bytes
    - Viewed (0)
  7. Linux kernel security constraints for Pods and ...

    Overview of Linux kernel security modules and constraints that you can use to harden your Pods and containers.
    kubernetes.io/docs/concepts/security/linux-kernel-security-constraints/
    Registered: Tue Nov 26 03:14:21 UTC 2024
    - 436.8K bytes
    - Viewed (0)
  8. Cluster Administration | Kubernetes

    Lower-level detail relevant to creating or administering a Kubernetes cluster.
    kubernetes.io/docs/concepts/cluster-administration/
    Registered: Tue Nov 26 03:14:03 UTC 2024
    - 427K bytes
    - Viewed (0)
  9. Utilizing the NUMA-aware Memory Manager | Kuber...

    FEATURE STATE: Kubernetes v1.22 [beta] (enabled by default: true) The Kubernetes Memory Manager enables the feature of guaranteed memory (and hugepages) allocation for pods in the Guaranteed QoS class. The Memory Manager employs hint generation protocol to yield the most suitable NUMA affinity for a pod. The Memory Manager feeds the central manager (Topology Manager) with these affinity hints. Based on both the hints and Topology Manager policy, the pod is rejected or admitted to the node.
    kubernetes.io/docs/tasks/administer-cluster/memory-manager/
    Registered: Tue Nov 26 03:32:33 UTC 2024
    - 462.6K bytes
    - Viewed (0)
  10. Advertise Extended Resources for a Node | Kuber...

    This page shows how to specify extended resources for a Node. Extended resources allow cluster administrators to advertise node-level resources that would otherwise be unknown to Kubernetes. 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/administer-cluster/extended-resource-node/
    Registered: Tue Nov 26 03:39:02 UTC 2024
    - 434.5K bytes
    - Viewed (0)
Back to top