- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 531 - 540 of 699 for host:kubernetes.io (0.05 sec)
-
kube-scheduler Configuration (v1) | Kubernetes
Resource Types DefaultPreemptionArgs InterPodAffinityArgs KubeSchedulerConfiguration NodeAffinityArgs NodeResourcesBalancedAllocationArgs NodeResourcesFitArgs PodTopologySpreadArgs VolumeBindingArgs ClientConnectionConfiguration Appears in: KubeSchedulerConfiguration ClientConnectionConfiguration contains details for constructing a client. FieldDescription kubeconfig [Required] string kubeconfig is the path to a KubeConfig file. acceptContentTypes [Required] string acceptContentTypes defines the Accept header sent by clients when connecting to a server, overriding the default value of 'application/json'. This field will control all connections to the server used by a particular client. contentType [Required] string contentType is the content type used when sending data to the server from this client.kubernetes.io/docs/reference/config-api/kube-scheduler-config.v1/Registered: Tue Sep 09 00:37:20 UTC 2025 - 498.8K bytes - Viewed (0) -
Reviewing changes | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/contribute/review/Registered: Tue Sep 09 00:37:33 UTC 2025 - 454.6K bytes - Viewed (0) -
kubectl top pod | Kubernetes
Synopsis Display resource (CPU/memory) usage of pods. The 'top pod' command allows you to see the resource consumption of pods. Due to the metrics pipeline delay, they may be unavailable for a few minutes since pod creation. kubectl top pod [NAME | -l label] Examples # Show metrics for all pods in the default namespace kubectl top pod # Show metrics for all pods in the given namespace kubectl top pod --namespace=NAMESPACE # Show metrics for a given pod and its containers kubectl top pod POD_NAME --containers # Show metrics for the pods defined by label name=myLabel kubectl top pod -l name=myLabel Options -A, --all-namespaces If present, list the requested object(s) across all namespaces.kubernetes.io/docs/reference/kubectl/generated/kubectl_top/kubectl_top_pod/Registered: Tue Sep 09 00:09:22 UTC 2025 - 465.9K bytes - Viewed (0) -
kube-proxy | Kubernetes
Synopsis The Kubernetes network proxy runs on each node. This reflects services as defined in the Kubernetes API on each node and can do simple TCP, UDP, and SCTP stream forwarding or round robin TCP, UDP, and SCTP forwarding across a set of backends. Service cluster IPs and ports are currently found through Docker-links-compatible environment variables specifying ports opened by the service proxy. There is an optional addon that provides cluster DNS for these cluster IPs.kubernetes.io/docs/reference/command-line-tools-reference/kube-proxy/Registered: Tue Sep 09 00:09:38 UTC 2025 - 481.1K bytes - Viewed (0) -
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/kubectl_create_secret_generic/Registered: Tue Sep 09 00:10:36 UTC 2025 - 468K bytes - Viewed (0) -
kubectl delete | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/kubectl/generated/kubectl_delete/Registered: Tue Sep 09 00:14:16 UTC 2025 - 469.6K bytes - Viewed (0) -
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/kubectl_create_service_nodeport/Registered: Tue Sep 09 00:15:56 UTC 2025 - 467K bytes - Viewed (0) -
Contribute to Kubernetes | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/contribute/Registered: Tue Sep 09 00:21:18 UTC 2025 - 457.1K bytes - Viewed (0) -
Contributing new content | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/contribute/new-content/Registered: Tue Sep 09 00:21:32 UTC 2025 - 461.8K bytes - Viewed (0) -
Blog article mirroring | Kubernetes
There are two official Kubernetes blogs, and the CNCF has its own blog where you can cover Kubernetes too. For the main Kubernetes blog, we (the Kubernetes project) like to publish articles with different perspectives and special focuses, that have a link to Kubernetes. Some articles appear on both blogs: there is a primary version of the article, and a mirror article on the other blog. This page describes the criteria for mirroring, the motivation for mirroring, and explains what you should do to ensure that an article publishes to both blogs.kubernetes.io/docs/contribute/blog/article-mirroring/Registered: Tue Sep 09 00:19:17 UTC 2025 - 459.5K bytes - Viewed (0)