- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 321 - 330 of 706 for host:kubernetes.io (0.03 sec)
-
kubectl set env | Kubernetes
Synopsis Update environment variables on a pod template. List environment variable definitions in one or more pods, pod templates. Add, update, or remove container environment variable definitions in one or more pod templates (within replication controllers or deployment configurations). View or modify the environment variable definitions on all containers in the specified pods or pod templates, or just those that match a wildcard. If "--env -" is passed, environment variables can be read from STDIN using the standard env syntax.kubernetes.io/docs/reference/kubectl/generated/kubectl_set/kubectl_set_env/Registered: Fri Dec 12 09:18:14 UTC 2025 - 472.2K bytes - Viewed (0) -
kubectl top node | Kubernetes
Synopsis Display resource (CPU/memory) usage of nodes. The top-node command allows you to see the resource consumption of nodes. kubectl top node [NAME | -l label] Examples # Show metrics for all nodes kubectl top node # Show metrics for a given node kubectl top node NODE_NAME Options -h, --help help for node --no-headers If present, print output without headers -l, --selector string Selector (label query) to filter on, supports '=', '==', '!kubernetes.io/docs/reference/kubectl/generated/kubectl_top/kubectl_top_node/Registered: Fri Dec 12 09:18:20 UTC 2025 - 466.5K bytes - Viewed (0) -
Submitting articles to Kubernetes blogs | Kuber...
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. With only a few special case exceptions, we only publish content that hasn't been submitted or published anywhere else. Writing for the Kubernetes blog(s) As an author, you have three different routes towards publication.kubernetes.io/docs/contribute/blog/article-submission/Registered: Fri Dec 12 09:22:36 UTC 2025 - 472.1K bytes - Viewed (0) -
Page content types | Kubernetes
The Kubernetes documentation follows several types of page content: Concept Task Tutorial Reference Content sections Each page content type contains a number of sections defined by Markdown comments and HTML headings. You can add content headings to your page with the heading shortcode. The comments and headings help maintain the structure of the page content types. Examples of Markdown comments defining page content sections: <!-- overview --> <!-- body --> To create common headings in your content pages, use the heading shortcode with a heading string.kubernetes.io/docs/contribute/style/page-content-types/Registered: Fri Dec 12 09:22:48 UTC 2025 - 467.9K bytes - Viewed (0) -
Helping as a blog writing buddy | Kubernetes
There are two official Kubernetes blogs, and the CNCF has its own blog where you can cover Kubernetes too. Read contributing to Kubernetes blogs to learn about these two blogs. When people contribute to either blog as an author, the Kubernetes project pairs up authors as writing buddies. This page explains how to fulfil the buddy role. You should make sure that you have at least read an outline of article submission before you read on within this page.kubernetes.io/docs/contribute/blog/writing-buddy/Registered: Fri Dec 12 09:23:04 UTC 2025 - 463.5K bytes - Viewed (0) -
Feature Gates | Kubernetes
This page contains an overview of the various feature gates an administrator can specify on different Kubernetes components. See feature stages for an explanation of the stages for a feature. Overview Feature gates are a set of key=value pairs that describe Kubernetes features. You can turn these features on or off using the --feature-gates command line flag on each Kubernetes component. How to enable Feature Gates To enable or disable a feature gate for a particular Kubernetes component, use the --feature-gates flag.kubernetes.io/docs/reference/command-line-tools-reference/feature-gates/Registered: Fri Dec 12 09:20:44 UTC 2025 - 643K bytes - Viewed (0) -
Debug cluster | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/debug-cluster/Registered: Fri Dec 12 09:20:59 UTC 2025 - 455.8K bytes - Viewed (0) -
kube-apiserver Admission (v1) | Kubernetes
Resource Types AdmissionReview AdmissionReview AdmissionReview describes an admission review request/response. FieldDescription apiVersionstringadmission.k8s.io/v1 kindstringAdmissionReview request AdmissionRequest Request describes the attributes for the admission request. response AdmissionResponse Response describes the attributes for the admission response. AdmissionRequest Appears in: AdmissionReview AdmissionRequest describes the admission.Attributes for the admission request. FieldDescription uid [Required] k8s.io/apimachinery/pkg/types.UID UID is an identifier for the individual request/response. It allows us to distinguish instances of requests which are otherwise identical (parallel requests, requests when earlier requests did not modify etc) The UID is meant to track the round trip (request/response) between the KAS and the WebHook, not the user request.kubernetes.io/docs/reference/config-api/apiserver-admission.v1/Registered: Fri Dec 12 09:21:29 UTC 2025 - 469.6K bytes - Viewed (0) -
Configuration APIs | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/config-api/Registered: Fri Dec 12 09:20:38 UTC 2025 - 458.5K bytes - Viewed (0) -
kubectl for Docker Users | Kubernetes
You can use the Kubernetes command line tool kubectl to interact with the API Server. Using kubectl is straightforward if you are familiar with the Docker command line tool. However, there are a few differences between the Docker commands and the kubectl commands. The following sections show a Docker sub-command and describe the equivalent kubectl command. docker run To run an nginx Deployment and expose the Deployment, see kubectl create deployment.kubernetes.io/docs/reference/kubectl/docker-cli-to-kubectl/Registered: Fri Dec 12 09:20:30 UTC 2025 - 478.7K bytes - Viewed (0)