Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 41 - 50 of 600 for host:kubernetes.io (0.05 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 Jul 07 09:02:13 UTC 2025
    - 455.7K bytes
    - Viewed (0)
  2. 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 Jul 07 09:03:58 UTC 2025
    - 482.1K bytes
    - Viewed (0)
  3. DaemonSet | Kubernetes

    A DaemonSet defines Pods that provide node-local facilities. These might be fundamental to the operation of your cluster, such as a networking helper tool, or be part of an add-on.
    kubernetes.io/docs/concepts/workloads/controllers/daemonset/
    Registered: Mon Jul 07 09:03:24 UTC 2025
    - 475K bytes
    - Viewed (0)
  4. Automatic Cleanup for Finished Jobs | Kubernetes

    A time-to-live mechanism to clean up old Jobs that have finished execution.
    kubernetes.io/docs/concepts/workloads/controllers/ttlafterfinished/
    Registered: Mon Jul 07 09:04:26 UTC 2025
    - 450.9K bytes
    - Viewed (0)
  5. 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 Jul 07 08:59:13 UTC 2025
    - 457.9K bytes
    - Viewed (0)
  6. 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 Jul 07 09:00:28 UTC 2025
    - 466.4K bytes
    - Viewed (0)
  7. Generating Reference Documentation for the Kube...

    This page shows how to update the Kubernetes API reference documentation. The Kubernetes API reference documentation is built from the Kubernetes OpenAPI spec using the kubernetes-sigs/reference-docs generation code. If you find bugs in the generated documentation, you need to fix them upstream. If you need only to regenerate the reference documentation from the OpenAPI spec, continue reading this page. Before you begin Requirements: You need a machine that is running Linux or macOS.
    kubernetes.io/docs/contribute/generate-ref-docs/kubernetes-api/
    Registered: Mon Jul 07 10:08:34 UTC 2025
    - 460.7K bytes
    - Viewed (0)
  8. kubectl patch | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/kubectl/generated/kubectl_patch/
    Registered: Mon Jul 07 10:06:02 UTC 2025
    - 458.6K bytes
    - Viewed (0)
  9. Client Authentication (v1beta1) | Kubernetes

    Resource Types ExecCredential ExecCredential ExecCredential is used by exec-based plugins to communicate credentials to HTTP transports. FieldDescription apiVersionstringclient.authentication.k8s.io/v1beta1 kindstringExecCredential spec [Required] ExecCredentialSpec Spec holds information passed to the plugin by the transport. status ExecCredentialStatus Status is filled in by the plugin and holds the credentials that the transport should use to contact the API. Cluster Appears in: ExecCredentialSpec Cluster contains information to allow an exec plugin to communicate with the kubernetes cluster being authenticated to.
    kubernetes.io/docs/reference/config-api/client-authentication.v1beta1/ Similar Results (1)
    Registered: Mon Jul 07 10:05:18 UTC 2025
    - 453.5K bytes
    - Viewed (0)
  10. Submitting case studies | Kubernetes

    Case studies highlight how organizations are using Kubernetes to solve real-world problems. The Kubernetes marketing team and members of the CNCF collaborate with you on all case studies. Case studies require extensive review before they're approved. Submit a case study Have a look at the source for the existing case studies. Refer to the case study guidelines and submit your request as outlined in the guidelines.
    kubernetes.io/docs/contribute/new-content/case-studies/
    Registered: Mon Jul 07 10:11:24 UTC 2025
    - 446.8K bytes
    - Viewed (0)
Back to top