Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: ใƒ†ใ‚นใƒˆ test

Results 31 - 40 of 658 for timestamp:[now/d-7d TO *] (0.02 sec)

  1. Debug Running Pods | Kubernetes

    This page explains how to debug Pods running (or crashing) on a Node. Before you begin Your Pod should already be scheduled and running. If your Pod is not yet running, start with Debugging Pods. For some of the advanced debugging steps you need to know on which Node the Pod is running and have shell access to run commands on that Node. You don't need that access to run the standard debug steps that use kubectl.
    kubernetes.io/docs/tasks/debug/debug-application/debug-running-pod/
    Registered: Fri May 10 07:46:41 UTC 2024
    - 474.4K bytes
    - Viewed (0)
  2. Managing Secrets using kubectl | Kubernetes

    Creating Secret objects using kubectl command line.
    kubernetes.io/docs/tasks/configmap-secret/managing-secret-using-kubectl/
    Registered: Fri May 10 07:45:41 UTC 2024
    - 427.8K bytes
    - Viewed (0)
  3. Connecting Applications with Services | Kubernetes

    The Kubernetes model for connecting containers Now that you have a continuously running, replicated application you can expose it on a network. Kubernetes assumes that pods can communicate with other pods, regardless of which host they land on. Kubernetes gives every pod its own cluster-private IP address, so you do not need to explicitly create links between pods or map container ports to host ports. This means that containers within a Pod can all reach each other's ports on localhost, and all pods in a cluster can see each other without NAT.
    kubernetes.io/docs/tutorials/services/connect-applications-service/
    Registered: Fri May 10 07:55:39 UTC 2024
    - 476.5K bytes
    - Viewed (0)
  4. Fine Parallel Processing Using a Work Queue | K...

    In this example, you will run a Kubernetes Job that runs multiple parallel tasks as worker processes, each running as a separate Pod. In this example, as each pod is created, it picks up one unit of work from a task queue, processes it, and repeats until the end of the queue is reached. Here is an overview of the steps in this example: Start a storage service to hold the work queue.
    kubernetes.io/docs/tasks/job/fine-parallel-processing-work-queue/
    Registered: Fri May 10 07:54:22 UTC 2024
    - 437.4K bytes
    - Viewed (0)
  5. Handling retriable and non-retriable pod failur...

    FEATURE STATE: Kubernetes v1.26 [beta] 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 May 10 07:55:19 UTC 2024
    - 447.4K bytes
    - Viewed (0)
  6. Create a Cluster | Kubernetes

    Learn about Kubernetes cluster and create a simple cluster using Minikube.
    kubernetes.io/docs/tutorials/kubernetes-basics/create-cluster/
    Registered: Fri May 10 07:54:50 UTC 2024
    - 415.5K bytes
    - Viewed (0)
  7. kubeadm config | Kubernetes

    During kubeadm init, kubeadm uploads the ClusterConfiguration object to your cluster in a ConfigMap called kubeadm-config in the kube-system namespace. This configuration is then read during kubeadm join, kubeadm reset and kubeadm upgrade. You can use kubeadm config print to print the default static configuration that kubeadm uses for kubeadm init and kubeadm join. Note: The output of the command is meant to serve as an example. You must manually edit the output of this command to adapt to your setup.
    kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm-config/
    Registered: Fri May 10 08:02:33 UTC 2024
    - 433.4K bytes
    - Viewed (0)
  8. kubeadm token | Kubernetes

    Bootstrap tokens are used for establishing bidirectional trust between a node joining the cluster and a control-plane node, as described in authenticating with bootstrap tokens. kubeadm init creates an initial token with a 24-hour TTL. The following commands allow you to manage such a token and also to create and manage new ones. kubeadm token create Create bootstrap tokens on the server Synopsis This command will create a bootstrap token for you.
    kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm-token/
    Registered: Fri May 10 08:03:14 UTC 2024
    - 424.9K bytes
    - Viewed (0)
  9. kubeadm kubeconfig | Kubernetes

    kubeadm kubeconfig provides utilities for managing kubeconfig files. For examples on how to use kubeadm kubeconfig user see Generating kubeconfig files for additional users. kubeadm kubeconfig overview Kubeconfig file utilities Synopsis Kubeconfig file utilities. Options -h, --help help for kubeconfig Options inherited from parent commands --rootfs string [EXPERIMENTAL] The path to the 'real' host root filesystem. kubeadm kubeconfig user This command can be used to output a kubeconfig file for an additional user.
    kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm-kubeconfig/
    Registered: Fri May 10 08:03:32 UTC 2024
    - 419.9K bytes
    - Viewed (0)
  10. kubectl reference | Kubernetes

    kubectl reference kubectl kubectl annotate kubectl api-resources kubectl api-versions kubectl apply kubectl attach ku...
    kubernetes.io/docs/reference/kubectl/generated/
    Registered: Fri May 10 08:03:37 UTC 2024
    - 417.4K bytes
    - Viewed (0)
Back to top