Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: テスト test [xss] %27

Results 91 - 100 of 723 for host:kubernetes.io (0.06 sec)

  1. StatefulSet Basics | Kubernetes

    This tutorial provides an introduction to managing applications with StatefulSets. It demonstrates how to create, delete, scale, and update the Pods of StatefulSets. Before you begin Before you begin this tutorial, you should familiarize yourself with the following Kubernetes concepts: Pods Cluster DNS Headless Services PersistentVolumes PersistentVolumes Provisioning The kubectl command line tool You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to communicate with your cluster.
    kubernetes.io/docs/tutorials/stateful-application/basic-stateful-set/
    Registered: Mon Jan 26 07:12:14 UTC 2026
    - 563.5K bytes
    - Viewed (0)
  2. Explore Termination Behavior for Pods And Their...

    Once you connected your Application with Service following steps like those outlined in Connecting Applications with Services, you have a continuously running, replicated application, that is exposed on a network. This tutorial helps you look at the termination flow for Pods and to explore ways to implement graceful connection draining. Termination process for Pods and their endpoints There are often cases when you need to terminate a Pod - be it to upgrade or scale down.
    kubernetes.io/docs/tutorials/services/pods-and-endpoint-termination-flow/
    Registered: Mon Jan 26 07:12:38 UTC 2026
    - 486.5K bytes
    - Viewed (0)
  3. Kubernetes Deprecation Policy | Kubernetes

    This document details the deprecation policy for various facets of the system. Kubernetes is a large system with many components and many contributors. As with any such software, the feature set naturally evolves over time, and sometimes a feature may need to be removed. This could include an API, a flag, or even an entire feature. To avoid breaking existing users, Kubernetes follows a deprecation policy for aspects of the system that are slated to be removed.
    kubernetes.io/docs/reference/using-api/deprecation-policy/
    Registered: Mon Jan 26 07:12:49 UTC 2026
    - 489.4K bytes
    - Viewed (0)
  4. Kubernetes Issue Tracker | Kubernetes

    To report a security issue, please follow the Kubernetes security disclosure process. Work on Kubernetes code and public issues are tracked using GitHub Issues. Official list of known CVEs (security vulnerabilities) that have been announced by the Security Response Committee CVE-related GitHub issues Security-related announcements are sent to the kubernetes-security-announce@googlegroups.com mailing list.
    kubernetes.io/docs/reference/issues-security/issues/
    Registered: Mon Jan 26 07:20:59 UTC 2026
    - 468.5K bytes
    - Viewed (0)
  5. Kubernetes Metrics Reference | Kubernetes

    Details of the metric data that Kubernetes components export.
    kubernetes.io/docs/reference/instrumentation/metrics/
    Registered: Mon Jan 26 07:24:39 UTC 2026
    - 766.2K bytes
    - Viewed (0)
  6. Linux Kernel Version Requirements | Kubernetes

    Note: This section links to third party projects that provide functionality required by Kubernetes. The Kubernetes project authors aren't responsible for these projects, which are listed alphabetically. To add a project to this list, read the content guide before submitting a change. More information. Many features rely on specific kernel functionalities and have minimum kernel version requirements. However, relying solely on kernel version numbers may not be sufficient for certain operating system distributions, as maintainers for distributions such as RHEL, Ubuntu and SUSE often backport selected features to older kernel releases (retaining the older kernel version).
    kubernetes.io/docs/reference/node/kernel-version-requirements/
    Registered: Mon Jan 26 07:23:28 UTC 2026
    - 475.1K bytes
    - Viewed (0)
  7. kubectl create poddisruptionbudget | Kubernetes

    Synopsis Create a pod disruption budget with the specified name, selector, and desired minimum available pods. kubectl create poddisruptionbudget NAME --selector=SELECTOR --min-available=N [--dry-run=server|client|none] Examples # Create a pod disruption budget named my-pdb that will select all pods with the app=rails label # and require at least one of them being available at any point in time kubectl create poddisruptionbudget my-pdb --selector=app=rails --min-available=1 # Create a pod disruption budget named my-pdb that will select all pods with the app=nginx label # and require at least half of the pods selected to be available at any point in time kubectl create pdb my-pdb --selector=app=nginx --min-available=50% Options --allow-missing-template-keys     Default: true If true, ignore any errors in templates when a field or map key is missing in the template.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_create/kubectl_create_poddisruptionbudget/
    Registered: Mon Jan 26 07:26:50 UTC 2026
    - 480.8K bytes
    - Viewed (0)
  8. kubectl top | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/kubectl/generated/kubectl_top/
    Registered: Mon Jan 26 07:26:34 UTC 2026
    - 475.4K bytes
    - Viewed (0)
  9. kubectl rollout restart | Kubernetes

    Synopsis Restart a resource. Resource rollout will be restarted. kubectl rollout restart RESOURCE Examples # Restart all deployments in the test-namespace namespace kubectl rollout restart deployment -n test-namespace # Restart a deployment kubectl rollout restart deployment/nginx # Restart a daemon set kubectl rollout restart daemonset/abc # Restart deployments with the app=nginx label kubectl rollout restart deployment --selector=app=nginx Options --allow-missing-template-keys     Default: true If true, ignore any errors in templates when a field or map key is missing in the template.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_rollout/kubectl_rollout_restart/ Similar Results (1)
    Registered: Mon Jan 26 07:33:12 UTC 2026
    - 478.1K bytes
    - Viewed (0)
  10. kubectl replace | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/kubectl/generated/kubectl_replace/
    Registered: Mon Jan 26 07:33:18 UTC 2026
    - 479.6K bytes
    - Viewed (0)
Back to top