Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 10 of 1,726 for host:docs.ceph.com (0.03 sec)

  1. Field Selectors | Kubernetes

    Field selectors let you select Kubernetes objects based on the value of one or more resource fields. Here are some examples of field selector queries: metadata.name=my-service metadata.namespace!=default status.phase=Pending This kubectl command selects all Pods for which the value of the status.phase field is Running: kubectl get pods --field-selector status.phase=Running Note:Field selectors are essentially resource filters. By default, no selectors/filters are applied, meaning that all resources of the specified type are selected.
    kubernetes.io/docs/concepts/overview/working-with-objects/field-selectors/
    Registered: Mon Dec 16 06:17:44 UTC 2024
    - 437.3K bytes
    - Viewed (0)
  2. Container Runtimes | Kubernetes

    Note: Dockershim has been removed from the Kubernetes project as of release 1.24. Read the Dockershim Removal FAQ for further details. You need to install a container runtime into each node in the cluster so that Pods can run there. This page outlines what is involved and describes related tasks for setting up nodes. Kubernetes 1.32 requires that you use a runtime that conforms with the Container Runtime Interface (CRI).
    kubernetes.io/docs/setup/production-environment/container-runtimes/
    Registered: Mon Dec 16 06:17:49 UTC 2024
    - 450.2K bytes
    - Viewed (0)
  3. Containers | Kubernetes

    Technology for packaging an application along with its runtime dependencies.
    kubernetes.io/docs/concepts/containers/
    Registered: Mon Dec 16 06:18:35 UTC 2024
    - 430.2K bytes
    - Viewed (0)
  4. The Kubernetes API | Kubernetes

    The Kubernetes API lets you query and manipulate the state of objects in Kubernetes. The core of Kubernetes' control plane is the API server and the HTTP API that it exposes. Users, the different parts of your cluster, and external components all communicate with one another through the API server.
    kubernetes.io/docs/concepts/overview/kubernetes-api/
    Registered: Mon Dec 16 06:18:44 UTC 2024
    - 447.1K bytes
    - Viewed (0)
  5. Turnkey Cloud Solutions | Kubernetes

    This page provides a list of Kubernetes certified solution providers. From each provider page, you can learn how to install and setup production ready clusters.
    kubernetes.io/docs/setup/production-environment/turnkey-solutions/
    Registered: Mon Dec 16 06:19:02 UTC 2024
    - 428.9K bytes
    - Viewed (0)
  6. Production environment | Kubernetes

    Create a production-quality Kubernetes cluster
    kubernetes.io/docs/setup/production-environment/
    Registered: Mon Dec 16 06:19:30 UTC 2024
    - 446.6K 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: Mon Dec 16 06:20:51 UTC 2024
    - 439K bytes
    - Viewed (0)
  8. User Namespaces | Kubernetes

    FEATURE STATE: Kubernetes v1.30 [beta] This page explains how user namespaces are used in Kubernetes pods. A user namespace isolates the user running inside the container from the one in the host. A process running as root in a container can run as a different (non-root) user in the host; in other words, the process has full privileges for operations inside the user namespace, but is unprivileged for operations outside the namespace.
    kubernetes.io/docs/concepts/workloads/pods/user-namespaces/
    Registered: Mon Dec 16 06:20:55 UTC 2024
    - 441.8K bytes
    - Viewed (0)
  9. Jobs | Kubernetes

    Jobs represent one-off tasks that run to completion and then stop.
    kubernetes.io/docs/concepts/workloads/controllers/job/
    Registered: Mon Dec 16 06:21:13 UTC 2024
    - 542.9K bytes
    - Viewed (0)
  10. Deployments | Kubernetes

    A Deployment manages a set of Pods to run an application workload, usually one that doesn't maintain state.
    kubernetes.io/docs/concepts/workloads/controllers/deployment/
    Registered: Mon Dec 16 06:20:34 UTC 2024
    - 520.4K bytes
    - Viewed (0)
Back to top