Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 191 - 200 of 723 for host:kubernetes.io (0.03 sec)

  1. Access Applications in a Cluster | Kubernetes

    Configure load balancing, port forwarding, or setup firewall or DNS configurations to access applications in a cluster.
    kubernetes.io/docs/tasks/access-application-cluster/
    Registered: Mon Jan 26 07:02:49 UTC 2026
    - 468.9K bytes
    - Viewed (0)
  2. Explore Your App | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/tutorials/kubernetes-basics/explore/
    Registered: Mon Jan 26 07:09:54 UTC 2026
    - 468.1K bytes
    - Viewed (0)
  3. Expose Your App Publicly | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/tutorials/kubernetes-basics/expose/
    Registered: Mon Jan 26 07:10:29 UTC 2026
    - 467.9K bytes
    - Viewed (0)
  4. Namespaces Walkthrough | Kubernetes

    Kubernetes namespaces help different projects, teams, or customers to share a Kubernetes cluster. It does this by providing the following: A scope for Names. A mechanism to attach authorization and policy to a subsection of the cluster. Use of multiple namespaces is optional. This example demonstrates how to use Kubernetes namespaces to subdivide your cluster. Before you begin You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to communicate with your cluster.
    kubernetes.io/docs/tutorials/cluster-management/namespaces-walkthrough/
    Registered: Mon Jan 26 07:10:41 UTC 2026
    - 501.5K bytes
    - Viewed (0)
  5. 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: Mon Jan 26 07:10:46 UTC 2026
    - 480.8K bytes
    - Viewed (0)
  6. kubectl apply edit-last-applied | Kubernetes

    Synopsis Edit the latest last-applied-configuration annotations of resources from the default editor. The edit-last-applied command allows you to directly edit any API resource you can retrieve via the command-line tools. It will open the editor defined by your KUBE_EDITOR, or EDITOR environment variables, or fall back to 'vi' for Linux or 'notepad' for Windows. You can edit multiple objects, although changes are applied one at a time. The command accepts file names as well as command-line arguments, although the files you point to must be previously saved versions of resources.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_apply/kubectl_apply_edit-last-applied/
    Registered: Mon Jan 26 07:16:15 UTC 2026
    - 479.8K bytes
    - Viewed (0)
  7. CRI Pod & Container Metrics | Kubernetes

    Collection of Pod & Container metrics via the CRI.
    kubernetes.io/docs/reference/instrumentation/cri-pod-container-metrics/
    Registered: Mon Jan 26 07:15:44 UTC 2026
    - 467.8K bytes
    - Viewed (0)
  8. kubectl alpha kuberc view | Kubernetes

    Synopsis Display the contents of the kuberc file in the specified output format. kubectl alpha kuberc view Examples # View kuberc configuration in YAML format (default) kubectl alpha kuberc view # View kuberc configuration in JSON format kubectl alpha kuberc view --output json # View a specific kuberc file kubectl alpha kuberc view --kuberc /path/to/kuberc 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_alpha/kubectl_alpha_kuberc_view/
    Registered: Mon Jan 26 07:18:21 UTC 2026
    - 477.1K bytes
    - Viewed (0)
  9. kubectl apply | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/kubectl/generated/kubectl_apply/
    Registered: Mon Jan 26 07:18:27 UTC 2026
    - 482.3K bytes
    - Viewed (0)
  10. kubectl api-resources | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/kubectl/generated/kubectl_api-resources/
    Registered: Mon Jan 26 07:23:55 UTC 2026
    - 476.8K bytes
    - Viewed (0)
Back to top