Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 10 of 599 for filetype:html (0.04 sec)

  1. Metrics for Kubernetes Object States | Kubernetes

    kube-state-metrics, an add-on agent to generate and expose cluster-level metrics.
    kubernetes.io/docs/concepts/cluster-administration/kube-state-metrics/
    Registered: Mon Jul 07 09:11:28 UTC 2025
    - 450.8K bytes
    - Viewed (0)
  2. Adding Linux worker nodes | Kubernetes

    This page explains how to add Linux worker nodes to a kubeadm cluster. Before you begin Each joining worker node has installed the required components from Installing kubeadm, such as, kubeadm, the kubelet and a container runtime. A running kubeadm cluster created by kubeadm init and following the steps in the document Creating a cluster with kubeadm. You need superuser access to the node. Adding Linux worker nodes To add new Linux worker nodes to your cluster do the following for each machine:
    kubernetes.io/docs/tasks/administer-cluster/kubeadm/adding-linux-nodes/
    Registered: Mon Jul 07 09:12:50 UTC 2025
    - 453.5K bytes
    - Viewed (0)
  3. 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: Mon Jul 07 09:12:54 UTC 2025
    - 458.1K bytes
    - Viewed (0)
  4. Kubernetes Scheduler | Kubernetes

    In Kubernetes, scheduling refers to making sure that Pods are matched to Nodes so that Kubelet can run them. Scheduling overview A scheduler watches for newly created Pods that have no Node assigned. For every Pod that the scheduler discovers, the scheduler becomes responsible for finding the best Node for that Pod to run on. The scheduler reaches this placement decision taking into account the scheduling principles described below.
    kubernetes.io/docs/concepts/scheduling-eviction/kube-scheduler/
    Registered: Mon Jul 07 09:12:46 UTC 2025
    - 453.1K bytes
    - Viewed (0)
  5. Find Out What Container Runtime is Used on a No...

    This page outlines steps to find out what container runtime the nodes in your cluster use. Depending on the way you run your cluster, the container runtime for the nodes may have been pre-configured or you need to configure it. If you're using a managed Kubernetes service, there might be vendor-specific ways to check what container runtime is configured for the nodes. The method described on this page should work whenever the execution of kubectl is allowed.
    kubernetes.io/docs/tasks/administer-cluster/migrating-from-dockershim/find-out-runtime-you-use/
    Registered: Mon Jul 07 09:09:27 UTC 2025
    - 452.2K bytes
    - Viewed (0)
  6. Imperative Management of Kubernetes Objects Usi...

    Kubernetes objects can be created, updated, and deleted by using the kubectl command-line tool along with an object configuration file written in YAML or JSON. This document explains how to define and manage objects using configuration files. 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. 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/manage-kubernetes-objects/imperative-config/
    Registered: Mon Jul 07 09:29:59 UTC 2025
    - 457.6K bytes
    - Viewed (0)
  7. Validate IPv4/IPv6 dual-stack | Kubernetes

    This document shares how to validate IPv4/IPv6 dual-stack enabled Kubernetes clusters. Before you begin Provider support for dual-stack networking (Cloud provider or otherwise must be able to provide Kubernetes nodes with routable IPv4/IPv6 network interfaces) A network plugin that supports dual-stack networking. Dual-stack enabled cluster Your Kubernetes server must be at or later than version v1.23. To check the version, enter kubectl version. Note:While you can validate with an earlier version, the feature is only GA and officially supported since v1.
    kubernetes.io/docs/tasks/network/validate-dual-stack/
    Registered: Mon Jul 07 09:43:02 UTC 2025
    - 480.7K bytes
    - Viewed (0)
  8. Good practices for Kubernetes Secrets | Kubernetes

    Principles and practices for good Secret management for cluster administrators and application developers.
    kubernetes.io/docs/concepts/security/secrets-good-practices/
    Registered: Mon Jul 07 09:15:39 UTC 2025
    - 454.3K bytes
    - Viewed (0)
  9. Admission Webhook Good Practices | Kubernetes

    Recommendations for designing and deploying admission webhooks in Kubernetes.
    kubernetes.io/docs/concepts/cluster-administration/admission-webhooks-good-practices/
    Registered: Mon Jul 07 09:14:49 UTC 2025
    - 481.9K bytes
    - Viewed (0)
  10. Administration with kubeadm | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/tasks/administer-cluster/kubeadm/
    Registered: Mon Jul 07 09:17:20 UTC 2025
    - 447K bytes
    - Viewed (0)
Back to top