- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 631 - 640 of 723 for host:kubernetes.io (0.03 sec)
-
Reviewing for approvers and reviewers | Kubernetes
SIG Docs Reviewers and Approvers do a few extra things when reviewing a change. Every week a specific docs approver volunteers to triage and review pull requests. This person is the "PR Wrangler" for the week. See the PR Wrangler scheduler for more information. To become a PR Wrangler, attend the weekly SIG Docs meeting and volunteer. Even if you are not on the schedule for the current week, you can still review pull requests (PRs) that are not already under active review.kubernetes.io/docs/contribute/review/for-approvers/Registered: Mon Jan 26 07:43:41 UTC 2026 - 484.5K 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: Mon Jan 26 07:41:38 UTC 2026 - 471.3K bytes - Viewed (0) -
Post-release communications | Kubernetes
The Kubernetes Release Comms team (part of SIG Release) looks after release announcements, which go onto the main project blog. After each release, the Release Comms team take over the main blog for a period and publish a series of additional articles to explain or announce changes related to that release. These additional articles are termed post-release comms. Opting in to post-release comms During a release cycle, as a contributor, you can opt in to post-release comms about an upcoming change to Kubernetes.kubernetes.io/docs/contribute/blog/release-comms/Registered: Mon Jan 26 07:44:55 UTC 2026 - 471.3K bytes - Viewed (0) -
Reviewing pull requests | Kubernetes
Anyone can review a documentation pull request. Visit the pull requests section in the Kubernetes website repository to see open pull requests. Reviewing documentation pull requests is a great way to introduce yourself to the Kubernetes community. It helps you learn the code base and build trust with other contributors. Before reviewing, it's a good idea to: Read the content guide and style guide so you can leave informed comments.kubernetes.io/docs/contribute/review/reviewing-prs/Registered: Mon Jan 26 07:45:19 UTC 2026 - 479.3K bytes - Viewed (0) -
Documentation Style Guide | Kubernetes
This page gives writing style guidelines for the Kubernetes documentation. These are guidelines, not rules. Use your best judgment, and feel free to propose changes to this document in a pull request. For additional information on creating new content for the Kubernetes documentation, read the Documentation Content Guide. Changes to the style guide are made by SIG Docs as a group. To propose a change or addition, add it to the agenda for an upcoming SIG Docs meeting, and attend the meeting to participate in the discussion.kubernetes.io/docs/contribute/style/style-guide/Registered: Mon Jan 26 07:43:55 UTC 2026 - 515.3K bytes - Viewed (0) -
Documentation style overview | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/contribute/style/Registered: Mon Jan 26 07:46:59 UTC 2026 - 467.6K bytes - Viewed (0) -
kube-scheduler | Kubernetes
Synopsis The Kubernetes scheduler is a control plane process which assigns Pods to Nodes. The scheduler determines which Nodes are valid placements for each Pod in the scheduling queue according to constraints and available resources. The scheduler then ranks each valid Node and binds the Pod to a suitable Node. Multiple different schedulers may be used within a cluster; kube-scheduler is the reference implementation. See scheduling for more information about scheduling and the kube-scheduler component.kubernetes.io/docs/reference/command-line-tools-reference/kube-scheduler/Registered: Mon Jan 26 07:46:00 UTC 2026 - 496.7K bytes - Viewed (0) -
Container Runtime Interface (CRI) | Kubernetes
The CRI is a plugin interface which enables the kubelet to use a wide variety of container runtimes, without having a need to recompile the cluster components. You need a working container runtime on each Node in your cluster, so that the kubelet can launch Pods and their containers. The Container Runtime Interface (CRI) is the main protocol for the communication between the kubelet and Container Runtime. The Kubernetes Container Runtime Interface (CRI) defines the main gRPC protocol for the communication between the node components kubelet and container runtime.kubernetes.io/docs/concepts/containers/cri/Registered: Mon Jan 26 06:31:47 UTC 2026 - 471.3K bytes - Viewed (0) -
Pods | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/concepts/workloads/pods/Registered: Mon Jan 26 06:31:51 UTC 2026 - 511.8K bytes - Viewed (0) -
Controllers | Kubernetes
In robotics and automation, a control loop is a non-terminating loop that regulates the state of a system. Here is one example of a control loop: a thermostat in a room. When you set the temperature, that's telling the thermostat about your desired state. The actual room temperature is the current state. The thermostat acts to bring the current state closer to the desired state, by turning equipment on or off.kubernetes.io/docs/concepts/architecture/controller/Registered: Mon Jan 26 06:32:46 UTC 2026 - 477.9K bytes - Viewed (0)