Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 521 - 530 of 705 for host:kubernetes.io (0.05 sec)

  1. kubectl | Kubernetes

    Synopsis kubectl controls the Kubernetes cluster manager. Find more information in Command line tool (kubectl). kubectl [flags] Options --add-dir-header If true, adds the file directory to the header of the log messages --alsologtostderr log to standard error as well as files --as string Username to impersonate for the operation --as-group stringArray Group to impersonate for the operation, this flag can be repeated to specify multiple groups. --azure-container-registry-config string Path to the file containing Azure container registry configuration information.
    kubernetes.io/docs/reference/kubectl/kubectl/
    Registered: Fri Nov 21 10:27:32 UTC 2025
    - 475.4K bytes
    - Viewed (0)
  2. Kubernetes Metrics (v1beta1) | Kubernetes

    Package v1beta1 is the v1beta1 version of the metrics API. Resource Types NodeMetrics NodeMetricsList PodMetrics PodMetricsList NodeMetrics Appears in: NodeMetricsList NodeMetrics sets resource usage metrics of a node. FieldDescription apiVersionstringmetrics.k8s.io/v1beta1 kindstringNodeMetrics metadata meta/v1.ObjectMeta Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata Refer to the Kubernetes API documentation for the fields of the metadata field. timestamp [Required] meta/v1.Time The following fields define time interval from which metrics were collected from the interval [Timestamp-Window, Timestamp].
    kubernetes.io/docs/reference/external-api/metrics.v1beta1/
    Registered: Fri Nov 21 10:27:45 UTC 2025
    - 464.7K bytes
    - Viewed (0)
  3. Policies | Kubernetes

    Manage security and best-practices with policies.
    kubernetes.io/docs/concepts/policy/
    Registered: Fri Nov 21 09:26:13 UTC 2025
    - 463.8K bytes
    - Viewed (0)
  4. Share a Cluster with Namespaces | Kubernetes

    This page shows how to view, work in, and delete namespaces. The page also shows how to use Kubernetes namespaces to subdivide your cluster. Before you begin Have an existing Kubernetes cluster. You have a basic understanding of Kubernetes Pods, Services, and Deployments. Viewing namespaces List the current namespaces in a cluster using: kubectl get namespaces NAME STATUS AGE default Active 11d kube-node-lease Active 11d kube-public Active 11d kube-system Active 11d Kubernetes starts with four initial namespaces:
    kubernetes.io/docs/tasks/administer-cluster/namespaces/
    Registered: Fri Nov 21 09:27:43 UTC 2025
    - 481.2K bytes
    - Viewed (0)
  5. Managing Secrets using Configuration File | Kub...

    Creating Secret objects using resource configuration file.
    kubernetes.io/docs/tasks/configmap-secret/managing-secret-using-config-file/
    Registered: Fri Nov 21 09:40:35 UTC 2025
    - 478.7K bytes
    - Viewed (0)
  6. Handling retriable and non-retriable pod failur...

    FEATURE STATE: Kubernetes v1.31 [stable](enabled by default) This document shows you how to use the Pod failure policy, in combination with the default Pod backoff failure policy, to improve the control over the handling of container- or Pod-level failure within a Job. The definition of Pod failure policy may help you to: better utilize the computational resources by avoiding unnecessary Pod retries. avoid Job failures due to Pod disruptions (such preemption, API-initiated eviction or taint-based eviction).
    kubernetes.io/docs/tasks/job/pod-failure-policy/
    Registered: Fri Nov 21 09:39:26 UTC 2025
    - 502.4K bytes
    - Viewed (0)
  7. Enforce Pod Security Standards with Namespace L...

    Namespaces can be labeled to enforce the Pod Security Standards. The three policies privileged, baseline and restricted broadly cover the security spectrum and are implemented by the Pod Security admission controller. Before you begin Pod Security Admission was available by default in Kubernetes v1.23, as a beta. From version 1.25 onwards, Pod Security Admission is generally available. To check the version, enter kubectl version. Requiring the baseline Pod Security Standard with namespace labels This manifest defines a Namespace my-baseline-namespace that:
    kubernetes.io/docs/tasks/configure-pod-container/enforce-standards-namespace-labels/
    Registered: Fri Nov 21 09:39:57 UTC 2025
    - 467.5K bytes
    - Viewed (0)
  8. Common Expression Language in Kubernetes | Kube...

    The Common Expression Language (CEL) is used in the Kubernetes API to declare validation rules, policy rules, and other constraints or conditions. CEL expressions are evaluated directly in the API server, making CEL a convenient alternative to out-of-process mechanisms, such as webhooks, for many extensibility use cases. Your CEL expressions continue to execute so long as the control plane's API server component remains available. Language overview The CEL language has a straightforward syntax that is similar to the expressions in C, C++, Java, JavaScript and Go.
    kubernetes.io/docs/reference/using-api/cel/
    Registered: Fri Nov 21 09:52:51 UTC 2025
    - 503K bytes
    - Viewed (0)
  9. Connecting Applications with Services | Kubernetes

    The Kubernetes model for connecting containers Now that you have a continuously running, replicated application you can expose it on a network. Kubernetes assumes that pods can communicate with other pods, regardless of which host they land on. Kubernetes gives every pod its own cluster-private IP address, so you do not need to explicitly create links between pods or map container ports to host ports. This means that containers within a Pod can all reach each other's ports on localhost, and all pods in a cluster can see each other without NAT.
    kubernetes.io/docs/tutorials/services/connect-applications-service/
    Registered: Fri Nov 21 09:52:45 UTC 2025
    - 516.1K bytes
    - Viewed (0)
  10. kube-controller-manager Configuration (v1alpha1...

    Resource Types CloudControllerManagerConfiguration LeaderMigrationConfiguration KubeControllerManagerConfiguration ClientConnectionConfiguration Appears in: KubeSchedulerConfiguration GenericControllerManagerConfiguration ClientConnectionConfiguration contains details for constructing a client. FieldDescription kubeconfig [Required] string kubeconfig is the path to a KubeConfig file. acceptContentTypes [Required] string acceptContentTypes defines the Accept header sent by clients when connecting to a server, overriding the default value of 'application/json'. This field will control all connections to the server used by a particular client. contentType [Required] string contentType is the content type used when sending data to the server from this client.
    kubernetes.io/docs/reference/config-api/kube-controller-manager-config.v1alpha1/
    Registered: Fri Nov 21 10:21:36 UTC 2025
    - 530.6K bytes
    - Viewed (0)
Back to top