Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 161 - 170 of 723 for host:kubernetes.io (0.03 sec)

  1. Install Tools | Kubernetes

    Set up Kubernetes tools on your computer.
    kubernetes.io/docs/tasks/tools/
    Registered: Mon Jan 26 06:46:54 UTC 2026
    - 470.1K bytes
    - Viewed (0)
  2. Metrics for Kubernetes Object States | Kubernetes

    kube-state-metrics, an add-on agent to generate and expose cluster-level metrics.
    kubernetes.io/docs/concepts/cluster-administration/kube-state-metrics/
    Registered: Mon Jan 26 06:48:13 UTC 2026
    - 472.2K bytes
    - Viewed (0)
  3. Managing Workloads | Kubernetes

    You've deployed your application and exposed it via a Service. Now what? Kubernetes provides a number of tools to help you manage your application deployment, including scaling and updating. Organizing resource configurations Many applications require multiple resources to be created, such as a Deployment along with a Service. Management of multiple resources can be simplified by grouping them together in the same file (separated by --- in YAML). For example:
    kubernetes.io/docs/concepts/workloads/management/
    Registered: Mon Jan 26 06:33:16 UTC 2026
    - 503.2K bytes
    - Viewed (0)
  4. Containers | Kubernetes

    Technology for packaging an application along with its runtime dependencies.
    kubernetes.io/docs/concepts/containers/
    Registered: Mon Jan 26 06:32:58 UTC 2026
    - 470.7K bytes
    - Viewed (0)
  5. Windows Storage | Kubernetes

    This page provides an storage overview specific to the Windows operating system. Persistent storage Windows has a layered filesystem driver to mount container layers and create a copy filesystem based on NTFS. All file paths in the container are resolved only within the context of that container. With Docker, volume mounts can only target a directory in the container, and not an individual file. This limitation does not apply to containerd.
    kubernetes.io/docs/concepts/storage/windows-storage/
    Registered: Mon Jan 26 06:35:28 UTC 2026
    - 470.5K bytes
    - Viewed (0)
  6. Dynamic Resource Allocation | Kubernetes

    FEATURE STATE: Kubernetes v1.35 [stable](enabled by default) This page describes dynamic resource allocation (DRA) in Kubernetes. About DRA DRA is a Kubernetes feature that lets you request and share resources among Pods. These resources are often attached devices like hardware accelerators. With DRA, device drivers and cluster admins define device classes that are available to claim in workloads. Kubernetes allocates matching devices to specific claims and places the corresponding Pods on nodes that can access the allocated devices.
    kubernetes.io/docs/concepts/scheduling-eviction/dynamic-resource-allocation/
    Registered: Mon Jan 26 06:35:33 UTC 2026
    - 555.2K bytes
    - Viewed (0)
  7. Good practices for Kubernetes Secrets | Kubernetes

    Principles and practices for good Secret management for cluster administrators and application developers.
    kubernetes.io/docs/concepts/security/secrets-good-practices/
    Registered: Mon Jan 26 06:36:30 UTC 2026
    - 475.7K bytes
    - Viewed (0)
  8. kubectl create | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/kubectl/generated/kubectl_create/
    Registered: Mon Jan 26 07:31:21 UTC 2026
    - 480.4K bytes
    - Viewed (0)
  9. 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: Mon Jan 26 07:32:17 UTC 2026
    - 480.6K bytes
    - Viewed (0)
  10. kubectl logs | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/kubectl/generated/kubectl_logs/
    Registered: Mon Jan 26 07:32:45 UTC 2026
    - 480.1K bytes
    - Viewed (0)
Back to top