Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 81 - 90 of 705 for host:kubernetes.io (0.02 sec)

  1. Container Runtimes | Kubernetes

    Note: Dockershim has been removed from the Kubernetes project as of release 1.24. Read the Dockershim Removal FAQ for further details. You need to install a container runtime into each node in the cluster so that Pods can run there. This page outlines what is involved and describes related tasks for setting up nodes. Kubernetes 1.34 requires that you use a runtime that conforms with the Container Runtime Interface (CRI).
    kubernetes.io/docs/setup/production-environment/container-runtimes/
    Registered: Fri Dec 05 08:35:37 UTC 2025
    - 480K bytes
    - Viewed (0)
  2. Objects In Kubernetes | Kubernetes

    Kubernetes objects are persistent entities in the Kubernetes system. Kubernetes uses these entities to represent the state of your cluster. Learn about the Kubernetes object model and how to work with these objects.
    kubernetes.io/docs/concepts/overview/working-with-objects/
    Registered: Fri Dec 05 08:36:27 UTC 2025
    - 473.3K bytes
    - Viewed (0)
  3. Turnkey Cloud Solutions | Kubernetes

    This page provides a list of Kubernetes certified solution providers. From each provider page, you can learn how to install and setup production ready clusters.
    kubernetes.io/docs/setup/production-environment/turnkey-solutions/
    Registered: Fri Dec 05 08:36:41 UTC 2025
    - 458.5K bytes
    - Viewed (0)
  4. kubectl create namespace | Kubernetes

    Synopsis Create a namespace with the specified name. kubectl create namespace NAME [--dry-run=server|client|none] Examples # Create a new namespace named my-namespace kubectl create namespace my-namespace 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_namespace/ Similar Results (1)
    Registered: Fri Dec 05 09:40:01 UTC 2025
    - 467.6K bytes
    - Viewed (0)
  5. kubectl create ingress | Kubernetes

    Synopsis Create an ingress with the specified name. kubectl create ingress NAME --rule=host/path=service:port[,tls[=secret]] Examples # Create a single ingress called 'simple' that directs requests to foo.com/bar to svc # svc1:8080 with a TLS secret "my-cert" kubectl create ingress simple --rule="foo.com/bar=svc1:8080,tls=my-cert" # Create a catch all ingress of "/path" pointing to service svc:port and Ingress Class as "otheringress" kubectl create ingress catch-all --class=otheringress --rule="/path=svc:port" # Create an ingress with two annotations: ingress.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_create/kubectl_create_ingress/
    Registered: Fri Dec 05 09:40:36 UTC 2025
    - 469.9K bytes
    - Viewed (0)
  6. kubectl create token | Kubernetes

    Synopsis Request a service account token. kubectl create token SERVICE_ACCOUNT_NAME Examples # Request a token to authenticate to the kube-apiserver as the service account "myapp" in the current namespace kubectl create token myapp # Request a token for a service account in a custom namespace kubectl create token myapp --namespace myns # Request a token with a custom expiration kubectl create token myapp --duration 10m # Request a token with a custom audience kubectl create token myapp --audience https://example.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_create/kubectl_create_token/
    Registered: Fri Dec 05 09:40:53 UTC 2025
    - 467.6K bytes
    - Viewed (0)
  7. kubectl options | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/kubectl/generated/kubectl_options/
    Registered: Fri Dec 05 09:40:57 UTC 2025
    - 463.3K bytes
    - Viewed (0)
  8. kubectl cp | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/kubectl/generated/kubectl_cp/
    Registered: Fri Dec 05 09:41:13 UTC 2025
    - 467.6K bytes
    - Viewed (0)
  9. kubectl create | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/kubectl/generated/kubectl_create/
    Registered: Fri Dec 05 09:41:19 UTC 2025
    - 469.6K bytes
    - Viewed (0)
  10. kubectl plugin | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/kubectl/generated/kubectl_plugin/
    Registered: Fri Dec 05 09:42:56 UTC 2025
    - 464.5K bytes
    - Viewed (0)
Back to top