Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 41 - 50 of 722 for host:kubernetes.io (0.03 seconds)

  1. Schedule GPUs | Kubernetes

    Configure and schedule GPUs for use as a resource by nodes in a cluster.
    kubernetes.io/docs/tasks/manage-gpus/scheduling-gpus/
    Fri Feb 06 08:25:21 GMT 2026
      481.1K bytes
  2. Running Multiple Instances of Your App | Kubern...

    Objectives Scale an existing app manually using kubectl. Scaling an application You can create from the start a Deployment with multiple instances using the --replicas parameter for the kubectl create deployment command. Previously we created a Deployment, and then exposed it publicly via a Service. The Deployment created only one Pod for running our application. When traffic increases, we will need to scale the application to keep up with user demand.
    kubernetes.io/docs/tutorials/kubernetes-basics/scale/scale-intro/
    Fri Feb 06 08:25:28 GMT 2026
      483K bytes
  3. Mutating Admission Policy | Kubernetes

    FEATURE STATE: Kubernetes v1.34 [beta] This page provides an overview of MutatingAdmissionPolicies. MutatingAdmissionPolicies allow you to change what happens when someone writes a change to the Kubernetes API. If you want to use declarative policies just to prevent a particular kind of change to resources (for example: protecting platform namespaces from deletion), ValidatingAdmissionPolicy is a simpler and more effective alternative. To use the feature, enable the MutatingAdmissionPolicy feature gate (which is off by default) and set --runtime-config=admissionregistration.
    kubernetes.io/docs/reference/access-authn-authz/mutating-admission-policy/
    Fri Feb 06 08:25:38 GMT 2026
      499.7K bytes
  4. Content organization | Kubernetes

    This site uses Hugo. In Hugo, content organization is a core concept. Note:Hugo Tip: Start Hugo with hugo server --navigateToChanged for content edit-sessions. Page Lists Page Order The documentation side menu, the documentation page browser etc. are listed using Hugo's default sort order, which sorts by weight (from 1), date (newest first), and finally by the link title. Given that, if you want to move a page or a section up, set a weight in the page's front matter:
    kubernetes.io/docs/contribute/style/content-organization/
    Fri Feb 06 08:55:19 GMT 2026
      477.4K bytes
  5. Scheduling | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/scheduling/
    Fri Feb 06 08:55:29 GMT 2026
      466.4K bytes
  6. Writing a new topic | Kubernetes

    This page shows how to create a new topic for the Kubernetes docs. Before you begin Create a fork of the Kubernetes documentation repository as described in Open a PR. Choosing a page type As you prepare to write a new topic, think about the page type that would fit your content the best: Guidelines for choosing a page type Type Description Concept A concept page explains some aspect of Kubernetes.
    kubernetes.io/docs/contribute/style/write-new-topic/
    Fri Feb 06 08:56:23 GMT 2026
      478.3K bytes
  7. Blog guidelines | Kubernetes

    These guidelines cover the main Kubernetes blog and the Kubernetes contributor blog. All blog content must also adhere to the overall policy in the content guide. Before you begin Make sure you are familiar with the introduction sections of contributing to Kubernetes blogs, not just to learn about the two official blogs and the differences between them, but also to get an overview of the process. Original content The Kubernetes project accepts original content only, in English.
    kubernetes.io/docs/contribute/blog/guidelines/
    Fri Feb 06 08:56:50 GMT 2026
      477.5K bytes
  8. Command line tool (kubectl) | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/kubectl/
    Fri Feb 06 08:34:47 GMT 2026
      516.5K bytes
  9. kubectl replace | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/kubectl/generated/kubectl_replace/
    Fri Feb 06 08:49:46 GMT 2026
      480.4K bytes
  10. Previewing locally | Kubernetes

    Before you're going to open a new PR, previewing your changes is recommended. A preview lets you catch build errors or markdown formatting problems. Preview your changes locally You can either build the website's container image or run Hugo locally. Building the container image is slower but displays Hugo shortcodes, which can be useful for debugging. Hugo in a container Hugo on the command line Note:The commands below use Docker as default container engine.
    kubernetes.io/docs/contribute/new-content/preview-locally/
    Fri Feb 06 08:58:24 GMT 2026
      478.7K bytes
Back to Top