Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 1 - 10 of 29 for host:kubernetes.io (0.02 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 Apr 19 07:27:48 UTC 2024
    - 490.8K bytes
    - Viewed (0)
  2. 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)
  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 Apr 19 07:58:27 UTC 2024
    - 580.3K bytes
    - Viewed (0)
  4. 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)
  5. Authenticating | Kubernetes

    This page provides an overview of authentication. Users in Kubernetes All Kubernetes clusters have two categories of users: service accounts managed by Kubernetes, and normal users. It is assumed that a cluster-independent service manages normal users in the following ways: an administrator distributing private keys a user store like Keystone or Google Accounts a file with a list of usernames and passwords In this regard, Kubernetes does not have objects which represent normal user accounts.
    kubernetes.io/docs/reference/access-authn-authz/authentication/
    Registered: Fri Apr 19 07:59:40 UTC 2024
    - 625.6K bytes
    - Viewed (0)
  6. 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 Apr 19 08:01:28 UTC 2024
    - 523.8K bytes
    - Viewed (0)
  7. 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 Apr 19 07:28:34 UTC 2024
    - 523.7K bytes
    - Viewed (0)
  8. 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 Apr 19 07:46:57 UTC 2024
    - 549.3K bytes
    - Viewed (0)
  9. 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 Apr 19 08:17:16 UTC 2024
    - 544.6K bytes
    - Viewed (0)
  10. 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 08:25:19 UTC 2024
    - 580.3K bytes
    - Viewed (0)
Back to top