Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 231 - 240 of 692 for host:kubernetes.io (0.03 sec)

  1. kube-apiserver Admission (v1) | Kubernetes

    Resource Types AdmissionReview AdmissionReview AdmissionReview describes an admission review request/response. FieldDescription apiVersionstringadmission.k8s.io/v1 kindstringAdmissionReview request AdmissionRequest Request describes the attributes for the admission request. response AdmissionResponse Response describes the attributes for the admission response. AdmissionRequest Appears in: AdmissionReview AdmissionRequest describes the admission.Attributes for the admission request. FieldDescription uid [Required] k8s.io/apimachinery/pkg/types.UID UID is an identifier for the individual request/response. It allows us to distinguish instances of requests which are otherwise identical (parallel requests, requests when earlier requests did not modify etc) The UID is meant to track the round trip (request/response) between the KAS and the WebHook, not the user request.
    kubernetes.io/docs/reference/config-api/apiserver-admission.v1/
    Registered: Wed Jul 16 09:04:55 UTC 2025
    - 462.5K bytes
    - Viewed (0)
  2. kubectl set env | Kubernetes

    Synopsis Update environment variables on a pod template. List environment variable definitions in one or more pods, pod templates. Add, update, or remove container environment variable definitions in one or more pod templates (within replication controllers or deployment configurations). View or modify the environment variable definitions on all containers in the specified pods or pod templates, or just those that match a wildcard. If "--env -" is passed, environment variables can be read from STDIN using the standard env syntax.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_set/kubectl_set_env/
    Registered: Wed Jul 16 09:05:32 UTC 2025
    - 465.4K bytes
    - Viewed (0)
  3. Configuration APIs | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/config-api/
    Registered: Wed Jul 16 09:04:49 UTC 2025
    - 451.2K bytes
    - Viewed (0)
  4. Inject Data Into Applications | Kubernetes

    Specify configuration and other data for the Pods that run your workload.
    kubernetes.io/docs/tasks/inject-data-application/
    Registered: Wed Jul 16 08:27:56 UTC 2025
    - 451.1K bytes
    - Viewed (0)
  5. Hello Minikube | Kubernetes

    This tutorial shows you how to run a sample app on Kubernetes using minikube. The tutorial provides a container image that uses NGINX to echo back all the requests. Objectives Deploy a sample application to minikube. Run the app. View application logs. Before you begin This tutorial assumes that you have already set up minikube. See Step 1 in minikube start for installation instructions. Note:Only execute the instructions in Step 1, Installation.
    kubernetes.io/docs/tutorials/hello-minikube/
    Registered: Wed Jul 16 08:27:04 UTC 2025
    - 469.7K bytes
    - Viewed (0)
  6. Create an External Load Balancer | Kubernetes

    This page shows how to create an external load balancer. When creating a Service, you have the option of automatically creating a cloud load balancer. This provides an externally-accessible IP address that sends traffic to the correct port on your cluster nodes, provided your cluster runs in a supported environment and is configured with the correct cloud load balancer provider package. You can also use an Ingress in place of Service.
    kubernetes.io/docs/tasks/access-application-cluster/create-external-load-balancer/
    Registered: Wed Jul 16 08:26:50 UTC 2025
    - 467.3K bytes
    - Viewed (0)
  7. Use Port Forwarding to Access Applications in a...

    This page shows how to use kubectl port-forward to connect to a MongoDB server running in a Kubernetes cluster. This type of connection can be useful for database debugging. 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.
    kubernetes.io/docs/tasks/access-application-cluster/port-forward-access-application-cluster/
    Registered: Wed Jul 16 08:26:44 UTC 2025
    - 462.3K bytes
    - Viewed (0)
  8. kubectl certificate deny | Kubernetes

    Synopsis Deny a certificate signing request. kubectl certificate deny allows a cluster admin to deny a certificate signing request (CSR). This action tells a certificate signing controller to not to issue a certificate to the requester. kubectl certificate deny (-f FILENAME | NAME) Examples # Deny CSR 'csr-sqgzp' kubectl certificate deny csr-sqgzp 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_certificate/kubectl_certificate_deny/
    Registered: Wed Jul 16 08:39:51 UTC 2025
    - 461K bytes
    - Viewed (0)
  9. kubeadm join phase | Kubernetes

    kubeadm join phase enables you to invoke atomic steps of the join process. Hence, you can let kubeadm do some of the work and you can fill in the gaps if you wish to apply customization. kubeadm join phase is consistent with the kubeadm join workflow, and behind the scene both use the same code. kubeadm join phase phase Use this command to invoke single phase of the "join" workflow
    kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm-join-phase/
    Registered: Wed Jul 16 08:39:56 UTC 2025
    - 491K bytes
    - Viewed (0)
  10. Instrumentation | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/instrumentation/
    Registered: Wed Jul 16 08:40:24 UTC 2025
    - 449.6K bytes
    - Viewed (0)
Back to top