Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 511 - 520 of 686 for host:kubernetes.io (0.05 sec)

  1. Force Delete StatefulSet Pods | Kubernetes

    This page shows how to delete Pods which are part of a stateful set, and explains the considerations to keep in mind when doing so. Before you begin This is a fairly advanced task and has the potential to violate some of the properties inherent to StatefulSet. Before proceeding, make yourself familiar with the considerations enumerated below. StatefulSet considerations In normal operation of a StatefulSet, there is never a need to force delete a StatefulSet Pod.
    kubernetes.io/docs/tasks/run-application/force-delete-stateful-set-pod/
    Registered: Wed Jun 04 07:04:57 UTC 2025
    - 453.1K bytes
    - Viewed (0)
  2. Adding entries to Pod /etc/hosts with HostAlias...

    Adding entries to a Pod's /etc/hosts file provides Pod-level override of hostname resolution when DNS and other options are not applicable. You can add these custom entries with the HostAliases field in PodSpec. The Kubernetes project recommends modifying DNS configuration using the hostAliases field (part of the .spec for a Pod), and not by using an init container or other means to edit /etc/hosts directly. Change made in other ways may be overwritten by the kubelet during Pod creation or restart.
    kubernetes.io/docs/tasks/network/customize-hosts-file-for-pods/
    Registered: Wed Jun 04 07:10:57 UTC 2025
    - 457K bytes
    - Viewed (0)
  3. Node metrics data | Kubernetes

    Mechanisms for accessing metrics at node, volume, pod and container level, as seen by the kubelet.
    kubernetes.io/docs/reference/instrumentation/node-metrics/
    Registered: Wed Jun 04 07:15:56 UTC 2025
    - 448.2K bytes
    - Viewed (0)
  4. Kubernetes z-pages | Kubernetes

    Provides runtime diagnostics for Kubernetes components, offering insights into component runtime status and configuration flags.
    kubernetes.io/docs/reference/instrumentation/zpages/
    Registered: Wed Jun 04 07:16:33 UTC 2025
    - 446.8K bytes
    - Viewed (0)
  5. HorizontalPodAutoscaler Walkthrough | Kubernetes

    A HorizontalPodAutoscaler (HPA for short) automatically updates a workload resource (such as a Deployment or StatefulSet), with the aim of automatically scaling the workload to match demand. Horizontal scaling means that the response to increased load is to deploy more Pods. This is different from vertical scaling, which for Kubernetes would mean assigning more resources (for example: memory or CPU) to the Pods that are already running for the workload.
    kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough/
    Registered: Wed Jun 04 07:03:12 UTC 2025
    - 506.9K bytes
    - Viewed (0)
  6. Deploy and Access the Kubernetes Dashboard | Ku...

    Deploy the web UI (Kubernetes Dashboard) and access it.
    kubernetes.io/docs/tasks/access-application-cluster/web-ui-dashboard/
    Registered: Wed Jun 04 07:02:54 UTC 2025
    - 459.5K bytes
    - Viewed (0)
  7. Managing Secrets using kubectl | Kubernetes

    Creating Secret objects using kubectl command line.
    kubernetes.io/docs/tasks/configmap-secret/managing-secret-using-kubectl/
    Registered: Wed Jun 04 07:03:23 UTC 2025
    - 459.1K bytes
    - Viewed (0)
  8. Developing and debugging services locally using...

    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. Kubernetes applications usually consist of multiple, separate services, each running in its own container. Developing and debugging these services on a remote Kubernetes cluster can be cumbersome, requiring you to get a shell on a running container in order to run debugging tools.
    kubernetes.io/docs/tasks/debug/debug-cluster/local-debugging/
    Registered: Wed Jun 04 07:03:38 UTC 2025
    - 452.2K bytes
    - Viewed (0)
  9. Debug Init Containers | Kubernetes

    This page shows how to investigate problems related to the execution of Init Containers. The example command lines below refer to the Pod as <pod-name> and the Init Containers as <init-container-1> and <init-container-2>. Before you begin You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to communicate with your cluster. It is recommended to run this tutorial on a cluster with at least two nodes that are not acting as control plane hosts.
    kubernetes.io/docs/tasks/debug/debug-application/debug-init-containers/
    Registered: Wed Jun 04 07:03:03 UTC 2025
    - 452.2K bytes
    - Viewed (0)
  10. kubectl Quick Reference | Kubernetes

    This page contains a list of commonly used kubectl commands and flags. Note:These instructions are for Kubernetes v1.33. To check the version, use the kubectl version command. Kubectl autocomplete BASH source <(kubectl completion bash) # set up autocomplete in bash into the current shell, bash-completion package should be installed first. echo "source <(kubectl completion bash)" >> ~/.bashrc # add autocomplete permanently to your bash shell. You can also use a shorthand alias for kubectl that also works with completion:
    kubernetes.io/docs/reference/kubectl/quick-reference/
    Registered: Wed Jun 04 07:19:37 UTC 2025
    - 507K bytes
    - Viewed (0)
Back to top