Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: test テスト

Results 11 - 20 of 659 for host:kubernetes.io (0.02 sec)

  1. kubectl api-resources | Kubernetes

    Synopsis Print the supported API resources on the server. kubectl api-resources [flags] Examples # Print the supported API resources kubectl api-resources # Print the supported API resources with more information kubectl api-resources -o wide # Print the supported API resources sorted by a column kubectl api-resources --sort-by=name # Print the supported namespaced resources kubectl api-resources --namespaced=true # Print the supported non-namespaced resources kubectl api-resources --namespaced=false # Print the supported API resources with a specific APIGroup kubectl api-resources --api-group=rbac.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_api-resources/
    Registered: Fri Apr 19 08:04:14 UTC 2024
    - 424.2K bytes
    - Viewed (0)
  2. kubectl | Kubernetes

    Synopsis kubectl controls the Kubernetes cluster manager. Find more information at: https://kubernetes.io/docs/reference/kubectl/ kubectl [flags] Options --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. --cache-dir string     Default: "$HOME/.kube/cache" Default cache directory --certificate-authority string Path to a cert file for the certificate authority
    kubernetes.io/docs/reference/kubectl/generated/kubectl/
    Registered: Fri Apr 19 08:04:49 UTC 2024
    - 427.7K bytes
    - Viewed (0)
  3. Client Authentication (v1beta1) | Kubernetes

    Resource Types ExecCredential ExecCredential ExecCredential is used by exec-based plugins to communicate credentials to HTTP transports. FieldDescription apiVersionstringclient.authentication.k8s.io/v1beta1 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.v1beta1/
    Registered: Fri Apr 19 08:16:31 UTC 2024
    - 422K bytes
    - Viewed (0)
  4. kube-apiserver Configuration (v1alpha1) | Kuber...

    Package v1alpha1 is the v1alpha1 version of the API. Resource Types AdmissionConfiguration AuthenticationConfiguration AuthorizationConfiguration EgressSelectorConfiguration TracingConfiguration TracingConfiguration Appears in: KubeletConfiguration TracingConfiguration TracingConfiguration provides versioned configuration for OpenTelemetry tracing clients. FieldDescription endpoint string Endpoint of the collector this component will report traces to. The connection is insecure, and does not currently support TLS. Recommended is unset, and endpoint is the otlp grpc default, localhost:4317. samplingRatePerMillion int32 SamplingRatePerMillion is the number of samples to collect per million spans.
    kubernetes.io/docs/reference/config-api/apiserver-config.v1alpha1/
    Registered: Fri Apr 19 08:17:28 UTC 2024
    - 450.8K bytes
    - Viewed (0)
  5. Pod Quality of Service Classes | Kubernetes

    This page introduces Quality of Service (QoS) classes in Kubernetes, and explains how Kubernetes assigns a QoS class to each Pod as a consequence of the resource constraints that you specify for the containers in that Pod. Kubernetes relies on this classification to make decisions about which Pods to evict when there are not enough available resources on a Node. Quality of Service classes Kubernetes classifies the Pods that you run and allocates each Pod into a specific quality of service (QoS) class.
    kubernetes.io/docs/concepts/workloads/pods/pod-qos/
    Registered: Fri Apr 19 07:22:28 UTC 2024
    - 423.2K bytes
    - Viewed (0)
  6. Pod Lifecycle | Kubernetes

    This page describes the lifecycle of a Pod. Pods follow a defined lifecycle, starting in the Pending phase, moving through Running if at least one of its primary containers starts OK, and then through either the Succeeded or Failed phases depending on whether any container in the Pod terminated in failure. Whilst a Pod is running, the kubelet is able to restart containers to handle some kind of faults. Within a Pod, Kubernetes tracks different container states and determines what action to take to make the Pod healthy again.
    kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/
    Registered: Fri Apr 19 07:22:20 UTC 2024
    - 459.4K bytes
    - Viewed (0)
  7. Ingress | Kubernetes

    Make your HTTP (or HTTPS) network service available using a protocol-aware configuration mechanism, that understands web concepts like URIs, hostnames, paths, and more. The Ingress concept lets you map traffic to different backends based on rules you define via the Kubernetes API.
    kubernetes.io/docs/concepts/services-networking/ingress/
    Registered: Fri Apr 19 07:22:49 UTC 2024
    - 506K bytes
    - Viewed (2)
  8. DaemonSet | Kubernetes

    A DaemonSet defines Pods that provide node-local facilities. These might be fundamental to the operation of your cluster, such as a networking helper tool, or be part of an add-on.
    kubernetes.io/docs/concepts/workloads/controllers/daemonset/
    Registered: Fri Apr 19 07:22:39 UTC 2024
    - 441.7K bytes
    - Viewed (0)
  9. Configure Service Accounts for Pods | Kubernetes

    Kubernetes offers two distinct ways for clients that run within your cluster, or that otherwise have a relationship to your cluster's control plane to authenticate to the API server. A service account provides an identity for processes that run in a Pod, and maps to a ServiceAccount object. When you authenticate to the API server, you identify yourself as a particular user. Kubernetes recognises the concept of a user, however, Kubernetes itself does not have a User API.
    kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/
    Registered: Fri Apr 19 07:43:49 UTC 2024
    - 462.8K bytes
    - Viewed (0)
  10. Imperative Management of Kubernetes Objects Usi...

    Kubernetes objects can be created, updated, and deleted by using the kubectl command-line tool along with an object configuration file written in YAML or JSON. This document explains how to define and manage objects using configuration files. Before you begin Install kubectl. 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.
    kubernetes.io/docs/tasks/manage-kubernetes-objects/imperative-config/
    Registered: Fri Apr 19 07:45:18 UTC 2024
    - 425.6K bytes
    - Viewed (0)
Back to top