- Sort Score
- Num 10 results
- Language All
- Labels All
Results 381 - 390 of 721 for host:kubernetes.io (0.15 seconds)
-
Deploy and Access the Kubernetes Dashboard | Ku...
Deploy the web UI (Kubernetes Dashboard) and access it.kubernetes.io/docs/tasks/access-application-cluster/web-ui-dashboard/Fri Feb 06 08:14:01 GMT 2026 482K bytes -
Debugging Kubernetes nodes with crictl | Kubern...
FEATURE STATE: Kubernetes v1.11 [stable] crictl is a command-line interface for CRI-compatible container runtimes. You can use it to inspect and debug container runtimes and applications on a Kubernetes node. crictl and its source are hosted in the cri-tools repository. Before you begin crictl requires a Linux operating system with a CRI runtime. Installing crictl You can download a compressed archive crictl from the cri-tools release page, for several different architectures.kubernetes.io/docs/tasks/debug/debug-cluster/crictl/Fri Feb 06 08:14:22 GMT 2026 480.2K bytes -
kubectl label | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/kubectl/generated/kubectl_label/Fri Feb 06 08:39:00 GMT 2026 480.1K bytes -
kubectl cluster-info | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/kubectl/generated/kubectl_cluster-info/Fri Feb 06 08:39:30 GMT 2026 475.3K bytes -
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/Fri Feb 06 08:39:54 GMT 2026 477.8K bytes -
kubectl create clusterrole | Kubernetes
Synopsis Create a cluster role. kubectl create clusterrole NAME --verb=verb --resource=resource.group [--resource-name=resourcename] [--dry-run=server|client|none] Examples # Create a cluster role named "pod-reader" that allows user to perform "get", "watch" and "list" on pods kubectl create clusterrole pod-reader --verb=get,list,watch --resource=pods # Create a cluster role named "pod-reader" with ResourceName specified kubectl create clusterrole pod-reader --verb=get --resource=pods --resource-name=readablepod --resource-name=anotherpod # Create a cluster role named "foo" with API Group specified kubectl create clusterrole foo --verb=get,list,watch --resource=rs.kubernetes.io/docs/reference/kubectl/generated/kubectl_create/kubectl_create_clusterrole/Fri Feb 06 08:40:38 GMT 2026 481.3K bytes -
kubectl create service clusterip | Kubernetes
Synopsis Create a ClusterIP service with the specified name. kubectl create service clusterip NAME [--tcp=<port>:<targetPort>] [--dry-run=server|client|none] Examples # Create a new ClusterIP service named my-cs kubectl create service clusterip my-cs --tcp=5678:8080 # Create a new ClusterIP service named my-cs (in headless mode) kubectl create service clusterip my-cs --clusterip="None" 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.kubernetes.io/docs/reference/kubectl/generated/kubectl_create/kubectl_create_service_clusterip/Fri Feb 06 08:45:19 GMT 2026 479.8K bytes -
kuberc (v1beta1) | Kubernetes
Resource Types Preference Preference Preference stores elements of KubeRC configuration file FieldDescription apiVersionstringkubectl.config.k8s.io/v1beta1 kindstringPreference defaults [Required] []CommandDefaults defaults allow changing default option values of commands. This is especially useful, when user doesn't want to explicitly set options each time. aliases [Required] []AliasOverride aliases allow defining command aliases for existing kubectl commands, with optional default option values. If the alias name collides with a built-in command, built-in command always takes precedence. Option overrides defined in the defaults section do NOT apply to aliases for the same command.kubernetes.io/docs/reference/config-api/kuberc.v1beta1/Fri Feb 06 08:46:28 GMT 2026 477.2K bytes -
Kubernetes Metrics (v1beta1) | Kubernetes
Package v1beta1 is the v1beta1 version of the metrics API. Resource Types NodeMetrics NodeMetricsList PodMetrics PodMetricsList NodeMetrics Appears in: NodeMetricsList NodeMetrics sets resource usage metrics of a node. FieldDescription apiVersionstringmetrics.k8s.io/v1beta1 kindstringNodeMetrics metadata meta/v1.ObjectMeta Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata Refer to the Kubernetes API documentation for the fields of the metadata field. timestamp [Required] meta/v1.Time The following fields define time interval from which metrics were collected from the interval [Timestamp-Window, Timestamp].kubernetes.io/docs/reference/external-api/metrics.v1beta1/Fri Feb 06 08:58:03 GMT 2026 474.8K bytes -
Contributing to Kubernetes blogs | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/contribute/blog/Fri Feb 06 08:58:48 GMT 2026 471.1K bytes