Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 61 - 70 of 722 for host:kubernetes.io (0.02 seconds)

  1. kubectl top | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/kubectl/generated/kubectl_top/
    Fri Feb 06 08:52:17 GMT 2026
      476.1K bytes
  2. kubectl set selector | Kubernetes

    Synopsis Set the selector on a resource. Note that the new selector will overwrite the old selector if the resource had one prior to the invocation of 'set selector'. A selector must begin with a letter or number, and may contain letters, numbers, hyphens, dots, and underscores, up to 63 characters. If --resource-version is specified, then updates will use this resource version, otherwise the existing resource-version will be used. Note: currently selectors can only be set on Service objects.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_set/kubectl_set_selector/
    Fri Feb 06 08:52:39 GMT 2026
      479.2K bytes
  3. Adopting Sidecar Containers | Kubernetes

    This section is relevant for people adopting a new built-in sidecar containers feature for their workloads. Sidecar container is not a new concept as posted in the blog post. Kubernetes allows running multiple containers in a Pod to implement this concept. However, running a sidecar container as a regular container has a lot of limitations being fixed with the new built-in sidecar containers support. FEATURE STATE: Kubernetes v1.33 [stable](enabled by default) Objectives Understand the need for sidecar containers Be able to troubleshoot issues with the sidecar containers Understand options to universally "inject" sidecar containers to any workload 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/configuration/pod-sidecar-containers/
    Fri Feb 06 08:28:00 GMT 2026
      482.5K bytes
  4. Explore Termination Behavior for Pods And Their...

    Once you connected your Application with Service following steps like those outlined in Connecting Applications with Services, you have a continuously running, replicated application, that is exposed on a network. This tutorial helps you look at the termination flow for Pods and to explore ways to implement graceful connection draining. Termination process for Pods and their endpoints There are often cases when you need to terminate a Pod - be it to upgrade or scale down.
    kubernetes.io/docs/tutorials/services/pods-and-endpoint-termination-flow/
    Fri Feb 06 08:28:38 GMT 2026
      487.2K bytes
  5. kubectl config set | Kubernetes

    Synopsis Set an individual value in a kubeconfig file. PROPERTY_NAME is a dot delimited name where each token represents either an attribute name or a map key. Map keys may not contain dots. PROPERTY_VALUE is the new value you want to set. Binary fields such as 'certificate-authority-data' expect a base64 encoded string unless the --set-raw-bytes flag is used. Specifying an attribute name that already exists will merge new fields on top of existing values.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_config/kubectl_config_set/
    Fri Feb 06 08:36:51 GMT 2026
      476.7K bytes
  6. 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/
    Fri Feb 06 08:47:12 GMT 2026
      535.9K bytes
  7. kube-controller-manager | Kubernetes

    Synopsis The Kubernetes controller manager is a daemon that embeds the core control loops shipped with Kubernetes. In applications of robotics and automation, a control loop is a non-terminating loop that regulates the state of the system. In Kubernetes, a controller is a control loop that watches the shared state of the cluster through the apiserver and makes changes attempting to move the current state towards the desired state. Examples of controllers that ship with Kubernetes today are the replication controller, endpoints controller, namespace controller, and serviceaccounts controller.
    kubernetes.io/docs/reference/command-line-tools-reference/kube-controller-manager/
    Fri Feb 06 08:47:19 GMT 2026
      525.8K bytes
  8. 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/
    Fri Feb 06 08:46:10 GMT 2026
      474.9K bytes
      Similar Results (1)
  9. index.json

    {"_kubernetes_io":{"feed_refresh_job":"https://testgrid.k8s.io/sig-security-cve-feed#auto-refreshing-official-cve-feed","updated_at":"2026-02-06T04:15:52Z"},"authors":[{"name":"Kubernetes Community...
    kubernetes.io/docs/reference/issues-security/official-cve-feed/index.json
    Fri Feb 06 09:07:41 GMT 2026
      255.2K bytes
  10. Security | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/tutorials/security/
    Fri Feb 06 08:26:52 GMT 2026
      468K bytes
Back to Top