Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 61 - 70 of 705 for host:kubernetes.io (0.02 sec)

  1. Using ABAC Authorization | Kubernetes

    Attribute-based access control (ABAC) defines an access control paradigm whereby access rights are granted to users through the use of policies which combine attributes together. Policy File Format To enable ABAC mode, specify --authorization-policy-file=SOME_FILENAME and --authorization-mode=ABAC on startup. The file format is one JSON object per line. There should be no enclosing list or map, only one map per line. Each line is a "policy object", where each such object is a map with the following properties:
    kubernetes.io/docs/reference/access-authn-authz/abac/
    Registered: Fri Nov 21 09:59:40 UTC 2025
    - 471.4K bytes
    - Viewed (0)
  2. kubectl create | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/kubectl/generated/kubectl_create/
    Registered: Fri Nov 21 10:13:35 UTC 2025
    - 470.7K bytes
    - Viewed (0)
  3. kubectl create namespace | Kubernetes

    Synopsis Create a namespace with the specified name. kubectl create namespace NAME [--dry-run=server|client|none] Examples # Create a new namespace named my-namespace kubectl create namespace my-namespace 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. Only applies to golang and jsonpath output formats. --dry-run string[="unchanged"]     Default: "none" Must be "none", "server", or "client". If client strategy, only print the object that would be sent, without sending it.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_create/kubectl_create_namespace/ Similar Results (1)
    Registered: Fri Nov 21 10:12:50 UTC 2025
    - 468.6K bytes
    - Viewed (0)
  4. kubectl create ingress | Kubernetes

    Synopsis Create an ingress with the specified name. kubectl create ingress NAME --rule=host/path=service:port[,tls[=secret]] Examples # Create a single ingress called 'simple' that directs requests to foo.com/bar to svc # svc1:8080 with a TLS secret "my-cert" kubectl create ingress simple --rule="foo.com/bar=svc1:8080,tls=my-cert" # Create a catch all ingress of "/path" pointing to service svc:port and Ingress Class as "otheringress" kubectl create ingress catch-all --class=otheringress --rule="/path=svc:port" # Create an ingress with two annotations: ingress.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_create/kubectl_create_ingress/
    Registered: Fri Nov 21 10:14:26 UTC 2025
    - 470.9K bytes
    - Viewed (0)
  5. kubectl api-resources | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/kubectl/generated/kubectl_api-resources/
    Registered: Fri Nov 21 10:13:16 UTC 2025
    - 467.2K bytes
    - Viewed (0)
  6. Pod Lifecycle | Kubernetes

    This page describes the lifecycle of a Pod. Pods follow a defined lifecycle, starting in the Pending phase, moving through Running if at least one of its primary containers starts OK, and then through either the Succeeded or Failed phases depending on whether any container in the Pod terminated in failure. Like individual application containers, Pods are considered to be relatively ephemeral (rather than durable) entities. Pods are created, assigned a unique ID (UID), and scheduled to run on nodes where they remain until termination (according to restart policy) or deletion.
    kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/
    Registered: Fri Nov 21 09:03:41 UTC 2025
    - 535K bytes
    - Viewed (0)
  7. Overview | Kubernetes

    Kubernetes is a portable, extensible, open source platform for managing containerized workloads and services, that facilitates both declarative configuration and automation. It has a large, rapidly growing ecosystem. Kubernetes services, support, and tools are widely available.
    kubernetes.io/docs/concepts/overview/
    Registered: Fri Nov 21 09:03:52 UTC 2025
    - 469.4K bytes
    - Viewed (0)
  8. DaemonSet | Kubernetes

    A DaemonSet defines Pods that provide node-local facilities. These might be fundamental to the operation of your cluster, such as a networking helper tool, or be part of an add-on.
    kubernetes.io/docs/concepts/workloads/controllers/daemonset/
    Registered: Fri Nov 21 09:04:53 UTC 2025
    - 486.7K bytes
    - Viewed (0)
  9. Containers | Kubernetes

    Technology for packaging an application along with its runtime dependencies.
    kubernetes.io/docs/concepts/containers/
    Registered: Fri Nov 21 09:05:02 UTC 2025
    - 461.3K bytes
    - Viewed (0)
  10. Scheduler Performance Tuning | Kubernetes

    FEATURE STATE: Kubernetes v1.14 [beta] kube-scheduler is the Kubernetes default scheduler. It is responsible for placement of Pods on Nodes in a cluster. Nodes in a cluster that meet the scheduling requirements of a Pod are called feasible Nodes for the Pod. The scheduler finds feasible Nodes for a Pod and then runs a set of functions to score the feasible Nodes, picking a Node with the highest score among the feasible ones to run the Pod.
    kubernetes.io/docs/concepts/scheduling-eviction/scheduler-perf-tuning/
    Registered: Fri Nov 21 09:25:51 UTC 2025
    - 467.4K bytes
    - Viewed (0)
Back to top