Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 571 - 580 of 723 for host:kubernetes.io (0.03 sec)

  1. Application Security Checklist | Kubernetes

    Baseline guidelines around ensuring application security on Kubernetes, aimed at application developers
    kubernetes.io/docs/concepts/security/application-security-checklist/
    Registered: Mon Jan 26 06:41:24 UTC 2026
    - 476.6K bytes
    - Viewed (0)
  2. Node Resource Managers | Kubernetes

    In order to support latency-critical and high-throughput workloads, Kubernetes offers a suite of Resource Managers. The managers aim to co-ordinate and optimise the alignment of node's resources for pods configured with a specific requirement for CPUs, devices, and memory (hugepages) resources. Hardware topology alignment policies Topology Manager is a kubelet component that aims to coordinate the set of components that are responsible for these optimizations. The overall resource management process is governed using the policy you specify.
    kubernetes.io/docs/concepts/policy/node-resource-managers/
    Registered: Mon Jan 26 06:41:29 UTC 2026
    - 495.5K bytes
    - Viewed (0)
  3. Adding Windows worker nodes | Kubernetes

    FEATURE STATE: Kubernetes v1.18 [beta] This page explains how to add Windows worker nodes to a kubeadm cluster. Before you begin A running Windows Server 2022 (or higher) instance with administrative access. A running kubeadm cluster created by kubeadm init and following the steps in the document Creating a cluster with kubeadm. Adding Windows worker nodes Note:To facilitate the addition of Windows worker nodes to a cluster, PowerShell scripts from the repository https://sigs.
    kubernetes.io/docs/tasks/administer-cluster/kubeadm/adding-windows-nodes/
    Registered: Mon Jan 26 06:42:36 UTC 2026
    - 479.5K bytes
    - Viewed (0)
  4. Upgrading Windows nodes | Kubernetes

    FEATURE STATE: Kubernetes v1.18 [beta] This page explains how to upgrade a Windows node created with kubeadm. Before you begin You need to have shell access to all the nodes, 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. Your Kubernetes server must be at or later than version 1.
    kubernetes.io/docs/tasks/administer-cluster/kubeadm/upgrading-windows-nodes/
    Registered: Mon Jan 26 06:42:42 UTC 2026
    - 473.6K bytes
    - Viewed (0)
  5. System Logs | Kubernetes

    System component logs record events happening in cluster, which can be very useful for debugging. You can configure log verbosity to see more or less detail. Logs can be as coarse-grained as showing errors within a component, or as fine-grained as showing step-by-step traces of events (like HTTP access logs, pod state changes, controller actions, or scheduler decisions). Warning:In contrast to the command line flags described here, the log output itself does not fall under the Kubernetes API stability guarantees: individual log entries and their formatting may change from one release to the next!
    kubernetes.io/docs/concepts/cluster-administration/system-logs/
    Registered: Mon Jan 26 06:42:50 UTC 2026
    - 489.4K bytes
    - Viewed (0)
  6. Extending the Kubernetes API | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/concepts/extend-kubernetes/api-extension/
    Registered: Mon Jan 26 06:43:02 UTC 2026
    - 469.8K bytes
    - Viewed (0)
  7. Liveness, Readiness, and Startup Probes | Kuber...

    Kubernetes has various types of probes: Liveness probe Readiness probe Startup probe Liveness probe Liveness probes determine when to restart a container. For example, liveness probes could catch a deadlock when an application is running but unable to make progress. If a container fails its liveness probe repeatedly, the kubelet restarts the container. Liveness probes do not wait for readiness probes to succeed. If you want to wait before executing a liveness probe, you can either define initialDelaySeconds or use a startup probe.
    kubernetes.io/docs/concepts/configuration/liveness-readiness-startup-probes/
    Registered: Mon Jan 26 06:40:57 UTC 2026
    - 470.7K bytes
    - Viewed (0)
  8. Enable Or Disable Feature Gates | Kubernetes

    This page shows how to enable or disable feature gates to control specific Kubernetes features in your cluster. Enabling feature gates allows you to test and use Alpha or Beta features before they become generally available. Note:For some stable (GA) gates, you can also disable them, usually for one minor release after GA; however if you do that, your cluster may not be conformant as 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.
    kubernetes.io/docs/tasks/administer-cluster/configure-feature-gates/
    Registered: Mon Jan 26 06:52:27 UTC 2026
    - 486.3K bytes
    - Viewed (0)
  9. Configure Memory and CPU Quotas for a Namespace...

    Define overall memory and CPU resource limits for a namespace.
    kubernetes.io/docs/tasks/administer-cluster/manage-resources/quota-memory-cpu-namespace/
    Registered: Mon Jan 26 06:51:26 UTC 2026
    - 487.4K bytes
    - Viewed (0)
  10. Change the default StorageClass | Kubernetes

    This page shows how to change the default Storage Class that is used to provision volumes for PersistentVolumeClaims that have no special requirements. 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. If you do not already have a cluster, you can create one by using minikube or you can use one of these Kubernetes playgrounds:
    kubernetes.io/docs/tasks/administer-cluster/change-default-storage-class/
    Registered: Mon Jan 26 06:51:53 UTC 2026
    - 474.2K bytes
    - Viewed (0)
Back to top