Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 421 - 430 of 705 for host:kubernetes.io (0.03 sec)

  1. Init Containers | Kubernetes

    This page provides an overview of init containers: specialized containers that run before app containers in a Pod. Init containers can contain utilities or setup scripts not present in an app image. You can specify init containers in the Pod specification alongside the containers array (which describes app containers). In Kubernetes, a sidecar container is a container that starts before the main application container and continues to run. This document is about init containers: containers that run to completion during Pod initialization.
    kubernetes.io/docs/concepts/workloads/pods/init-containers/
    Registered: Fri Dec 05 08:39:02 UTC 2025
    - 486.2K bytes
    - Viewed (0)
  2. Ephemeral Containers | Kubernetes

    FEATURE STATE: Kubernetes v1.25 [stable] This page provides an overview of ephemeral containers: a special type of container that runs temporarily in an existing Pod to accomplish user-initiated actions such as troubleshooting. You use ephemeral containers to inspect services rather than to build applications. Understanding ephemeral containers Pods are the fundamental building block of Kubernetes applications. Since Pods are intended to be disposable and replaceable, you cannot add a container to a Pod once it has been created.
    kubernetes.io/docs/concepts/workloads/pods/ephemeral-containers/
    Registered: Fri Dec 05 08:39:14 UTC 2025
    - 462.3K bytes
    - Viewed (0)
  3. Nodes | Kubernetes

    Kubernetes runs your workload by placing containers into Pods to run on Nodes. A node may be a virtual or physical machine, depending on the cluster. Each node is managed by the control plane and contains the services necessary to run Pods. Typically you have several nodes in a cluster; in a learning or resource-limited environment, you might have only one node. The components on a node include the kubelet, a container runtime, and the kube-proxy.
    kubernetes.io/docs/concepts/architecture/nodes/
    Registered: Fri Dec 05 08:38:36 UTC 2025
    - 479.8K bytes
    - Viewed (0)
  4. Upgrading Linux nodes | Kubernetes

    This page explains how to upgrade a Linux Worker Nodes created with kubeadm. Before you begin You need to have shell access to all the nodes, 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. To check the version, enter kubectl version.
    kubernetes.io/docs/tasks/administer-cluster/kubeadm/upgrading-linux-nodes/
    Registered: Fri Dec 05 08:59:18 UTC 2025
    - 468K bytes
    - Viewed (0)
  5. Debugging Kubernetes Nodes With Kubectl | Kuber...

    This page shows how to debug a node running on the Kubernetes cluster using kubectl debug command. 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. If you do not already have a cluster, you can create one by using minikube or you can use one of these Kubernetes playgrounds:
    kubernetes.io/docs/tasks/debug/debug-cluster/kubectl-node-debug/
    Registered: Fri Dec 05 09:14:59 UTC 2025
    - 463.8K bytes
    - Viewed (0)
  6. Windows debugging tips | Kubernetes

    Node-level troubleshooting My Pods are stuck at "Container Creating" or restarting over and over Ensure that your pause image is compatible with your Windows OS version. See Pause container to see the latest / recommended pause image and/or get more information. Note:If using containerd as your container runtime the pause image is specified in the plugins.plugins.cri.sandbox_image field of the of config.toml configuration file. My pods show status as ErrImgPull or ImagePullBackOff
    kubernetes.io/docs/tasks/debug/debug-cluster/windows/
    Registered: Fri Dec 05 09:15:16 UTC 2025
    - 467.9K bytes
    - Viewed (0)
  7. Handling retriable and non-retriable pod failur...

    FEATURE STATE: Kubernetes v1.31 [stable](enabled by default) This document shows you how to use the Pod failure policy, in combination with the default Pod backoff failure policy, to improve the control over the handling of container- or Pod-level failure within a Job. The definition of Pod failure policy may help you to: better utilize the computational resources by avoiding unnecessary Pod retries. avoid Job failures due to Pod disruptions (such preemption, API-initiated eviction or taint-based eviction).
    kubernetes.io/docs/tasks/job/pod-failure-policy/
    Registered: Fri Dec 05 09:15:33 UTC 2025
    - 501.3K bytes
    - Viewed (0)
  8. Debug Services | Kubernetes

    An issue that comes up rather frequently for new installations of Kubernetes is that a Service is not working properly. You've run your Pods through a Deployment (or other workload controller) and created a Service, but you get no response when you try to access it. This document will hopefully help you to figure out what's going wrong. Running commands in a Pod For many steps here you will want to see what a Pod running in the cluster sees.
    kubernetes.io/docs/tasks/debug/debug-application/debug-service/
    Registered: Fri Dec 05 09:15:51 UTC 2025
    - 501.4K bytes
    - Viewed (0)
  9. Attach Handlers to Container Lifecycle Events |...

    This page shows how to attach handlers to Container lifecycle events. Kubernetes supports the postStart and preStop events. Kubernetes sends the postStart event immediately after a Container is started, and it sends the preStop event immediately before the Container is terminated. A Container may specify one handler per event. Before you begin You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to communicate with your cluster.
    kubernetes.io/docs/tasks/configure-pod-container/attach-handler-lifecycle-event/
    Registered: Fri Dec 05 09:16:14 UTC 2025
    - 466.7K bytes
    - Viewed (0)
  10. 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: Fri Dec 05 09:16:21 UTC 2025
    - 463.6K bytes
    - Viewed (0)
Back to top