Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: %27 テスト [xss] test

Results 241 - 250 of 699 for host:kubernetes.io (0.04 sec)

  1. EndpointSlices | Kubernetes

    The EndpointSlice API is the mechanism that Kubernetes uses to let your Service scale to handle large numbers of backends, and allows the cluster to update its list of healthy backends efficiently.
    kubernetes.io/docs/concepts/services-networking/endpoint-slices/
    Registered: Mon Sep 15 08:26:55 UTC 2025
    - 472.1K bytes
    - Viewed (0)
  2. Kubernetes Metrics Reference | Kubernetes

    Details of the metric data that Kubernetes components export.
    kubernetes.io/docs/reference/instrumentation/metrics/
    Registered: Mon Sep 15 09:12:18 UTC 2025
    - 741.7K bytes
    - Viewed (0)
  3. Linux Kernel Version Requirements | Kubernetes

    Note: This section links to third party projects that provide functionality required by Kubernetes. The Kubernetes project authors aren't responsible for these projects, which are listed alphabetically. To add a project to this list, read the content guide before submitting a change. More information. Many features rely on specific kernel functionalities and have minimum kernel version requirements. However, relying solely on kernel version numbers may not be sufficient for certain operating system distributions, as maintainers for distributions such as RHEL, Ubuntu and SUSE often backport selected features to older kernel releases (retaining the older kernel version).
    kubernetes.io/docs/reference/node/kernel-version-requirements/
    Registered: Mon Sep 15 09:12:22 UTC 2025
    - 463.8K bytes
    - Viewed (0)
  4. kubectl config set | Kubernetes

    Synopsis Set an individual value in a kubeconfig file. PROPERTY_NAME is a dot delimited name where each token represents either an attribute name or a map key. Map keys may not contain dots. PROPERTY_VALUE is the new value you want to set. Binary fields such as 'certificate-authority-data' expect a base64 encoded string unless the --set-raw-bytes flag is used. Specifying an attribute name that already exists will merge new fields on top of existing values.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_config/kubectl_config_set/
    Registered: Mon Sep 15 09:12:58 UTC 2025
    - 464.5K bytes
    - Viewed (0)
  5. Kubernetes Issue Tracker | Kubernetes

    To report a security issue, please follow the Kubernetes security disclosure process. Work on Kubernetes code and public issues are tracked using GitHub Issues. Official list of known CVEs (security vulnerabilities) that have been announced by the Security Response Committee CVE-related GitHub issues Security-related announcements are sent to the kubernetes-security-announce@googlegroups.com mailing list.
    kubernetes.io/docs/reference/issues-security/issues/
    Registered: Mon Sep 15 09:12:36 UTC 2025
    - 457.2K bytes
    - Viewed (0)
  6. kube-controller-manager | Kubernetes

    Synopsis The Kubernetes controller manager is a daemon that embeds the core control loops shipped with Kubernetes. In applications of robotics and automation, a control loop is a non-terminating loop that regulates the state of the system. In Kubernetes, a controller is a control loop that watches the shared state of the cluster through the apiserver and makes changes attempting to move the current state towards the desired state. Examples of controllers that ship with Kubernetes today are the replication controller, endpoints controller, namespace controller, and serviceaccounts controller.
    kubernetes.io/docs/reference/command-line-tools-reference/kube-controller-manager/
    Registered: Mon Sep 15 09:25:52 UTC 2025
    - 512.2K bytes
    - Viewed (0)
  7. kubectl top | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/kubectl/generated/kubectl_top/
    Registered: Mon Sep 15 09:25:39 UTC 2025
    - 463.9K bytes
    - Viewed (0)
  8. Coarse Parallel Processing Using a Work Queue |...

    In this example, you will run a Kubernetes Job with multiple parallel worker processes. In this example, as each pod is created, it picks up one unit of work from a task queue, completes it, deletes it from the queue, and exits. Here is an overview of the steps in this example: Start a message queue service. In this example, you use RabbitMQ, but you could use another one. In practice you would set up a message queue service once and reuse it for many jobs.
    kubernetes.io/docs/tasks/job/coarse-parallel-processing-work-queue/
    Registered: Mon Sep 15 09:02:56 UTC 2025
    - 482.8K bytes
    - Viewed (0)
  9. Configuring swap memory on Kubernetes nodes | K...

    This page provides an example of how to provision and configure swap memory on a Kubernetes node using kubeadm. Objectives Provision swap memory on a Kubernetes node using kubeadm. Learn to configure both encrypted and unencrypted swap. Learn to enable swap on boot. 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/tutorials/configuration/provision-swap-memory/
    Registered: Mon Sep 15 09:03:11 UTC 2025
    - 464.7K bytes
    - Viewed (0)
  10. Managing Service Accounts | Kubernetes

    A ServiceAccount provides an identity for processes that run in a Pod. A process inside a Pod can use the identity of its associated service account to authenticate to the cluster's API server. For an introduction to service accounts, read configure service accounts. This task guide explains some of the concepts behind ServiceAccounts. The guide also explains how to obtain or revoke tokens that represent ServiceAccounts, and how to (optionally) bind a ServiceAccount's validity to the lifetime of an API object.
    kubernetes.io/docs/reference/access-authn-authz/service-accounts-admin/
    Registered: Mon Sep 15 09:05:53 UTC 2025
    - 528.1K bytes
    - Viewed (0)
Back to top