Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 281 - 290 of 723 for host:kubernetes.io (0.03 sec)

  1. Cluster Architecture | Kubernetes

    The architectural concepts behind Kubernetes.
    kubernetes.io/docs/concepts/architecture/
    Registered: Mon Jan 26 06:29:42 UTC 2026
    - 487.4K bytes
    - Viewed (0)
  2. Kubernetes Documentation | Kubernetes

    Kubernetes is an open source container orchestration engine for automating deployment, scaling, and management of containerized applications. The open source project is hosted by the Cloud Native Computing Foundation.
    kubernetes.io/docs/home/
    Registered: Mon Jan 26 06:25:49 UTC 2026
    - 472.9K bytes
    - Viewed (0)
  3. About cgroup v2 | Kubernetes

    On Linux, control groups constrain resources that are allocated to processes. The kubelet and the underlying container runtime need to interface with cgroups to enforce resource management for pods and containers which includes cpu/memory requests and limits for containerized workloads. There are two versions of cgroups in Linux: cgroup v1 and cgroup v2. cgroup v2 is the new generation of the cgroup API. What is cgroup v2? FEATURE STATE: Kubernetes v1.
    kubernetes.io/docs/concepts/architecture/cgroups/
    Registered: Mon Jan 26 06:26:21 UTC 2026
    - 475.8K bytes
    - Viewed (0)
  4. kubectl rollout status | Kubernetes

    Synopsis Show the status of the rollout. By default 'rollout status' will watch the status of the latest rollout until it's done. If you don't want to wait for the rollout to finish then you can use --watch=false. Note that if a new rollout starts in-between, then 'rollout status' will continue watching the latest revision. If you want to pin to a specific revision and abort if it is rolled over by another revision, use --revision=N where N is the revision you need to watch for.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_rollout/kubectl_rollout_status/
    Registered: Mon Jan 26 07:28:01 UTC 2026
    - 477.1K bytes
    - Viewed (0)
  5. kubectl top node | Kubernetes

    Synopsis Display resource (CPU/memory) usage of nodes. The top-node command allows you to see the resource consumption of nodes. kubectl top node [NAME | -l label] Examples # Show metrics for all nodes kubectl top node # Show metrics for a given node kubectl top node NODE_NAME Options -h, --help help for node --no-headers If present, print output without headers -l, --selector string Selector (label query) to filter on, supports '=', '==', '!
    kubernetes.io/docs/reference/kubectl/generated/kubectl_top/kubectl_top_node/
    Registered: Mon Jan 26 07:27:44 UTC 2026
    - 476K bytes
    - Viewed (0)
  6. kubectl create role | Kubernetes

    Synopsis Create a role with single rule. kubectl create role NAME --verb=verb --resource=resource.group/subresource [--resource-name=resourcename] [--dry-run=server|client|none] Examples # Create a role named "pod-reader" that allows user to perform "get", "watch" and "list" on pods kubectl create role pod-reader --verb=get --verb=list --verb=watch --resource=pods # Create a role named "pod-reader" with ResourceName specified kubectl create role pod-reader --verb=get --resource=pods --resource-name=readablepod --resource-name=anotherpod # Create a role named "foo" with API Group specified kubectl create role foo --verb=get,list,watch --resource=rs.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_create/kubectl_create_role/
    Registered: Mon Jan 26 07:34:22 UTC 2026
    - 479.6K bytes
    - Viewed (0)
  7. Configuration APIs | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/config-api/
    Registered: Mon Jan 26 07:39:35 UTC 2026
    - 467.8K bytes
    - Viewed (0)
  8. kubectl for Docker Users | Kubernetes

    You can use the Kubernetes command line tool kubectl to interact with the API Server. Using kubectl is straightforward if you are familiar with the Docker command line tool. However, there are a few differences between the Docker commands and the kubectl commands. The following sections show a Docker sub-command and describe the equivalent kubectl command. docker run To run an nginx Deployment and expose the Deployment, see kubectl create deployment.
    kubernetes.io/docs/reference/kubectl/docker-cli-to-kubectl/
    Registered: Mon Jan 26 07:39:15 UTC 2026
    - 488K bytes
    - Viewed (0)
  9. kubectl run | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/kubectl/generated/kubectl_run/
    Registered: Mon Jan 26 07:31:16 UTC 2026
    - 485.4K bytes
    - Viewed (0)
  10. kubectl set env | Kubernetes

    Synopsis Update environment variables on a pod template. List environment variable definitions in one or more pods, pod templates. Add, update, or remove container environment variable definitions in one or more pod templates (within replication controllers or deployment configurations). View or modify the environment variable definitions on all containers in the specified pods or pod templates, or just those that match a wildcard. If "--env -" is passed, environment variables can be read from STDIN using the standard env syntax.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_set/kubectl_set_env/
    Registered: Mon Jan 26 07:31:39 UTC 2026
    - 481.7K bytes
    - Viewed (0)
Back to top