Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 501 - 510 of 705 for host:kubernetes.io (0.46 sec)

  1. Set up Konnectivity service | Kubernetes

    The Konnectivity service provides a TCP level proxy for the control plane to cluster communication. 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.
    kubernetes.io/docs/tasks/extend-kubernetes/setup-konnectivity/
    Registered: Fri Dec 12 08:53:47 UTC 2025
    - 503.6K bytes
    - Viewed (0)
  2. Webhook Mode | Kubernetes

    A WebHook is an HTTP callback: an HTTP POST that occurs when something happens; a simple event-notification via HTTP POST. A web application implementing WebHooks will POST a message to a URL when certain things happen. When specified, mode Webhook causes Kubernetes to query an outside REST service when determining user privileges. Configuration File Format Mode Webhook requires a file for HTTP configuration, specify by the --authorization-webhook-config-file=SOME_FILENAME flag. The configuration file uses the kubeconfig file format.
    kubernetes.io/docs/reference/access-authn-authz/webhook/
    Registered: Fri Dec 12 08:52:42 UTC 2025
    - 478.5K bytes
    - Viewed (0)
  3. kubectl apply view-last-applied | Kubernetes

    Synopsis View the latest last-applied-configuration annotations by type/name or file. The default output will be printed to stdout in YAML format. You can use the -o option to change the output format. kubectl apply view-last-applied (TYPE [NAME | -l label] | TYPE/NAME | -f FILENAME) Examples # View the last-applied-configuration annotations by type/name in YAML kubectl apply view-last-applied deployment/nginx # View the last-applied-configuration annotations by file in JSON kubectl apply view-last-applied -f deploy.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_apply/kubectl_apply_view-last-applied/
    Registered: Fri Dec 12 09:09:31 UTC 2025
    - 467.5K bytes
    - Viewed (0)
  4. kubectl config unset | Kubernetes

    Synopsis Unset an individual value in a kubeconfig file. PROPERTY_NAME is a dot delimited name where each token represents either an attribute name or a map key. Map keys may not contain dots. kubectl config unset PROPERTY_NAME Examples # Unset the current-context kubectl config unset current-context # Unset namespace in foo context kubectl config unset contexts.foo.namespace Options -h, --help help for unset Parent Options Inherited --as string Username to impersonate for the operation.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_config/kubectl_config_unset/
    Registered: Fri Dec 12 09:09:50 UTC 2025
    - 465.6K bytes
    - Viewed (0)
  5. Managing Secrets using Configuration File | Kub...

    Creating Secret objects using resource configuration file.
    kubernetes.io/docs/tasks/configmap-secret/managing-secret-using-config-file/
    Registered: Fri Dec 12 08:46:51 UTC 2025
    - 478.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 12 08:47:42 UTC 2025
    - 469.1K bytes
    - Viewed (0)
  7. Delete a StatefulSet | Kubernetes

    This task shows you how to delete a StatefulSet. Before you begin This task assumes you have an application running on your cluster represented by a StatefulSet. Deleting a StatefulSet You can delete a StatefulSet in the same way you delete other resources in Kubernetes: use the kubectl delete command, and specify the StatefulSet either by file or by name. kubectl delete -f <file.yaml> kubectl delete statefulsets <statefulset-name> You may need to delete the associated headless service separately after the StatefulSet itself is deleted.
    kubernetes.io/docs/tasks/run-application/delete-stateful-set/
    Registered: Fri Dec 12 08:47:48 UTC 2025
    - 464.5K bytes
    - Viewed (0)
  8. Accessing the Kubernetes API from a Pod | Kuber...

    This guide demonstrates how to access the Kubernetes API from within a pod. 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/run-application/access-api-from-pod/
    Registered: Fri Dec 12 08:48:01 UTC 2025
    - 468.6K bytes
    - Viewed (0)
  9. kubelet | Kubernetes

    Synopsis The kubelet is the primary "node agent" that runs on each node. It can register the node with the apiserver using one of: the hostname; a flag to override the hostname; or specific logic for a cloud provider. The kubelet works in terms of a PodSpec. A PodSpec is a YAML or JSON object that describes a pod. The kubelet takes a set of PodSpecs that are provided through various mechanisms (primarily through the apiserver) and ensures that the containers described in those PodSpecs are running and healthy.
    kubernetes.io/docs/reference/command-line-tools-reference/kubelet/
    Registered: Fri Dec 12 09:19:33 UTC 2025
    - 526.6K bytes
    - Viewed (0)
  10. kubectl label | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/kubectl/generated/kubectl_label/
    Registered: Fri Dec 12 09:18:53 UTC 2025
    - 469.8K bytes
    - Viewed (0)
Back to top