Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 101 - 110 of 628 for host:kubernetes.io (0.02 sec)

  1. Volume Health Monitoring | Kubernetes

    FEATURE STATE: Kubernetes v1.21 [alpha] CSI volume health monitoring allows CSI Drivers to detect abnormal volume conditions from the underlying storage systems and report them as events on PVCs or Pods. Volume health monitoring Kubernetes volume health monitoring is part of how Kubernetes implements the Container Storage Interface (CSI). Volume health monitoring feature is implemented in two components: an External Health Monitor controller, and the kubelet. If a CSI Driver supports Volume Health Monitoring feature from the controller side, an event will be reported on the related PersistentVolumeClaim (PVC) when an abnormal volume condition is detected on a CSI volume.
    kubernetes.io/docs/concepts/storage/volume-health-monitoring/
    Registered: Fri Jun 07 05:41:59 UTC 2024
    - 421.6K bytes
    - Viewed (0)
  2. System Logs | Kubernetes

    System component logs record events happening in cluster, which can be very useful for debugging. You can configure log verbosity to see more or less detail. Logs can be as coarse-grained as showing errors within a component, or as fine-grained as showing step-by-step traces of events (like HTTP access logs, pod state changes, controller actions, or scheduler decisions). Warning:In contrast to the command line flags described here, the log output itself does not fall under the Kubernetes API stability guarantees: individual log entries and their formatting may change from one release to the next!
    kubernetes.io/docs/concepts/cluster-administration/system-logs/
    Registered: Fri Jun 07 05:41:41 UTC 2024
    - 438.1K bytes
    - Viewed (0)
  3. Hardening Guide - Authentication Mechanisms | K...

    Information on authentication options in Kubernetes and their security properties.
    kubernetes.io/docs/concepts/security/hardening-guide/authentication-mechanisms/
    Registered: Fri Jun 07 05:41:36 UTC 2024
    - 423.2K bytes
    - Viewed (0)
  4. Runtime Class | Kubernetes

    FEATURE STATE: Kubernetes v1.20 [stable] This page describes the RuntimeClass resource and runtime selection mechanism. RuntimeClass is a feature for selecting the container runtime configuration. The container runtime configuration is used to run a Pod's containers. Motivation You can set a different RuntimeClass between different Pods to provide a balance of performance versus security. For example, if part of your workload deserves a high level of information security assurance, you might choose to schedule those Pods so that they run in a container runtime that uses hardware virtualization.
    kubernetes.io/docs/concepts/containers/runtime-class/
    Registered: Fri Jun 07 05:41:01 UTC 2024
    - 429.4K bytes
    - Viewed (0)
  5. Leases | Kubernetes

    Distributed systems often have a need for leases, which provide a mechanism to lock shared resources and coordinate activity between members of a set. In Kubernetes, the lease concept is represented by Lease objects in the coordination.k8s.io API Group, which are used for system-critical capabilities such as node heartbeats and component-level leader election. Node heartbeats Kubernetes uses the Lease API to communicate kubelet node heartbeats to the Kubernetes API server.
    kubernetes.io/docs/concepts/architecture/leases/
    Registered: Fri Jun 07 05:40:45 UTC 2024
    - 425.5K bytes
    - Viewed (0)
  6. Network Plugins | Kubernetes

    Kubernetes 1.30 supports Container Network Interface (CNI) plugins for cluster networking. You must use a CNI plugin that is compatible with your cluster and that suits your needs. Different plugins are available (both open- and closed- source) in the wider Kubernetes ecosystem. A CNI plugin is required to implement the Kubernetes network model. You must use a CNI plugin that is compatible with the v0.4.0 or later releases of the CNI specification.
    kubernetes.io/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins/
    Registered: Fri Jun 07 05:42:03 UTC 2024
    - 430.2K bytes
    - Viewed (0)
  7. Extending Kubernetes | Kubernetes

    Different ways to change the behavior of your Kubernetes cluster.
    kubernetes.io/docs/concepts/extend-kubernetes/
    Registered: Fri Jun 07 05:42:20 UTC 2024
    - 436.5K bytes
    - Viewed (0)
  8. Storage Capacity | Kubernetes

    Storage capacity is limited and may vary depending on the node on which a pod runs: network-attached storage might not be accessible by all nodes, or storage is local to a node to begin with. FEATURE STATE: Kubernetes v1.24 [stable] This page describes how Kubernetes keeps track of storage capacity and how the scheduler uses that information to schedule Pods onto nodes that have access to enough storage capacity for the remaining missing volumes.
    kubernetes.io/docs/concepts/storage/storage-capacity/
    Registered: Fri Jun 07 05:44:15 UTC 2024
    - 421.3K bytes
    - Viewed (0)
  9. Process ID Limits And Reservations | Kubernetes

    FEATURE STATE: Kubernetes v1.20 [stable] Kubernetes allow you to limit the number of process IDs (PIDs) that a Pod can use. You can also reserve a number of allocatable PIDs for each node for use by the operating system and daemons (rather than by Pods). Process IDs (PIDs) are a fundamental resource on nodes. It is trivial to hit the task limit without hitting any other resource limits, which can then cause instability to a host machine.
    kubernetes.io/docs/concepts/policy/pid-limiting/
    Registered: Fri Jun 07 05:44:20 UTC 2024
    - 422.5K bytes
    - Viewed (0)
  10. Guide for Running Windows Containers in Kuberne...

    This page provides a walkthrough for some steps you can follow to run Windows containers using Kubernetes. The page also highlights some Windows specific functionality within Kubernetes. It is important to note that creating and deploying services and workloads on Kubernetes behaves in much the same way for Linux and Windows containers. The kubectl commands to interface with the cluster are identical. The examples in this page are provided to jumpstart your experience with Windows containers.
    kubernetes.io/docs/concepts/windows/user-guide/
    Registered: Fri Jun 07 05:44:33 UTC 2024
    - 450.5K bytes
    - Viewed (0)
Back to top