Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: test [xss] %27 テスト

Results 1 - 10 of 679 for host:kubernetes.io (0.03 sec)

  1. changes-1.0.0.xsd

    1.0 =================== DO NOT EDIT THIS FILE ==================== Generated by Modello 1.0.1 on 2016-10-29 20:36:41, any modifications will be overwritten. ========================================...
    maven.apache.org/plugins/maven-changes-plugin/xsd/changes-1.0.0.xsd
    Registered: Fri Dec 06 10:34:46 UTC 2024
    - Last Modified: Mon Jun 18 21:18:22 UTC 2018
    - 12.6K bytes
    - Viewed (0)
  2. changes-2.0.0.xsd

    1.0 =================== DO NOT EDIT THIS FILE ==================== Generated by Modello 2.4.0, any modifications will be overwritten. ============================================================== ...
    maven.apache.org/plugins/maven-changes-plugin/xsd/changes-2.0.0.xsd
    Registered: Wed Dec 25 08:43:55 UTC 2024
    - Last Modified: Sat Dec 07 16:35:48 UTC 2024
    - 10.3K bytes
    - Viewed (0)
  3. inherit.psd

    14 uuid:E1F23A5C9A2C11DEB453A2A1BCB288C6 uuid:E1F23A5D9A2C11DEB453A2A1BCB288C6 RGB Color uuid:E1F23A5C9A2C11DEB453A2A1BCB288C6 28362 8 15
    maven.apache.org/plugins/maven-javadoc-plugin/images/inherit.psd
    Registered: Wed Dec 25 09:24:44 UTC 2024
    - Last Modified: Mon Jun 18 18:03:50 UTC 2018
    - 27.7K bytes
    - Viewed (0)
  4. LICENSE

    /* * Apache License * Version 2.0, January 2004 * https://www.apache.org/licenses/ * * TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION * * 1. Definitions. * * "License" shall mean the ...
    ant.apache.org/manual/LICENSE
    Registered: Fri Dec 27 00:01:33 UTC 2024
    - Last Modified: Tue Oct 19 07:20:25 UTC 2021
    - 11.5K bytes
    - Viewed (0)
  5. 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 Nov 15 07:04:53 UTC 2024
    - 431.3K bytes
    - Viewed (0)
  6. Resource Bin Packing | Kubernetes

    In the scheduling-plugin NodeResourcesFit of kube-scheduler, there are two scoring strategies that support the bin packing of resources: MostAllocated and RequestedToCapacityRatio. Enabling bin packing using MostAllocated strategy The MostAllocated strategy scores the nodes based on the utilization of resources, favoring the ones with higher allocation. For each resource type, you can set a weight to modify its influence in the node score. To set the MostAllocated strategy for the NodeResourcesFit plugin, use a scheduler configuration similar to the following:
    kubernetes.io/docs/concepts/scheduling-eviction/resource-bin-packing/
    Registered: Wed Dec 25 06:33:03 UTC 2024
    - 448.5K bytes
    - Viewed (0)
  7. Volume Snapshot Classes | Kubernetes

    This document describes the concept of VolumeSnapshotClass in Kubernetes. Familiarity with volume snapshots and storage classes is suggested. Introduction Just like StorageClass provides a way for administrators to describe the "classes" of storage they offer when provisioning a volume, VolumeSnapshotClass provides a way to describe the "classes" of storage when provisioning a volume snapshot. The VolumeSnapshotClass Resource Each VolumeSnapshotClass contains the fields driver, deletionPolicy, and parameters, which are used when a VolumeSnapshot belonging to the class needs to be dynamically provisioned.
    kubernetes.io/docs/concepts/storage/volume-snapshot-classes/
    Registered: Wed Dec 25 06:32:34 UTC 2024
    - 435.6K bytes
    - Viewed (0)
  8. 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: Wed Dec 25 06:42:31 UTC 2024
    - 440.7K bytes
    - Viewed (0)
  9. Limit Storage Consumption | Kubernetes

    This example demonstrates how to limit the amount of storage consumed in a namespace. The following resources are used in the demonstration: ResourceQuota, LimitRange, and PersistentVolumeClaim. Before you begin 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/administer-cluster/limit-storage-consumption/
    Registered: Wed Dec 25 06:53:29 UTC 2024
    - 435.7K bytes
    - Viewed (0)
  10. 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: Wed Dec 25 06:53:55 UTC 2024
    - 476.2K bytes
    - Viewed (0)
Back to top