Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 41 - 50 of 723 for host:kubernetes.io (0.06 sec)

  1. Perform a Rollback on a DaemonSet | Kubernetes

    This page shows how to perform a rollback on a DaemonSet. 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/manage-daemon/rollback-daemon-set/
    Registered: Mon Jan 26 07:09:24 UTC 2026
    - 475.6K bytes
    - Viewed (0)
  2. Exposing an External IP Address to Access an Ap...

    This page shows how to create a Kubernetes Service object that exposes an external IP address. Before you begin Install kubectl. Use a cloud provider like Google Kubernetes Engine or Amazon Web Services to create a Kubernetes cluster. This tutorial creates an external load balancer, which requires a cloud provider. Configure kubectl to communicate with your Kubernetes API server. For instructions, see the documentation for your cloud provider. Objectives Run five instances of a Hello World application.
    kubernetes.io/docs/tutorials/stateless-application/expose-external-ip-address/
    Registered: Mon Jan 26 07:09:36 UTC 2026
    - 485.2K 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: Mon Jan 26 07:45:33 UTC 2026
    - 476.7K bytes
    - Viewed (0)
  4. Contributing to the Upstream Kubernetes Code | ...

    This page shows how to contribute to the upstream kubernetes/kubernetes project. You can fix bugs found in the Kubernetes API documentation or the content of the Kubernetes components such as kubeadm, kube-apiserver, and kube-controller-manager. If you instead want to regenerate the reference documentation for the Kubernetes API or the kube-* components from the upstream code, see the following instructions: Generating Reference Documentation for the Kubernetes API Generating Reference Documentation for the Kubernetes Components and Tools Before you begin You need to have these tools installed:
    kubernetes.io/docs/contribute/generate-ref-docs/contribute-upstream/
    Registered: Mon Jan 26 07:45:40 UTC 2026
    - 482.5K bytes
    - Viewed (0)
  5. Kubectl user preferences (kuberc) | Kubernetes

    FEATURE STATE: Kubernetes 1.34 [beta] A Kubernetes kuberc configuration file allows you to define preferences for kubectl, such as default options and command aliases. Unlike the kubeconfig file, a kuberc configuration file does not contain cluster details, usernames or passwords. On Linux / POSIX computers, the default location of this configuration file is $HOME/.kube/kuberc. The default path on Windows is similar: %USERPROFILE%\.kube\kuberc. To provide kubectl with a path to a custom kuberc file, use the --kuberc command line option, or set the KUBERC environment variable.
    kubernetes.io/docs/reference/kubectl/kuberc/
    Registered: Mon Jan 26 07:45:53 UTC 2026
    - 497.9K bytes
    - Viewed (0)
  6. kubectl expose | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/kubectl/generated/kubectl_expose/
    Registered: Mon Jan 26 07:33:58 UTC 2026
    - 481.8K bytes
    - Viewed (0)
  7. kubectl create service | Kubernetes

    Synopsis Create a service using a specified subcommand. kubectl create service [flags] Options -h, --help help for service Parent Options Inherited --as string Username to impersonate for the operation. User could be a regular user or a service account in a namespace. --as-group strings Group to impersonate for the operation, this flag can be repeated to specify multiple groups. --as-uid string UID to impersonate for the operation. --as-user-extra strings User extras to impersonate for the operation, this flag can be repeated to specify multiple values for the same key.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_create/kubectl_create_service/ Similar Results (1)
    Registered: Mon Jan 26 07:34:46 UTC 2026
    - 475.7K bytes
    - Viewed (0)
  8. kube-apiserver | Kubernetes

    Synopsis The Kubernetes API server validates and configures data for the api objects which include pods, services, replicationcontrollers, and others. The API Server services REST operations and provides the frontend to the cluster's shared state through which all other components interact. kube-apiserver [flags] Options --admission-control strings Admission is divided into two phases. In the first phase, only mutating admission plugins run. In the second phase, only validating admission plugins run.
    kubernetes.io/docs/reference/command-line-tools-reference/kube-apiserver/
    Registered: Mon Jan 26 07:37:18 UTC 2026
    - 535.1K bytes
    - Viewed (0)
  9. Client Authentication (v1) | Kubernetes

    Resource Types ExecCredential ExecCredential ExecCredential is used by exec-based plugins to communicate credentials to HTTP transports. FieldDescription apiVersionstringclient.authentication.k8s.io/v1 kindstringExecCredential spec [Required] ExecCredentialSpec Spec holds information passed to the plugin by the transport. status ExecCredentialStatus Status is filled in by the plugin and holds the credentials that the transport should use to contact the API. Cluster Appears in: ExecCredentialSpec Cluster contains information to allow an exec plugin to communicate with the kubernetes cluster being authenticated to.
    kubernetes.io/docs/reference/config-api/client-authentication.v1/ Similar Results (1)
    Registered: Mon Jan 26 07:42:28 UTC 2026
    - 474.2K bytes
    - Viewed (0)
  10. kube-apiserver Audit Configuration (v1) | Kuber...

    Resource Types Event EventList Policy PolicyList Event Appears in: EventList Event captures all the information that can be included in an API audit log. FieldDescription apiVersionstringaudit.k8s.io/v1 kindstringEvent level [Required] Level AuditLevel at which event was generated auditID [Required] k8s.io/apimachinery/pkg/types.UID Unique audit ID, generated for each request. stage [Required] Stage Stage of the request handling when this event instance was generated. requestURI [Required] string RequestURI is the request URI as sent by the client to a server.
    kubernetes.io/docs/reference/config-api/apiserver-audit.v1/
    Registered: Mon Jan 26 07:42:33 UTC 2026
    - 484.1K bytes
    - Viewed (0)
Back to top