- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 11 - 20 of 721 for host:kubernetes.io (0.03 sec)
-
kubectl apply | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/kubectl/generated/kubectl_apply/Registered: Mon Jan 05 09:07:01 UTC 2026 - 480.3K bytes - Viewed (0) -
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: Mon Jan 05 09:09:16 UTC 2026 - 476.4K bytes - Viewed (0) -
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: Mon Jan 05 09:09:37 UTC 2026 - 478.7K bytes - Viewed (0) -
kubectl config rename-context | Kubernetes
Synopsis Renames a context from the kubeconfig file. CONTEXT_NAME is the context name that you want to change. NEW_NAME is the new name you want to set. Note: If the context being renamed is the 'current-context', this field will also be updated. kubectl config rename-context CONTEXT_NAME NEW_NAME Examples # Rename the context 'old-name' to 'new-name' in your kubeconfig file kubectl config rename-context old-name new-name Options -h, --help help for rename-contextkubernetes.io/docs/reference/kubectl/generated/kubectl_config/kubectl_config_rename-context/ Similar Results (7)Registered: Mon Jan 05 09:08:01 UTC 2026 - 473.4K bytes - Viewed (0) -
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/Registered: Mon Jan 05 09:08:16 UTC 2026 - 475.2K bytes - Viewed (0) -
kubectl api-resources | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/kubectl/generated/kubectl_api-resources/Registered: Mon Jan 05 09:09:45 UTC 2026 - 474.9K bytes - Viewed (0) -
kubectl cordon | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/kubectl/generated/kubectl_cordon/ Similar Results (1)Registered: Mon Jan 05 09:08:38 UTC 2026 - 472.9K bytes - Viewed (0) -
kubectl logs | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/kubectl/generated/kubectl_logs/Registered: Mon Jan 05 09:10:51 UTC 2026 - 478.1K bytes - Viewed (0) -
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/Registered: Mon Jan 05 09:11:33 UTC 2026 - 477.9K bytes - Viewed (0) -
kubectl cp | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/kubectl/generated/kubectl_cp/Registered: Mon Jan 05 09:11:59 UTC 2026 - 476.4K bytes - Viewed (0)