Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 631 - 640 of 699 for host:kubernetes.io (1.25 sec)

  1. Custom Hugo Shortcodes | Kubernetes

    This page explains the custom Hugo shortcodes that can be used in Kubernetes Markdown documentation. Read more about shortcodes in the Hugo documentation. Feature state In a Markdown page (.md file) on this site, you can add a shortcode to display version and state of the documented feature. Feature state demo Below is a demo of the feature state snippet, which displays the feature as stable in the latest Kubernetes version.
    kubernetes.io/docs/contribute/style/hugo-shortcodes/
    Registered: Tue Sep 09 00:26:44 UTC 2025
    - 496K bytes
    - Viewed (0)
  2. Docs smoke test page | Kubernetes

    This page serves two purposes: Demonstrate how the Kubernetes documentation uses Markdown Provide a "smoke test" document we can use to test HTML, CSS, and template changes that affect the overall documentation. Heading levels The above heading is an H2. The page title renders as an H1. The following sections show H3 - H6. ### H3 This is in an H3 section. #### H4 This is in an H4 section. ##### H5 This is in an H5 section.
    kubernetes.io/docs/test/
    Registered: Tue Sep 09 00:27:21 UTC 2025
    - 481.1K bytes
    - Viewed (0)
  3. Updating Reference Documentation | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/contribute/generate-ref-docs/
    Registered: Tue Sep 09 00:33:53 UTC 2025
    - 456.5K bytes
    - Viewed (0)
  4. Documentation style overview | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/contribute/style/
    Registered: Tue Sep 09 00:32:22 UTC 2025
    - 456.4K bytes
    - Viewed (0)
  5. Kubectl Reference Docs

    GETTING STARTED create clusterrole clusterrolebinding configmap cronjob deployment ingress job namespace poddisruptio...
    kubernetes.io/docs/reference/generated/kubectl/kubectl-commands
    Registered: Tue Sep 09 00:39:38 UTC 2025
    - 341.7K bytes
    - Viewed (0)
  6. 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: Tue Sep 09 00:38:28 UTC 2025
    - 504.1K bytes
    - Viewed (0)
  7. Extending the Kubernetes API | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/concepts/extend-kubernetes/api-extension/
    Registered: Mon Sep 08 22:26:54 UTC 2025
    - 458.6K bytes
    - Viewed (0)
  8. Install and Set Up kubectl on Linux | Kubernetes

    Before you begin You must use a kubectl version that is within one minor version difference of your cluster. For example, a v1.34 client can communicate with v1.33, v1.34, and v1.35 control planes. Using the latest compatible version of kubectl helps avoid unforeseen issues. Install kubectl on Linux The following methods exist for installing kubectl on Linux: Install kubectl binary with curl on Linux Install using native package management Install using other package management Install kubectl binary with curl on Linux Download the latest release with the command:
    kubernetes.io/docs/tasks/tools/install-kubectl-linux/
    Registered: Mon Sep 08 22:27:18 UTC 2025
    - 497.4K bytes
    - Viewed (0)
  9. Network Plugins | Kubernetes

    Kubernetes (version 1.3 through to the latest 1.34, and likely onwards) lets you use Container Network Interface (CNI) plugins for cluster networking. You must use a CNI plugin that is compatible with your cluster and that suits your needs. Different plugins are available (both open- and closed- source) in the wider Kubernetes ecosystem. A CNI plugin is required to implement the Kubernetes network model. You must use a CNI plugin that is compatible with the v0.
    kubernetes.io/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins/
    Registered: Mon Sep 08 22:27:25 UTC 2025
    - 470.6K bytes
    - Viewed (0)
  10. Custom Resources | Kubernetes

    Custom resources are extensions of the Kubernetes API. This page discusses when to add a custom resource to your Kubernetes cluster and when to use a standalone service. It describes the two methods for adding custom resources and how to choose between them. Custom resources A resource is an endpoint in the Kubernetes API that stores a collection of API objects of a certain kind; for example, the built-in pods resource contains a collection of Pod objects.
    kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/
    Registered: Mon Sep 08 22:27:30 UTC 2025
    - 492.5K bytes
    - Viewed (0)
Back to top