Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 251 - 260 of 699 for host:kubernetes.io (0.18 sec)

  1. Kubernetes API Aggregation Layer | Kubernetes

    The aggregation layer allows Kubernetes to be extended with additional APIs, beyond what is offered by the core Kubernetes APIs. The additional APIs can either be ready-made solutions such as a metrics server, or APIs that you develop yourself. The aggregation layer is different from Custom Resource Definitions, which are a way to make the kube-apiserver recognise new kinds of object. Aggregation layer The aggregation layer runs in-process with the kube-apiserver.
    kubernetes.io/docs/concepts/extend-kubernetes/api-extension/apiserver-aggregation/
    Registered: Wed Sep 03 06:07:47 UTC 2025
    - 459.1K bytes
    - Viewed (0)
  2. Use Calico for NetworkPolicy | Kubernetes

    This page shows a couple of quick ways to create a Calico cluster on Kubernetes. Before you begin Decide whether you want to deploy a cloud or local cluster. Creating a Calico cluster with Google Kubernetes Engine (GKE) Prerequisite: gcloud. To launch a GKE cluster with Calico, include the --enable-network-policy flag. Syntax gcloud container clusters create [CLUSTER_NAME] --enable-network-policy Example gcloud container clusters create my-calico-cluster --enable-network-policy To verify the deployment, use the following command.
    kubernetes.io/docs/tasks/administer-cluster/network-policy-provider/calico-network-policy/
    Registered: Wed Sep 03 06:16:46 UTC 2025
    - 458.5K bytes
    - Viewed (0)
  3. kube-apiserver Audit Configuration (v1) | Kuber...

    Resource Types Event EventList Policy PolicyList Event Appears in: EventList Event captures all the information that can be included in an API audit log. FieldDescription apiVersionstringaudit.k8s.io/v1 kindstringEvent level [Required] Level AuditLevel at which event was generated auditID [Required] k8s.io/apimachinery/pkg/types.UID Unique audit ID, generated for each request. stage [Required] Stage Stage of the request handling when this event instance was generated. requestURI [Required] string RequestURI is the request URI as sent by the client to a server.
    kubernetes.io/docs/reference/config-api/apiserver-audit.v1/
    Registered: Wed Sep 03 06:51:28 UTC 2025
    - 470.1K bytes
    - Viewed (0)
  4. index.json

    {"_kubernetes_io":{"feed_refresh_job":"https://testgrid.k8s.io/sig-security-cve-feed#auto-refreshing-official-cve-feed","updated_at":"2025-09-03T01:15:16Z"},"authors":[{"name":"Kubernetes Community...
    kubernetes.io/docs/reference/issues-security/official-cve-feed/index.json
    Registered: Wed Sep 03 07:10:46 UTC 2025
    - 214.1K bytes
    - Viewed (0)
  5. Workloads | Kubernetes

    Understand Pods, the smallest deployable compute object in Kubernetes, and the higher-level abstractions that help you to run them.
    kubernetes.io/docs/concepts/workloads/
    Registered: Wed Sep 03 05:58:18 UTC 2025
    - 460.3K bytes
    - Viewed (0)
  6. Container Runtime Interface (CRI) | Kubernetes

    The CRI is a plugin interface which enables the kubelet to use a wide variety of container runtimes, without having a need to recompile the cluster components. You need a working container runtime on each Node in your cluster, so that the kubelet can launch Pods and their containers. The Container Runtime Interface (CRI) is the main protocol for the communication between the kubelet and Container Runtime. The Kubernetes Container Runtime Interface (CRI) defines the main gRPC protocol for the communication between the node components kubelet and container runtime.
    kubernetes.io/docs/concepts/architecture/cri/
    Registered: Wed Sep 03 05:58:04 UTC 2025
    - 458.9K bytes
    - Viewed (0)
  7. Limit Ranges | Kubernetes

    By default, containers run with unbounded compute resources on a Kubernetes cluster. Using Kubernetes resource quotas, administrators (also termed cluster operators) can restrict consumption and creation of cluster resources (such as CPU time, memory, and persistent storage) within a specified namespace. Within a namespace, a Pod can consume as much CPU and memory as is allowed by the ResourceQuotas that apply to that namespace. As a cluster operator, or as a namespace-level administrator, you might also be concerned about making sure that a single object cannot monopolize all available resources within a namespace.
    kubernetes.io/docs/concepts/policy/limit-range/
    Registered: Wed Sep 03 06:03:34 UTC 2025
    - 474.5K bytes
    - Viewed (0)
  8. Upgrading kubeadm clusters | Kubernetes

    This page explains how to upgrade a Kubernetes cluster created with kubeadm from version 1.33.x to version 1.34.x, and from version 1.34.x to 1.34.y (where y > x). Skipping MINOR versions when upgrading is unsupported. For more details, please visit Version Skew Policy. To see information about upgrading clusters created using older versions of kubeadm, please refer to following pages instead: Upgrading a kubeadm cluster from 1.32 to 1.33 Upgrading a kubeadm cluster from 1.
    kubernetes.io/docs/tasks/administer-cluster/kubeadm/kubeadm-upgrade/
    Registered: Wed Sep 03 06:04:55 UTC 2025
    - 479K bytes
    - Viewed (0)
  9. Overprovision Node Capacity For A Cluster | Kub...

    This page guides you through configuring Node overprovisioning in your Kubernetes cluster. Node overprovisioning is a strategy that proactively reserves a portion of your cluster's compute resources. This reservation helps reduce the time required to schedule new pods during scaling events, enhancing your cluster's responsiveness to sudden spikes in traffic or workload demands. By maintaining some unused capacity, you ensure that resources are immediately available when new pods are created, preventing them from entering a pending state while the cluster scales up.
    kubernetes.io/docs/tasks/administer-cluster/node-overprovisioning/
    Registered: Wed Sep 03 06:06:21 UTC 2025
    - 475.9K bytes
    - Viewed (0)
  10. Changing the Container Runtime on a Node from D...

    This task outlines the steps needed to update your container runtime to containerd from Docker. It is applicable for cluster operators running Kubernetes 1.23 or earlier. This also covers an example scenario for migrating from dockershim to containerd. Alternative container runtimes can be picked from this page. Before you begin 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.
    kubernetes.io/docs/tasks/administer-cluster/migrating-from-dockershim/change-runtime-containerd/
    Registered: Wed Sep 03 06:07:36 UTC 2025
    - 468.9K bytes
    - Viewed (0)
Back to top