Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 551 - 560 of 699 for host:kubernetes.io (0.36 sec)

  1. Cluster Management | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/tutorials/cluster-management/
    Registered: Mon Sep 08 23:11:31 UTC 2025
    - 454.3K bytes
    - Viewed (0)
  2. Viewing Pods and Nodes | Kubernetes

    Objectives Learn about Kubernetes Pods. Learn about Kubernetes Nodes. Troubleshoot deployed applications. Kubernetes Pods A Pod is a group of one or more application containers (such as Docker) and includes shared storage (volumes), IP address and information about how to run them. When you created a Deployment in Module 2, Kubernetes created a Pod to host your application instance. A Pod is a Kubernetes abstraction that represents a group of one or more application containers (such as Docker), and some shared resources for those containers.
    kubernetes.io/docs/tutorials/kubernetes-basics/explore/explore-intro/
    Registered: Mon Sep 08 23:09:35 UTC 2025
    - 470.5K bytes
    - Viewed (0)
  3. Use a Service to Access an Application in a Clu...

    This page shows how to create a Kubernetes Service object that external clients can use to access an application running in a cluster. The Service provides load balancing for an application that has two running instances. 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/tasks/access-application-cluster/service-access-application-cluster/
    Registered: Mon Sep 08 23:09:49 UTC 2025
    - 471K bytes
    - Viewed (0)
  4. Deprecated API Migration Guide | Kubernetes

    As the Kubernetes API evolves, APIs are periodically reorganized or upgraded. When APIs evolve, the old API is deprecated and eventually removed. This page contains information you need to know when migrating from deprecated API versions to newer and more stable API versions. Removed APIs by release v1.32 The v1.32 release stopped serving the following deprecated API versions: Flow control resources The flowcontrol.apiserver.k8s.io/v1beta3 API version of FlowSchema and PriorityLevelConfiguration is no longer served as of v1.
    kubernetes.io/docs/reference/using-api/deprecation-guide/
    Registered: Mon Sep 08 23:32:42 UTC 2025
    - 482K bytes
    - Viewed (0)
  5. Kubernetes API Concepts | Kubernetes

    The Kubernetes API is a resource-based (RESTful) programmatic interface provided via HTTP. It supports retrieving, creating, updating, and deleting primary resources via the standard HTTP verbs (POST, PUT, PATCH, DELETE, GET). For some resources, the API includes additional subresources that allow fine-grained authorization (such as separate views for Pod details and log retrievals), and can accept and serve those resources in different representations for convenience or efficiency. Kubernetes supports efficient change notifications on resources via watches: in the Kubernetes API, watch is a verb that is used to track changes to an object in Kubernetes as a stream.
    kubernetes.io/docs/reference/using-api/api-concepts/
    Registered: Mon Sep 08 23:30:48 UTC 2025
    - 557.4K bytes
    - Viewed (0)
  6. Kubernetes Issues and Security | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/issues-security/
    Registered: Mon Sep 08 23:33:19 UTC 2025
    - 455.5K bytes
    - Viewed (0)
  7. JSONPath Support | Kubernetes

    The kubectl tool supports JSONPath templates as an output format. A JSONPath template is composed of JSONPath expressions enclosed by curly braces: { and }. Kubectl uses JSONPath expressions to filter on specific fields in the JSON object and format the output. In addition to the original JSONPath template syntax, the following functions and syntax are valid: Use double quotes to quote text inside JSONPath expressions. Use the range, end operators to iterate lists.
    kubernetes.io/docs/reference/kubectl/jsonpath/
    Registered: Tue Sep 09 00:07:13 UTC 2025
    - 470.1K bytes
    - Viewed (0)
  8. kube-scheduler | Kubernetes

    Synopsis The Kubernetes scheduler is a control plane process which assigns Pods to Nodes. The scheduler determines which Nodes are valid placements for each Pod in the scheduling queue according to constraints and available resources. The scheduler then ranks each valid Node and binds the Pod to a suitable Node. Multiple different schedulers may be used within a cluster; kube-scheduler is the reference implementation. See scheduling for more information about scheduling and the kube-scheduler component.
    kubernetes.io/docs/reference/command-line-tools-reference/kube-scheduler/
    Registered: Tue Sep 09 00:07:20 UTC 2025
    - 483.9K bytes
    - Viewed (0)
  9. kubectl create quota | Kubernetes

    Synopsis Create a resource quota with the specified name, hard limits, and optional scopes. kubectl create quota NAME [--hard=key1=value1,key2=value2] [--scopes=Scope1,Scope2] [--dry-run=server|client|none] Examples # Create a new resource quota named my-quota kubectl create quota my-quota --hard=cpu=1,memory=1G,pods=2,services=3,replicationcontrollers=2,resourcequotas=1,secrets=5,persistentvolumeclaims=10 # Create a new resource quota named best-effort kubectl create quota best-effort --hard=pods=100 --scopes=BestEffort Options --allow-missing-template-keys     Default: true If true, ignore any errors in templates when a field or map key is missing in the template.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_create/kubectl_create_quota/
    Registered: Tue Sep 09 00:06:03 UTC 2025
    - 467.2K bytes
    - Viewed (0)
  10. Component tools | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/command-line-tools-reference/
    Registered: Tue Sep 09 00:04:58 UTC 2025
    - 455.3K bytes
    - Viewed (0)
Back to top