Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

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

Results 531 - 540 of 721 for host:kubernetes.io (0.11 seconds)

  1. Imperative Management of Kubernetes Objects Usi...

    Kubernetes objects can be created, updated, and deleted by using the kubectl command-line tool along with an object configuration file written in YAML or JSON. This document explains how to define and manage objects using configuration files. Before you begin Install kubectl. 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/manage-kubernetes-objects/imperative-config/
    Fri Feb 06 08:13:42 GMT 2026
      479.3K bytes
  2. Access Applications in a Cluster | Kubernetes

    Configure load balancing, port forwarding, or setup firewall or DNS configurations to access applications in a cluster.
    kubernetes.io/docs/tasks/access-application-cluster/
    Fri Feb 06 08:13:57 GMT 2026
      469.7K bytes
  3. Perform a Rolling Update on a DaemonSet | Kuber...

    This page shows how to perform a rolling update on a DaemonSet. 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/manage-daemon/update-daemon-set/
    Fri Feb 06 08:14:11 GMT 2026
      500.6K bytes
  4. Run Jobs | Kubernetes

    Run Jobs using parallel processing.
    kubernetes.io/docs/tasks/job/
    Fri Feb 06 08:14:48 GMT 2026
      467.2K bytes
  5. kubectl apply | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/kubectl/generated/kubectl_apply/
    Fri Feb 06 08:37:38 GMT 2026
      483K bytes
  6. kubectl cp | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/kubectl/generated/kubectl_cp/
    Fri Feb 06 08:37:02 GMT 2026
      479.1K bytes
  7. kubectl apply edit-last-applied | Kubernetes

    Synopsis Edit the latest last-applied-configuration annotations of resources from the default editor. The edit-last-applied command allows you to directly edit any API resource you can retrieve via the command-line tools. It will open the editor defined by your KUBE_EDITOR, or EDITOR environment variables, or fall back to 'vi' for Linux or 'notepad' for Windows. You can edit multiple objects, although changes are applied one at a time. The command accepts file names as well as command-line arguments, although the files you point to must be previously saved versions of resources.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_apply/kubectl_apply_edit-last-applied/
    Fri Feb 06 08:44:52 GMT 2026
      480.5K bytes
  8. kubectl apply set-last-applied | Kubernetes

    Synopsis Set the latest last-applied-configuration annotations by setting it to match the contents of a file. This results in the last-applied-configuration being updated as though 'kubectl apply -f<file> ' was run, without updating any other parts of the object. kubectl apply set-last-applied -f FILENAME Examples # Set the last-applied-configuration of a resource to match the contents of a file kubectl apply set-last-applied -f deploy.yaml # Execute set-last-applied against each configuration file in a directory kubectl apply set-last-applied -f path/ # Set the last-applied-configuration of a resource to match the contents of a file; will create the annotation if it does not already exist kubectl apply set-last-applied -f deploy.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_apply/kubectl_apply_set-last-applied/
    Fri Feb 06 08:44:58 GMT 2026
      479.4K bytes
  9. kubectl alpha kuberc view | Kubernetes

    Synopsis Display the contents of the kuberc file in the specified output format. kubectl alpha kuberc view Examples # View kuberc configuration in YAML format (default) kubectl alpha kuberc view # View kuberc configuration in JSON format kubectl alpha kuberc view --output json # View a specific kuberc file kubectl alpha kuberc view --kuberc /path/to/kuberc 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_alpha/kubectl_alpha_kuberc_view/
    Fri Feb 06 08:44:47 GMT 2026
      477.8K bytes
  10. Extend Service IP Ranges | Kubernetes

    FEATURE STATE: Kubernetes v1.33 [stable](enabled by default) This document shares how to extend the existing Service IP range assigned to 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/network/extend-service-ip-ranges/
    Fri Feb 06 08:28:04 GMT 2026
      498.1K bytes
Back to Top