- Sort Score
- Num 10 results
- Language All
- Labels All
Results 81 - 90 of 722 for host:kubernetes.io (0.07 seconds)
-
Kubernetes Metrics Reference | Kubernetes
Details of the metric data that Kubernetes components export.kubernetes.io/docs/reference/instrumentation/metrics/Fri Feb 06 08:32:22 GMT 2026 766.9K bytes -
kubectl alpha | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/kubectl/generated/kubectl_alpha/Fri Feb 06 08:31:40 GMT 2026 474.6K bytes -
Kubernetes Issue Tracker | Kubernetes
To report a security issue, please follow the Kubernetes security disclosure process. Work on Kubernetes code and public issues are tracked using GitHub Issues. Official list of known CVEs (security vulnerabilities) that have been announced by the Security Response Committee CVE-related GitHub issues Security-related announcements are sent to the kubernetes-security-announce@googlegroups.com mailing list.kubernetes.io/docs/reference/issues-security/issues/Fri Feb 06 08:32:49 GMT 2026 469.2K bytes -
kuberc (v1alpha1) | Kubernetes
Resource Types Preference Preference Preference stores elements of KubeRC configuration file FieldDescription apiVersionstringkubectl.config.k8s.io/v1alpha1 kindstringPreference overrides [Required] []CommandDefaults overrides allows changing default flag values of commands. This is especially useful, when user doesn't want to explicitly set flags each time. aliases [Required] []AliasOverride aliases allow defining command aliases for existing kubectl commands, with optional default flag values. If the alias name collides with a built-in command, built-in command always takes precedence. Flag overrides defined in the overrides section do NOT apply to aliases for the same command.kubernetes.io/docs/reference/config-api/kuberc.v1alpha1/Fri Feb 06 08:48:28 GMT 2026 473.6K bytes -
Kubectl user preferences (kuberc) | Kubernetes
FEATURE STATE: Kubernetes 1.34 [beta] A Kubernetes kuberc configuration file allows you to define preferences for kubectl, such as default options and command aliases. Unlike the kubeconfig file, a kuberc configuration file does not contain cluster details, usernames or passwords. On Linux / POSIX computers, the default location of this configuration file is $HOME/.kube/kuberc. The default path on Windows is similar: %USERPROFILE%\.kube\kuberc. To provide kubectl with a path to a custom kuberc file, use the --kuberc command line option, or set the KUBERC environment variable.kubernetes.io/docs/reference/kubectl/kuberc/Fri Feb 06 08:47:55 GMT 2026 498.6K bytes -
kubectl set subject | Kubernetes
Synopsis Update the user, group, or service account in a role binding or cluster role binding. kubectl set subject (-f FILENAME | TYPE NAME) [--user=username] [--group=groupname] [--serviceaccount=namespace:serviceaccountname] [--dry-run=server|client|none] Examples # Update a cluster role binding for serviceaccount1 kubectl set subject clusterrolebinding admin --serviceaccount=namespace:serviceaccount1 # Update a role binding for user1, user2, and group1 kubectl set subject rolebinding admin --user=user1 --user=user2 --group=group1 # Print the result (in YAML format) of updating rolebinding subjects from a local, without hitting the server kubectl create rolebinding admin --role=admin --user=admin -o yaml --dry-run=client | kubectl set subject --local -f - --user=foo -o yaml Options --all Select all resources, in the namespace of the specified resource typeskubernetes.io/docs/reference/kubectl/generated/kubectl_set/kubectl_set_subject/Fri Feb 06 08:47:41 GMT 2026 481K bytes -
EndpointSlices | Kubernetes
The EndpointSlice API is the mechanism that Kubernetes uses to let your Service scale to handle large numbers of backends, and allows the cluster to update its list of healthy backends efficiently.kubernetes.io/docs/concepts/services-networking/endpoint-slices/Fri Feb 06 07:43:46 GMT 2026 484.5K bytes -
Ingress Controllers | Kubernetes
In order for an [Ingress](/docs/concepts/services-networking/ingress/) to work in your cluster, there must be an _ingress controller_ running. You need to select at least one ingress controller and make sure it is set up in your cluster. This page lists common ingress controllers that you can deploy.kubernetes.io/docs/concepts/services-networking/ingress-controllers/Fri Feb 06 07:42:15 GMT 2026 479.5K bytes -
Local ephemeral storage | Kubernetes
Nodes have local ephemeral storage, backed by locally-attached writeable devices or, sometimes, by RAM. "Ephemeral" means that there is no long-term guarantee about durability. Pods use ephemeral local storage for scratch space, caching, and for logs. The kubelet can provide scratch space to Pods using local ephemeral storage to mount emptyDir volumes into containers. The kubelet also uses this kind of storage to hold node-level container logs, container images, and the writable layers of running containers.kubernetes.io/docs/concepts/storage/ephemeral-storage/Fri Feb 06 07:43:51 GMT 2026 489.5K bytes -
Service Internal Traffic Policy | Kubernetes
If two Pods in your cluster want to communicate, and both Pods are actually running on the same node, use _Service Internal Traffic Policy_ to keep network traffic within that node. Avoiding a round trip via the cluster network can help with reliability, performance (network latency and throughput), or cost.kubernetes.io/docs/concepts/services-networking/service-traffic-policy/Fri Feb 06 07:43:37 GMT 2026 473.4K bytes