Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 411 - 420 of 723 for host:kubernetes.io (0.03 sec)

  1. Policies | Kubernetes

    Manage security and best-practices with policies.
    kubernetes.io/docs/concepts/policy/
    Registered: Mon Jan 26 06:37:47 UTC 2026
    - 473.2K bytes
    - Viewed (0)
  2. Security Checklist | Kubernetes

    Baseline checklist for ensuring security in Kubernetes clusters.
    kubernetes.io/docs/concepts/security/security-checklist/
    Registered: Mon Jan 26 06:38:45 UTC 2026
    - 491.4K bytes
    - Viewed (0)
  3. Guaranteed Scheduling For Critical Add-On Pods ...

    Kubernetes core components such as the API server, scheduler, and controller-manager run on a control plane node. However, add-ons must run on a regular cluster node. Some of these add-ons are critical to a fully functional cluster, such as metrics-server, DNS, and UI. A cluster may stop working properly if a critical add-on is evicted (either manually or as a side effect of another operation like upgrade) and becomes pending (for example when the cluster is highly utilized and either there are other pending pods that schedule into the space vacated by the evicted critical add-on pod or the amount of resources available on the node changed for some other reason).
    kubernetes.io/docs/tasks/administer-cluster/guaranteed-scheduling-critical-addon-pods/
    Registered: Mon Jan 26 06:54:59 UTC 2026
    - 470.1K bytes
    - Viewed (0)
  4. Control Topology Management Policies on a node ...

    FEATURE STATE: Kubernetes v1.27 [stable] An increasing number of systems leverage a combination of CPUs and hardware accelerators to support latency-critical execution and high-throughput parallel computation. These include workloads in fields such as telecommunications, scientific computing, machine learning, financial services and data analytics. Such hybrid systems comprise a high performance environment. In order to extract the best performance, optimizations related to CPU isolation, memory and device locality are required. However, in Kubernetes, these optimizations are handled by a disjoint set of components.
    kubernetes.io/docs/tasks/administer-cluster/topology-manager/
    Registered: Mon Jan 26 06:55:18 UTC 2026
    - 499.2K bytes
    - Viewed (0)
  5. Share a Cluster with Namespaces | Kubernetes

    This page shows how to view, work in, and delete namespaces. The page also shows how to use Kubernetes namespaces to subdivide your cluster. Before you begin Have an existing Kubernetes cluster. You have a basic understanding of Kubernetes Pods, Services, and Deployments. Viewing namespaces List the current namespaces in a cluster using: kubectl get namespaces NAME STATUS AGE default Active 11d kube-node-lease Active 11d kube-public Active 11d kube-system Active 11d Kubernetes starts with four initial namespaces:
    kubernetes.io/docs/tasks/administer-cluster/namespaces/
    Registered: Mon Jan 26 06:55:23 UTC 2026
    - 490.6K bytes
    - Viewed (0)
  6. Windows debugging tips | Kubernetes

    Node-level troubleshooting My Pods are stuck at "Container Creating" or restarting over and over Ensure that your pause image is compatible with your Windows OS version. See Pause container to see the latest / recommended pause image and/or get more information. Note:If using containerd as your container runtime the pause image is specified in the plugins.plugins.cri.sandbox_image field of the of config.toml configuration file. My pods show status as ErrImgPull or ImagePullBackOff
    kubernetes.io/docs/tasks/debug/debug-cluster/windows/
    Registered: Mon Jan 26 07:03:53 UTC 2026
    - 478.4K bytes
    - Viewed (0)
  7. TLS | Kubernetes

    Understand how to protect traffic within your cluster using Transport Layer Security (TLS).
    kubernetes.io/docs/tasks/tls/
    Registered: Mon Jan 26 07:04:03 UTC 2026
    - 466.6K bytes
    - Viewed (0)
  8. Create a Cluster | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/tutorials/kubernetes-basics/create-cluster/
    Registered: Mon Jan 26 07:04:29 UTC 2026
    - 468.9K bytes
    - Viewed (0)
  9. Adding entries to Pod /etc/hosts with HostAlias...

    Adding entries to a Pod's /etc/hosts file provides Pod-level override of hostname resolution when DNS and other options are not applicable. You can add these custom entries with the HostAliases field in PodSpec. The Kubernetes project recommends modifying DNS configuration using the hostAliases field (part of the .spec for a Pod), and not by using an init container or other means to edit /etc/hosts directly. Change made in other ways may be overwritten by the kubelet during Pod creation or restart.
    kubernetes.io/docs/tasks/network/customize-hosts-file-for-pods/
    Registered: Mon Jan 26 07:04:43 UTC 2026
    - 478.8K bytes
    - Viewed (0)
  10. Communicate Between Containers in the Same Pod ...

    This page shows how to use a Volume to communicate between two Containers running in the same Pod. See also how to allow processes to communicate by sharing process namespace between containers. 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/access-application-cluster/communicate-containers-same-pod-shared-volume/
    Registered: Mon Jan 26 07:04:56 UTC 2026
    - 480.8K bytes
    - Viewed (0)
Back to top