Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: test テスト

Results 41 - 50 of 629 for content_length:[100000 TO 499999] (0.02 sec)

  1. 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 Apr 26 08:15:41 UTC 2024
    - 417.8K bytes
    - Viewed (0)
  2. kubectl set resources | Kubernetes

    Synopsis Specify compute resource requirements (CPU, memory) for any resource that defines a pod template. If a pod is successfully scheduled, it is guaranteed the amount of resource requested, but may burst up to its specified limits. For each compute resource, if a limit is specified and a request is omitted, the request will default to the limit. Possible resources include (case insensitive): Use "kubectl api-resources" for a complete list of supported resources.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_set/kubectl_set_resources/
    Registered: Fri Apr 26 08:14:32 UTC 2024
    - 427.9K bytes
    - Viewed (0)
  3. Image Policy API (v1alpha1) | Kubernetes

    Resource Types ImageReview ImageReview ImageReview checks if the set of images in a pod are allowed. FieldDescription apiVersionstringimagepolicy.k8s.io/v1alpha1 kindstringImageReview 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. spec [Required] ImageReviewSpec Spec holds information about the pod being evaluated status ImageReviewStatus Status is filled in by the backend and indicates whether the pod should be allowed. ImageReviewContainerSpec Appears in:
    kubernetes.io/docs/reference/config-api/imagepolicy.v1alpha1/
    Registered: Fri Apr 26 08:13:50 UTC 2024
    - 418.9K bytes
    - Viewed (0)
  4. Externalizing config using MicroProfile, Config...

    In this tutorial you will learn how and why to externalize your microservice’s configuration. Specifically, you will learn how to use Kubernetes ConfigMaps and Secrets to set environment variables and then consume them using MicroProfile Config. Before you begin Creating Kubernetes ConfigMaps & Secrets There are several ways to set environment variables for a Docker container in Kubernetes, including: Dockerfile, kubernetes.yml, Kubernetes ConfigMaps, and Kubernetes Secrets. In the tutorial, you will learn how to use the latter two for setting your environment variables whose values will be injected into your microservices.
    kubernetes.io/docs/tutorials/configuration/configure-java-microservice/configure-java-microservice/
    Registered: Fri Apr 26 07:52:44 UTC 2024
    - 420.3K bytes
    - Viewed (0)
  5. Restrict a Container's Syscalls with seccomp | ...

    FEATURE STATE: Kubernetes v1.19 [stable] Seccomp stands for secure computing mode and has been a feature of the Linux kernel since version 2.6.12. It can be used to sandbox the privileges of a process, restricting the calls it is able to make from userspace into the kernel. Kubernetes lets you automatically apply seccomp profiles loaded onto a node to your Pods and containers. Identifying the privileges required for your workloads can be difficult.
    kubernetes.io/docs/tutorials/security/seccomp/
    Registered: Fri Apr 26 07:52:25 UTC 2024
    - 476.7K bytes
    - Viewed (0)
  6. Tutorials | Kubernetes

    This section of the Kubernetes documentation contains tutorials. A tutorial shows how to accomplish a goal that is larger than a single task. Typically a tutorial has several sections, each of which has a sequence of steps. Before walking through each tutorial, you may want to bookmark the Standardized Glossary page for later references. Basics Kubernetes Basics is an in-depth interactive tutorial that helps you understand the Kubernetes system and try out some basic Kubernetes features.
    kubernetes.io/docs/tutorials/
    Registered: Fri Apr 26 07:52:30 UTC 2024
    - 416.6K bytes
    - Viewed (0)
  7. Expose Your App Publicly | Kubernetes

    Expose Your App Publicly Using a Service to Expose Your App Learn about a Service in Kubernetes. Understand how label...
    kubernetes.io/docs/tutorials/kubernetes-basics/expose/
    Registered: Fri Apr 26 07:52:34 UTC 2024
    - 413.5K bytes
    - Viewed (0)
  8. Node-pressure Eviction | Kubernetes

    Node-pressure eviction is the process by which the kubelet proactively terminates pods to reclaim resources on nodes. The kubelet monitors resources like memory, disk space, and filesystem inodes on your cluster's nodes. When one or more of these resources reach specific consumption levels, the kubelet can proactively fail one or more pods on the node to reclaim resources and prevent starvation. During a node-pressure eviction, the kubelet sets the phase for the selected pods to Failed, and terminates the Pod.
    kubernetes.io/docs/concepts/scheduling-eviction/node-pressure-eviction/
    Registered: Fri Apr 26 07:30:01 UTC 2024
    - 443.9K bytes
    - Viewed (0)
  9. Traces For Kubernetes System Components | Kuber...

    FEATURE STATE: Kubernetes v1.27 [beta] System component traces record the latency of and relationships between operations in the cluster. Kubernetes components emit traces using the OpenTelemetry Protocol with the gRPC exporter and can be collected and routed to tracing backends using an OpenTelemetry Collector. Trace Collection Kubernetes components have built-in gRPC exporters for OTLP to export traces, either with an OpenTelemetry Collector, or without an OpenTelemetry Collector. For a complete guide to collecting traces and using the collector, see Getting Started with the OpenTelemetry Collector.
    kubernetes.io/docs/concepts/cluster-administration/system-traces/
    Registered: Fri Apr 26 07:30:19 UTC 2024
    - 426.8K bytes
    - Viewed (0)
  10. Multi-tenancy | Kubernetes

    This page provides an overview of available configuration options and best practices for cluster multi-tenancy. Sharing clusters saves costs and simplifies administration. However, sharing clusters also presents challenges such as security, fairness, and managing noisy neighbors. Clusters can be shared in many ways. In some cases, different applications may run in the same cluster. In other cases, multiple instances of the same application may run in the same cluster, one for each end user.
    kubernetes.io/docs/concepts/security/multi-tenancy/
    Registered: Fri Apr 26 07:30:23 UTC 2024
    - 448.9K bytes
    - Viewed (0)
Back to top