Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 81 - 90 of 723 for host:kubernetes.io (0.04 sec)

  1. kubectl create service loadbalancer | Kubernetes

    Synopsis Create a LoadBalancer service with the specified name. kubectl create service loadbalancer NAME [--tcp=port:targetPort] [--dry-run=server|client|none] Examples # Create a new LoadBalancer service named my-lbs kubectl create service loadbalancer my-lbs --tcp=5678:8080 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. Only applies to golang and jsonpath output formats. --dry-run string[="unchanged"]     Default: "none" Must be "none", "server", or "client". If client strategy, only print the object that would be sent, without sending it.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_create/kubectl_create_service_loadbalancer/
    Registered: Mon Jan 26 07:30:37 UTC 2026
    - 479K bytes
    - Viewed (0)
  2. kubectl create configmap | Kubernetes

    Synopsis Create a config map based on a file, directory, or specified literal value. A single config map may package one or more key/value pairs. When creating a config map based on a file, the key will default to the basename of the file, and the value will default to the file content. If the basename is an invalid key, you may specify an alternate key. When creating a config map based on a directory, each file whose basename is a valid key in the directory will be packaged into the config map.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_create/kubectl_create_configmap/
    Registered: Mon Jan 26 07:31:27 UTC 2026
    - 480.2K bytes
    - Viewed (0)
  3. Determine the Reason for Pod Failure | Kubernetes

    This page shows how to write and read a Container termination message. Termination messages provide a way for containers to write information about fatal events to a location where it can be easily retrieved and surfaced by tools like dashboards and monitoring software. In most cases, information that you put in a termination message should also be written to the general Kubernetes logs. 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/debug/debug-application/determine-reason-pod-failure/
    Registered: Mon Jan 26 07:02:18 UTC 2026
    - 483.1K bytes
    - Viewed (0)
  4. kubectl attach | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/kubectl/generated/kubectl_attach/
    Registered: Mon Jan 26 07:16:41 UTC 2026
    - 476.5K bytes
    - Viewed (0)
  5. kubectl alpha | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/kubectl/generated/kubectl_alpha/
    Registered: Mon Jan 26 07:16:02 UTC 2026
    - 473.9K bytes
    - Viewed (0)
  6. Using NodeLocal DNSCache in Kubernetes Clusters...

    FEATURE STATE: Kubernetes v1.18 [stable] This page provides an overview of NodeLocal DNSCache feature in Kubernetes. 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/administer-cluster/nodelocaldns/
    Registered: Mon Jan 26 06:49:22 UTC 2026
    - 479.6K bytes
    - Viewed (0)
  7. Configure a Pod to Use a PersistentVolume for S...

    This page shows you how to configure a Pod to use a PersistentVolumeClaim for storage. Here is a summary of the process: You, as cluster administrator, create a PersistentVolume backed by physical storage. You do not associate the volume with any Pod. You, now taking the role of a developer / cluster user, create a PersistentVolumeClaim that is automatically bound to a suitable PersistentVolume. You create a Pod that uses the above PersistentVolumeClaim for storage.
    kubernetes.io/docs/tasks/configure-pod-container/configure-persistent-volume-storage/
    Registered: Mon Jan 26 06:51:21 UTC 2026
    - 511.4K bytes
    - Viewed (0)
  8. Configure a Pod Quota for a Namespace | Kubernetes

    Restrict how many Pods you can create within a namespace.
    kubernetes.io/docs/tasks/administer-cluster/manage-resources/quota-pod-namespace/
    Registered: Mon Jan 26 06:50:23 UTC 2026
    - 483.8K bytes
    - Viewed (0)
  9. Performing a Rolling Update | Kubernetes

    Objectives Perform a rolling update using kubectl. Updating an application Rolling updates allow Deployments' update to take place with zero downtime by incrementally updating Pods instances with new ones. Users expect applications to be available all the time, and developers are expected to deploy new versions of them several times a day. In Kubernetes this is done with rolling updates. A rolling update allows a Deployment update to take place with zero downtime.
    kubernetes.io/docs/tutorials/kubernetes-basics/update/update-intro/
    Registered: Mon Jan 26 07:05:15 UTC 2026
    - 481.3K bytes
    - Viewed (0)
  10. List All Container Images Running in a Cluster ...

    This page shows how to use kubectl to list all of the Container images for Pods running in a cluster. 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/access-application-cluster/list-all-running-container-images/
    Registered: Mon Jan 26 07:03:12 UTC 2026
    - 476.4K bytes
    - Viewed (0)
Back to top