Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: test ใƒ†ใ‚นใƒˆ

Results 1 - 10 of 29 for content_length:[500000 TO 999999] (0.02 sec)

  1. 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)
  2. Declarative Management of Kubernetes Objects Us...

    Kustomize is a standalone tool to customize Kubernetes objects through a kustomization file. Since 1.14, Kubectl also supports the management of Kubernetes objects using a kustomization file. To view Resources found in a directory containing a kustomization file, run the following command: kubectl kustomize <kustomization_directory> To apply those Resources, run kubectl apply with --kustomize or -k flag: kubectl apply -k <kustomization_directory> 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.
    kubernetes.io/docs/tasks/manage-kubernetes-objects/kustomization/
    Registered: Fri Apr 19 07:46:34 UTC 2024
    - 517.8K bytes
    - Viewed (0)
  3. Jobs | Kubernetes

    Jobs represent one-off tasks that run to completion and then stop.
    kubernetes.io/docs/concepts/workloads/controllers/job/
    Registered: Fri Apr 19 07:24:31 UTC 2024
    - 523.8K bytes
    - Viewed (0)
  4. Deployments | Kubernetes

    A Deployment manages a set of Pods to run an application workload, usually one that doesn't maintain state.
    kubernetes.io/docs/concepts/workloads/controllers/deployment/
    Registered: Fri Apr 19 07:24:58 UTC 2024
    - 506.6K bytes
    - Viewed (0)
  5. Configure a Pod to Use a ConfigMap | Kubernetes

    Many applications rely on configuration which is used during either application initialization or runtime. Most times, there is a requirement to adjust values assigned to configuration parameters. ConfigMaps are a Kubernetes mechanism that let you inject configuration data into application pods. The ConfigMap concept allow you to decouple configuration artifacts from image content to keep containerized applications portable. For example, you can download and run the same container image to spin up containers for the purposes of local development, system test, or running a live end-user workload.
    kubernetes.io/docs/tasks/configure-pod-container/configure-pod-configmap/
    Registered: Fri Apr 19 07:41:20 UTC 2024
    - 522.5K bytes
    - Viewed (0)
  6. Versions in CustomResourceDefinitions | Kubernetes

    This page explains how to add versioning information to CustomResourceDefinitions, to indicate the stability level of your CustomResourceDefinitions or advance your API to a new version with conversion between API representations. It also describes how to upgrade an object from one version to another. 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/extend-kubernetes/custom-resources/custom-resource-definition-versioning/
    Registered: Fri Apr 19 07:52:53 UTC 2024
    - 564.2K bytes
    - Viewed (0)
  7. Assigning Pods to Nodes | Kubernetes

    You can constrain a Pod so that it is restricted to run on particular node(s), or to prefer to run on particular nodes. There are several ways to do this and the recommended approaches all use label selectors to facilitate the selection. Often, you do not need to set any such constraints; the scheduler will automatically do a reasonable placement (for example, spreading your Pods across nodes so as not place Pods on a node with insufficient free resources).
    kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/
    Registered: Fri Apr 19 07:27:48 UTC 2024
    - 490.8K bytes
    - Viewed (0)
  8. Kubernetes Metrics Reference | Kubernetes

    Details of the metric data that Kubernetes components export.
    kubernetes.io/docs/reference/instrumentation/metrics/
    Registered: Fri Apr 19 08:02:30 UTC 2024
    - 651.6K bytes
    - Viewed (0)
  9. Glossary | Kubernetes

    Glossary This glossary is intended to be a comprehensive, standardized list of Kubernetes terminology. It includes te...
    kubernetes.io/docs/reference/glossary/
    Registered: Fri Apr 19 07:58:27 UTC 2024
    - 580.3K bytes
    - Viewed (0)
  10. StatefulSet Basics | Kubernetes

    This tutorial provides an introduction to managing applications with StatefulSets. It demonstrates how to create, delete, scale, and update the Pods of StatefulSets. Before you begin Before you begin this tutorial, you should familiarize yourself with the following Kubernetes concepts: Pods Cluster DNS Headless Services PersistentVolumes PersistentVolume Provisioning The kubectl command line tool You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to communicate with your cluster.
    kubernetes.io/docs/tutorials/stateful-application/basic-stateful-set/
    Registered: Fri Apr 19 07:50:58 UTC 2024
    - 508.1K bytes
    - Viewed (0)
Back to top