Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: テスト test

Results 1 - 10 of 718 for host:kubernetes.io (0.03 sec)

  1. kubectl create secret generic | Kubernetes

    Synopsis Create a secret based on a file, directory, or specified literal value. A single secret may package one or more key/value pairs. When creating a secret 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 or you wish to chose your own, you may specify an alternate key.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_create_secret_generic/
    Registered: Fri Jan 05 08:30:49 UTC 2024
    - 388.6K bytes
    - Viewed (0)
  2. kubectl create service | Kubernetes

    Synopsis Create a service using a specified subcommand. kubectl create service [flags] Options -h, --help help for service --as string Username to impersonate for the operation. User could be a regular user or a service account in a namespace. --as-group strings Group to impersonate for the operation, this flag can be repeated to specify multiple groups. --as-uid string UID to impersonate for the operation. --azure-container-registry-config string Path to the file containing Azure container registry configuration information.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_create_service/
    Registered: Fri Jan 05 08:32:16 UTC 2024
    - 384.3K bytes
    - Viewed (0)
  3. kubectl set image | Kubernetes

    Synopsis Update existing container image(s) of resources. Possible resources include (case insensitive): pod (po), replicationcontroller (rc), deployment (deploy), daemonset (ds), statefulset (sts), cronjob (cj), replicaset (rs) kubectl set image (-f FILENAME | TYPE NAME) CONTAINER_NAME_1=CONTAINER_IMAGE_1 ... CONTAINER_NAME_N=CONTAINER_IMAGE_N Examples # Set a deployment's nginx container image to 'nginx:1.9.1', and its busybox container image to 'busybox' kubectl set image deployment/nginx busybox=busybox nginx=nginx:1.9.1 # Update all deployments' and rc's nginx container's image to 'nginx:1.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_set_image/
    Registered: Fri Jan 05 08:32:20 UTC 2024
    - 388.1K bytes
    - Viewed (0)
  4. kubectl create service nodeport | Kubernetes

    Synopsis Create a NodePort service with the specified name. kubectl create service nodeport NAME [--tcp=port:targetPort] [--dry-run=server|client|none] Examples # Create a new NodePort service named my-ns kubectl create service nodeport my-ns --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_service_nodeport/
    Registered: Fri Jan 05 08:31:44 UTC 2024
    - 388.5K bytes
    - Viewed (0)
  5. 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 --as string Username to impersonate for the operation.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_config_unset/
    Registered: Fri Jan 05 07:59:45 UTC 2024
    - 383.7K bytes
    - Viewed (0)
  6. 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_namespace/
    Registered: Fri Jan 05 08:01:27 UTC 2024
    - 387.6K bytes
    - Viewed (0)
  7. kubectl alpha auth whoami | Kubernetes

    Synopsis Experimental: Check who you are and your attributes (groups, extra). This command is helpful to get yourself aware of the current user attributes, especially when dynamic authentication, e.g., token webhook, auth proxy, or OIDC provider, is enabled in the Kubernetes cluster. kubectl alpha auth whoami Examples # Get your subject attributes. kubectl alpha auth whoami # Get your subject attributes in JSON format. kubectl alpha auth whoami -o json 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_auth_whoami/
    Registered: Fri Jan 05 07:58:14 UTC 2024
    - 385.9K bytes
    - Viewed (0)
  8. 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_view-last-applied/
    Registered: Fri Jan 05 07:57:23 UTC 2024
    - 385.9K bytes
    - Viewed (0)
  9. kubectl config delete-context | Kubernetes

    Synopsis Delete the specified context from the kubeconfig. kubectl config delete-context NAME Examples # Delete the context for the minikube cluster kubectl config delete-context minikube Options -h, --help help for delete-context --as string Username to impersonate for the operation. User could be a regular user or a service account in a namespace. --as-group strings Group to impersonate for the operation, this flag can be repeated to specify multiple groups.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_config_delete-context/
    Registered: Fri Jan 05 07:57:19 UTC 2024
    - 383.7K bytes
    - Viewed (0)
  10. Overview of Cloud Native Security | Kubernetes

    A model for thinking about Kubernetes security in the context of Cloud Native security.
    kubernetes.io/docs/concepts/security/overview/
    Registered: Fri Feb 16 07:30:36 UTC 2024
    - 422.6K bytes
    - Viewed (0)
Back to top