Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 10 of 565 for content_length:[100000 TO 499999] (0.02 sec)

  1. Expose Your App Publicly | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/tutorials/kubernetes-basics/expose/
    Registered: Mon Nov 24 08:18:42 UTC 2025
    - 458.5K bytes
    - Viewed (0)
  2. 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 Nov 24 08:18:52 UTC 2025
    - 471.4K bytes
    - Viewed (0)
  3. Using kubectl to Create a Deployment | Kubernetes

    Objectives Learn about application Deployments. Deploy your first app on Kubernetes with kubectl. Kubernetes Deployments A Deployment is responsible for creating and updating instances of your application. Note:This tutorial uses a container that requires the AMD64 architecture. If you are using minikube on a computer with a different CPU architecture, you could try using minikube with a driver that can emulate AMD64. For example, the Docker Desktop driver can do this.
    kubernetes.io/docs/tutorials/kubernetes-basics/deploy-app/deploy-intro/
    Registered: Mon Nov 24 08:19:43 UTC 2025
    - 471.3K bytes
    - Viewed (0)
  4. Manage HugePages | Kubernetes

    Configure and manage huge pages as a schedulable resource in a cluster.
    kubernetes.io/docs/tasks/manage-hugepages/scheduling-hugepages/
    Registered: Mon Nov 24 08:18:32 UTC 2025
    - 470K bytes
    - Viewed (0)
  5. kubectl create | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/kubectl/generated/kubectl_create/
    Registered: Mon Nov 24 08:30:45 UTC 2025
    - 470.7K bytes
    - Viewed (0)
  6. kubectl options | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/kubectl/generated/kubectl_options/
    Registered: Mon Nov 24 08:31:41 UTC 2025
    - 464.4K bytes
    - Viewed (0)
  7. Tutorials | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/tutorials/
    Registered: Mon Nov 24 08:18:02 UTC 2025
    - 462.4K bytes
    - Viewed (0)
  8. kubectl apply | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/kubectl/generated/kubectl_apply/
    Registered: Mon Nov 24 08:21:57 UTC 2025
    - 472.6K bytes
    - Viewed (0)
  9. 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 Nov 24 08:22:16 UTC 2025
    - 470.2K bytes
    - Viewed (0)
  10. API Access Control | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/access-authn-authz/
    Registered: Mon Nov 24 08:21:38 UTC 2025
    - 460.1K bytes
    - Viewed (0)
Back to top