Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 1 - 10 of 628 for host:kubernetes.io (0.02 sec)

  1. Overview of Cloud Native Security | Kubernetes

    A model for thinking about Kubernetes security in the context of Cloud Native security.
    kubernetes.io/docs/concepts/security/overview/
    Registered: Fri Feb 16 07:30:36 UTC 2024
    - 422.6K bytes
    - Viewed (0)
  2. Cloud Native Security and Kubernetes | Kubernetes

    Concepts for keeping your cloud-native workload secure.
    kubernetes.io/docs/concepts/security/cloud-native-security/
    Registered: Fri Apr 12 07:24:35 UTC 2024
    - 424.2K bytes
    - Viewed (0)
  3. Service Accounts | Kubernetes

    Learn about ServiceAccount objects in Kubernetes.
    kubernetes.io/docs/concepts/security/service-accounts/
    Registered: Fri Apr 12 07:24:45 UTC 2024
    - 431.7K bytes
    - Viewed (0)
  4. Good practices for Kubernetes Secrets | Kubernetes

    Principles and practices for good Secret management for cluster administrators and application developers.
    kubernetes.io/docs/concepts/security/secrets-good-practices/
    Registered: Fri Apr 12 07:24:49 UTC 2024
    - 420.3K bytes
    - Viewed (0)
  5. Pod Security Admission | Kubernetes

    An overview of the Pod Security Admission Controller, which can enforce the Pod Security Standards.
    kubernetes.io/docs/concepts/security/pod-security-admission/
    Registered: Fri Apr 12 07:23:17 UTC 2024
    - 423.3K bytes
    - Viewed (0)
  6. Kubernetes Scheduler | Kubernetes

    In Kubernetes, scheduling refers to making sure that Pods are matched to Nodes so that Kubelet can run them. Scheduling overview A scheduler watches for newly created Pods that have no Node assigned. For every Pod that the scheduler discovers, the scheduler becomes responsible for finding the best Node for that Pod to run on. The scheduler reaches this placement decision taking into account the scheduling principles described below.
    kubernetes.io/docs/concepts/scheduling-eviction/kube-scheduler/
    Registered: Fri Apr 12 07:23:41 UTC 2024
    - 419.5K bytes
    - Viewed (0)
  7. Dynamic Resource Allocation | Kubernetes

    FEATURE STATE: Kubernetes v1.27 [alpha] Dynamic resource allocation is an API for requesting and sharing resources between pods and containers inside a pod. It is a generalization of the persistent volumes API for generic resources. Third-party resource drivers are responsible for tracking and allocating resources. Different kinds of resources support arbitrary parameters for defining requirements and initialization. Before you begin Kubernetes v1.29 includes cluster-level API support for dynamic resource allocation, but it needs to be enabled explicitly.
    kubernetes.io/docs/concepts/scheduling-eviction/dynamic-resource-allocation/
    Registered: Fri Apr 12 07:26:46 UTC 2024
    - 434.4K bytes
    - Viewed (0)
  8. Scheduler Performance Tuning | Kubernetes

    FEATURE STATE: Kubernetes v1.14 [beta] kube-scheduler is the Kubernetes default scheduler. It is responsible for placement of Pods on Nodes in a cluster. Nodes in a cluster that meet the scheduling requirements of a Pod are called feasible Nodes for the Pod. The scheduler finds feasible Nodes for a Pod and then runs a set of functions to score the feasible Nodes, picking a Node with the highest score among the feasible ones to run the Pod.
    kubernetes.io/docs/concepts/scheduling-eviction/scheduler-perf-tuning/
    Registered: Fri Apr 12 07:26:50 UTC 2024
    - 422.2K bytes
    - Viewed (0)
  9. Check whether dockershim removal affects you | ...

    The dockershim component of Kubernetes allows the use of Docker as a Kubernetes's container runtime. Kubernetes' built-in dockershim component was removed in release v1.24. This page explains how your cluster could be using Docker as a container runtime, provides details on the role that dockershim plays when in use, and shows steps you can take to check whether any workloads could be affected by dockershim removal. Finding if your app has a dependencies on Docker If you are using Docker for building your application containers, you can still run these containers on any container runtime.
    kubernetes.io/docs/tasks/administer-cluster/migrating-from-dockershim/check-if-dockershim-removal...
    Registered: Fri Apr 12 07:27:35 UTC 2024
    - 423.1K bytes
    - Viewed (0)
  10. 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: Fri Apr 12 07:24:59 UTC 2024
    - 420.6K bytes
    - Viewed (1)
Back to top