Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 521 - 530 of 723 for host:kubernetes.io (0.03 sec)

  1. Configuration | Kubernetes

    Resources that Kubernetes provides for configuring Pods.
    kubernetes.io/docs/concepts/configuration/
    Registered: Mon Jan 26 06:40:32 UTC 2026
    - 467.8K bytes
    - Viewed (0)
  2. Device Plugins | Kubernetes

    Device plugins let you configure your cluster with support for devices or resources that require vendor-specific setup, such as GPUs, NICs, FPGAs, or non-volatile main memory.
    kubernetes.io/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/
    Registered: Mon Jan 26 06:46:44 UTC 2026
    - 499.8K bytes
    - Viewed (0)
  3. Manage Memory, CPU, and API Resources | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/tasks/administer-cluster/manage-resources/
    Registered: Mon Jan 26 06:47:26 UTC 2026
    - 468.4K bytes
    - Viewed (0)
  4. Node Autoscaling | Kubernetes

    Automatically provision and consolidate the Nodes in your cluster to adapt to demand and optimize cost.
    kubernetes.io/docs/concepts/cluster-administration/node-autoscaling/
    Registered: Mon Jan 26 06:47:32 UTC 2026
    - 484K bytes
    - Viewed (0)
  5. Configuring a cgroup driver | Kubernetes

    This page explains how to configure the kubelet's cgroup driver to match the container runtime cgroup driver for kubeadm clusters. Before you begin You should be familiar with the Kubernetes container runtime requirements. Configuring the container runtime cgroup driver The Container runtimes page explains that the systemd driver is recommended for kubeadm based setups instead of the kubelet's default cgroupfs driver, because kubeadm manages the kubelet as a systemd service.
    kubernetes.io/docs/tasks/administer-cluster/kubeadm/configure-cgroup-driver/
    Registered: Mon Jan 26 06:47:41 UTC 2026
    - 476.4K bytes
    - Viewed (0)
  6. Common Expression Language in Kubernetes | Kube...

    The Common Expression Language (CEL) is used in the Kubernetes API to declare validation rules, policy rules, and other constraints or conditions. CEL expressions are evaluated directly in the API server, making CEL a convenient alternative to out-of-process mechanisms, such as webhooks, for many extensibility use cases. Your CEL expressions continue to execute so long as the control plane's API server component remains available. Language overview The CEL language has a straightforward syntax that is similar to the expressions in C, C++, Java, JavaScript and Go.
    kubernetes.io/docs/reference/using-api/cel/
    Registered: Mon Jan 26 07:10:59 UTC 2026
    - 512.4K bytes
    - Viewed (0)
  7. kubectl config set-credentials | Kubernetes

    Synopsis Set a user entry in kubeconfig. Specifying a name that already exists will merge new fields on top of existing values. Client-certificate flags: --client-certificate=certfile --client-key=keyfile Bearer token flags: --token=bearer_token Basic auth flags: --username=basic_user --password=basic_password Bearer token and basic auth are mutually exclusive. kubectl config set-credentials NAME [--client-certificate=path/to/certfile] [--client-key=path/to/keyfile] [--token=bearer_token] [--username=basic_user] [--password=basic_password] [--auth-provider=provider_name] [--auth-provider-arg=key=value] [--exec-command=exec_command] [--exec-api-version=exec_api_version] [--exec-arg=arg] [--exec-env=key=value] Examples # Set only the "client-key" field on the "cluster-admin" # entry, without touching other values kubectl config set-credentials cluster-admin --client-key=~/.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_config/kubectl_config_set-credentials/
    Registered: Mon Jan 26 07:25:39 UTC 2026
    - 481.2K bytes
    - Viewed (0)
  8. Webhook Mode | Kubernetes

    A WebHook is an HTTP callback: an HTTP POST that occurs when something happens; a simple event-notification via HTTP POST. A web application implementing WebHooks will POST a message to a URL when certain things happen. When specified, mode Webhook causes Kubernetes to query an outside REST service when determining user privileges. Configuration File Format Mode Webhook requires a file for HTTP configuration, specify by the --authorization-webhook-config-file=SOME_FILENAME flag. The configuration file uses the kubeconfig file format.
    kubernetes.io/docs/reference/access-authn-authz/webhook/
    Registered: Mon Jan 26 07:14:22 UTC 2026
    - 487.8K bytes
    - Viewed (0)
  9. Seccomp and Kubernetes | Kubernetes

    Seccomp stands for secure computing mode and has been a feature of the Linux kernel since version 2.6.12. It can be used to sandbox the privileges of a process, restricting the calls it is able to make from userspace into the kernel. Kubernetes lets you automatically apply seccomp profiles loaded onto a node to your Pods and containers. Seccomp fields FEATURE STATE: Kubernetes v1.19 [stable] There are four ways to specify a seccomp profile for a pod:
    kubernetes.io/docs/reference/node/seccomp/
    Registered: Mon Jan 26 07:15:29 UTC 2026
    - 483.1K bytes
    - Viewed (0)
  10. Kubernetes z-pages | Kubernetes

    Provides runtime diagnostics for Kubernetes components, offering insights into component runtime status and configuration flags.
    kubernetes.io/docs/reference/instrumentation/zpages/
    Registered: Mon Jan 26 07:24:31 UTC 2026
    - 484.9K bytes
    - Viewed (0)
Back to top