Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 11 - 20 of 30 for content_length:[500000 TO 999999] (0.03 sec)

  1. 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 May 03 07:32:43 UTC 2024
    - 491.4K bytes
    - Viewed (0)
  2. kubeadm init phase | Kubernetes

    kubeadm init phase enables you to invoke atomic steps of the bootstrap process. Hence, you can let kubeadm do some of the work and you can fill in the gaps if you wish to apply customization. kubeadm init phase is consistent with the kubeadm init workflow, and behind the scene both use the same code. kubeadm init phase preflight Using this command you can execute preflight checks on a control-plane node.
    kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm-init-phase/
    Registered: Fri May 03 08:09:41 UTC 2024
    - 524.3K bytes
    - Viewed (0)
  3. 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 May 03 08:01:00 UTC 2024
    - 580.8K bytes
    - Viewed (0)
  4. Persistent Volumes | Kubernetes

    This document describes persistent volumes in Kubernetes. Familiarity with volumes, StorageClasses and VolumeAttributesClasses is suggested. Introduction Managing storage is a distinct problem from managing compute instances. The PersistentVolume subsystem provides an API for users and administrators that abstracts details of how storage is provided from how it is consumed. To do this, we introduce two new API resources: PersistentVolume and PersistentVolumeClaim. A PersistentVolume (PV) is a piece of storage in the cluster that has been provisioned by an administrator or dynamically provisioned using Storage Classes.
    kubernetes.io/docs/concepts/storage/persistent-volumes/
    Registered: Fri May 03 07:33:35 UTC 2024
    - 524.6K bytes
    - Viewed (0)
  5. Declarative Management of Kubernetes Objects Us...

    Kubernetes objects can be created, updated, and deleted by storing multiple object configuration files in a directory and using kubectl apply to recursively create and update those objects as needed. This method retains writes made to live objects without merging the changes back into the object configuration files. kubectl diff also gives you a preview of what changes apply will make. 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/declarative-config/
    Registered: Fri May 03 07:48:35 UTC 2024
    - 549.9K bytes
    - Viewed (0)
  6. Dynamic Admission Control | Kubernetes

    In addition to compiled-in admission plugins, admission plugins can be developed as extensions and run as webhooks configured at runtime. This page describes how to build, configure, use, and monitor admission webhooks. What are admission webhooks? Admission webhooks are HTTP callbacks that receive admission requests and do something with them. You can define two types of admission webhooks, validating admission webhook and mutating admission webhook. Mutating admission webhooks are invoked first, and can modify objects sent to the API server to enforce custom defaults.
    kubernetes.io/docs/reference/access-authn-authz/extensible-admission-controllers/
    Registered: Fri May 03 08:01:24 UTC 2024
    - 557K bytes
    - Viewed (0)
  7. Feature Gates | Kubernetes

    This page contains an overview of the various feature gates an administrator can specify on different Kubernetes components. See feature stages for an explanation of the stages for a feature. Overview Feature gates are a set of key=value pairs that describe Kubernetes features. You can turn these features on or off using the --feature-gates command line flag on each Kubernetes component. Each Kubernetes component lets you enable or disable a set of feature gates that are relevant to that component.
    kubernetes.io/docs/reference/command-line-tools-reference/feature-gates/
    Registered: Fri May 03 08:22:34 UTC 2024
    - 545.2K bytes
    - Viewed (0)
  8. 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 May 03 08:30:47 UTC 2024
    - 580.8K bytes
    - Viewed (0)
  9. Extend the Kubernetes API with CustomResourceDe...

    This page shows how to install a custom resource into the Kubernetes API by creating a CustomResourceDefinition. 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. If you do not already have a cluster, you can create one by using minikube or you can use one of these Kubernetes playgrounds:
    kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions/
    Registered: Fri May 03 07:56:00 UTC 2024
    - 604.8K bytes
    - Viewed (0)
  10. Service | Kubernetes

    Expose an application running in your cluster behind a single outward-facing endpoint, even when the workload is split across multiple backends.
    kubernetes.io/docs/concepts/services-networking/service/
    Registered: Fri May 03 07:26:39 UTC 2024
    - 501.8K bytes
    - Viewed (0)
Back to top