Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 481 - 490 of 721 for host:kubernetes.io (0.04 seconds)

  1. Service Accounts | Kubernetes

    Learn about ServiceAccount objects in Kubernetes.
    kubernetes.io/docs/concepts/security/service-accounts/
    Fri Feb 06 07:44:27 GMT 2026
      488.8K bytes
  2. 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/
    Fri Feb 06 07:43:25 GMT 2026
      472.6K bytes
  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/
    Fri Feb 06 07:47:58 GMT 2026
      504K bytes
  4. 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/
    Fri Feb 06 07:48:04 GMT 2026
      485.9K bytes
  5. 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/
    Fri Feb 06 07:48:15 GMT 2026
      496.8K bytes
  6. Jobs | Kubernetes

    Jobs represent one-off tasks that run to completion and then stop.
    kubernetes.io/docs/concepts/workloads/controllers/job/
    Fri Feb 06 07:48:21 GMT 2026
      584.5K bytes
  7. Gateway API | Kubernetes

    Gateway API is a family of API kinds that provide dynamic infrastructure provisioning and advanced traffic routing.
    kubernetes.io/docs/concepts/services-networking/gateway/
    Fri Feb 06 07:48:26 GMT 2026
      493.2K bytes
  8. CSI Volume Cloning | Kubernetes

    This document describes the concept of cloning existing CSI Volumes in Kubernetes. Familiarity with Volumes is suggested. Introduction The CSI Volume Cloning feature adds support for specifying existing PVCs in the dataSource field to indicate a user would like to clone a Volume. A Clone is defined as a duplicate of an existing Kubernetes Volume that can be consumed as any standard Volume would be. The only difference is that upon provisioning, rather than creating a "new" empty Volume, the back end device creates an exact duplicate of the specified Volume.
    kubernetes.io/docs/concepts/storage/volume-pvc-datasource/
    Fri Feb 06 07:47:53 GMT 2026
      475.4K bytes
  9. Swap memory management | Kubernetes

    Kubernetes can be configured to use swap memory on a node, allowing the kernel to free up physical memory by swapping out pages to backing storage. This is useful for multiple use-cases. For example, nodes running workloads that can benefit from using swap, such as those that have large memory footprints but only access a portion of that memory at any given time. It also helps prevent Pods from being terminated during memory pressure spikes, shields nodes from system-level memory spikes that might compromise its stability, allows for more flexible memory management on the node, and much more.
    kubernetes.io/docs/concepts/cluster-administration/swap-memory-management/
    Fri Feb 06 07:52:00 GMT 2026
      494.9K bytes
  10. Admission Webhook Good Practices | Kubernetes

    Recommendations for designing and deploying admission webhooks in Kubernetes.
    kubernetes.io/docs/concepts/cluster-administration/admission-webhooks-good-practices/
    Fri Feb 06 07:52:12 GMT 2026
      503.5K bytes
Back to Top