Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 291 - 300 of 686 for host:kubernetes.io (0.1 sec)

  1. 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/
    Registered: Wed Jun 04 07:40:01 UTC 2025
    - 455.7K bytes
    - Viewed (0)
  2. kuberc (v1alpha1) | Kubernetes

    Resource Types Preference Preference Preference stores elements of KubeRC configuration file FieldDescription apiVersionstringkubectl.config.k8s.io/v1alpha1 kindstringPreference overrides [Required] []CommandOverride overrides allows changing default flag values of commands. This is especially useful, when user doesn't want to explicitly set flags each time. aliases [Required] []AliasOverride aliases allows defining command aliases for existing kubectl commands, with optional default flag values. If the alias name collides with a built-in command, built-in command always takes precedence. Flag overrides defined in the overrides section do NOT apply to aliases for the same command.
    kubernetes.io/docs/reference/config-api/kuberc.v1alpha1/
    Registered: Wed Jun 04 07:41:04 UTC 2025
    - 451K bytes
    - Viewed (0)
  3. 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/
    Registered: Wed Jun 04 07:42:28 UTC 2025
    - 454.9K bytes
    - Viewed (0)
  4. List All Container Images Running in a Cluster ...

    This page shows how to use kubectl to list all of the Container images for Pods running in a cluster. Before you begin You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to communicate with your cluster. It is recommended to run this tutorial on a cluster with at least two nodes that are not acting as control plane hosts. If you do not already have a cluster, you can create one by using minikube or you can use one of these Kubernetes playgrounds:
    kubernetes.io/docs/tasks/access-application-cluster/list-all-running-container-images/
    Registered: Wed Jun 04 07:08:58 UTC 2025
    - 454.5K bytes
    - Viewed (0)
  5. Example: Deploying PHP Guestbook application wi...

    This tutorial shows you how to build and deploy a simple (not production ready), multi-tier web application using Kubernetes and Docker. This example consists of the following components: A single-instance Redis to store guestbook entries Multiple web frontend instances Objectives Start up a Redis leader. Start up two Redis followers. Start up the guestbook frontend. Expose and view the Frontend Service. Clean up. Before you begin You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to communicate with your cluster.
    kubernetes.io/docs/tutorials/stateless-application/guestbook/
    Registered: Wed Jun 04 07:09:35 UTC 2025
    - 498.1K bytes
    - Viewed (0)
  6. Stateless Applications | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/tutorials/stateless-application/
    Registered: Wed Jun 04 07:08:49 UTC 2025
    - 444.8K bytes
    - Viewed (0)
  7. kubeadm alpha | Kubernetes

    Caution:kubeadm alpha provides a preview of a set of features made available for gathering feedback from the community. Please try it out and give us feedback! Currently there are no experimental commands under kubeadm alpha. What's next kubeadm init to bootstrap a Kubernetes control-plane node kubeadm join to connect a node to the cluster kubeadm reset to revert any changes made to this host by kubeadm init or kubeadm join
    kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm-alpha/
    Registered: Wed Jun 04 07:19:12 UTC 2025
    - 446.3K bytes
    - Viewed (0)
  8. kubectl attach | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/kubectl/generated/kubectl_attach/
    Registered: Wed Jun 04 07:21:02 UTC 2025
    - 454.8K bytes
    - Viewed (0)
  9. kubectl replace | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/kubectl/generated/kubectl_replace/
    Registered: Wed Jun 04 07:32:13 UTC 2025
    - 457.9K bytes
    - Viewed (0)
  10. kubectl create configmap | Kubernetes

    Synopsis Create a config map based on a file, directory, or specified literal value. A single config map may package one or more key/value pairs. When creating a config map 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, you may specify an alternate key. When creating a config map based on a directory, each file whose basename is a valid key in the directory will be packaged into the config map.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_create/kubectl_create_configmap/
    Registered: Wed Jun 04 07:32:58 UTC 2025
    - 458.5K bytes
    - Viewed (0)
Back to top