Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 191 - 200 of 702 for host:kubernetes.io (0.03 sec)

  1. kubeadm Configuration (v1beta4) | Kubernetes

    Overview Package v1beta4 defines the v1beta4 version of the kubeadm configuration file format. This version improves on the v1beta3 format by fixing some minor issues and adding a few new fields. A list of changes since v1beta3: v1.34: Add "ECDSA-P384" to the allowed encryption algorithm options for ClusterConfiguration.encryptionAlgorithm. v1.33: Add an EtcdUpgrade field to UpgradeConfiguration.plan that can be used to control whether the etcd upgrade plan should be displayed. v1.31:
    kubernetes.io/docs/reference/config-api/kubeadm-config.v1beta4/
    Registered: Fri Oct 24 10:33:43 UTC 2025
    - 551.1K bytes
    - Viewed (0)
  2. Kubernetes External Metrics (v1beta1) | Kubernetes

    Package v1beta1 is the v1beta1 version of the external metrics API. Resource Types ExternalMetricValue ExternalMetricValueList ExternalMetricValue Appears in: ExternalMetricValueList ExternalMetricValue is a metric value for external metric A single metric value is identified by metric name and a set of string labels. For one metric there can be multiple values with different sets of labels. FieldDescription apiVersionstringexternal.metrics.k8s.io/v1beta1 kindstringExternalMetricValue metricName [Required] string the name of the metric metricLabels [Required] map[string]string a set of labels that identify a single time series for the metric
    kubernetes.io/docs/reference/external-api/external-metrics.v1beta1/
    Registered: Fri Oct 24 10:35:36 UTC 2025
    - 461.7K bytes
    - Viewed (0)
  3. Suggesting content improvements | Kubernetes

    If you notice an issue with Kubernetes documentation or have an idea for new content, then open an issue. All you need is a GitHub account and a web browser. In most cases, new work on Kubernetes documentation begins with an issue in GitHub. Kubernetes contributors then review, categorize and tag issues as needed. Next, you or another member of the Kubernetes community open a pull request with changes to resolve the issue.
    kubernetes.io/docs/contribute/suggesting-improvements/
    Registered: Fri Oct 24 10:34:29 UTC 2025
    - 461.4K 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/ Similar Results (1)
    Registered: Fri Oct 24 10:36:22 UTC 2025
    - 501.9K bytes
    - Viewed (0)
  5. 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. Like individual application containers, Pods are considered to be relatively ephemeral (rather than durable) entities. Pods are created, assigned a unique ID (UID), and scheduled to run on nodes where they remain until termination (according to restart policy) or deletion.
    kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/
    Registered: Fri Oct 24 09:00:30 UTC 2025
    - 535.2K bytes
    - Viewed (0)
  6. 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 Oct 24 09:01:21 UTC 2025
    - 551.1K bytes
    - Viewed (0)
  7. Gateway API | Kubernetes

    Gateway API is a family of API kinds that provide dynamic infrastructure provisioning and advanced traffic routing.
    kubernetes.io/docs/concepts/services-networking/gateway/
    Registered: Fri Oct 24 09:01:26 UTC 2025
    - 481.9K bytes
    - Viewed (0)
  8. Logging Architecture | Kubernetes

    Application logs can help you understand what is happening inside your application. The logs are particularly useful for debugging problems and monitoring cluster activity. Most modern applications have some kind of logging mechanism. Likewise, container engines are designed to support logging. The easiest and most adopted logging method for containerized applications is writing to standard output and standard error streams. However, the native functionality provided by a container engine or runtime is usually not enough for a complete logging solution.
    kubernetes.io/docs/concepts/cluster-administration/logging/
    Registered: Fri Oct 24 09:16:45 UTC 2025
    - 512.1K bytes
    - Viewed (0)
  9. Swap memory management | Kubernetes

    Kubernetes can be configured to use swap memory on a node, allowing the kernel to free up physical memory by swapping out pages to backing storage. This is useful for multiple use-cases. For example, nodes running workloads that can benefit from using swap, such as those that have large memory footprints but only access a portion of that memory at any given time. It also helps prevent Pods from being terminated during memory pressure spikes, shields nodes from system-level memory spikes that might compromise its stability, allows for more flexible memory management on the node, and much more.
    kubernetes.io/docs/concepts/cluster-administration/swap-memory-management/
    Registered: Fri Oct 24 09:16:25 UTC 2025
    - 485.2K bytes
    - Viewed (0)
  10. Admission Webhook Good Practices | Kubernetes

    Recommendations for designing and deploying admission webhooks in Kubernetes.
    kubernetes.io/docs/concepts/cluster-administration/admission-webhooks-good-practices/
    Registered: Fri Oct 24 09:16:39 UTC 2025
    - 493.9K bytes
    - Viewed (0)
Back to top