Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 21 - 30 of 629 for content_length:[100000 TO 499999] (0.02 sec)

  1. 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 26 07:25:45 UTC 2024
    - 424.5K bytes
    - Viewed (0)
  2. Logging Architecture | Kubernetes

    Application logs can help you understand what is happening inside your application. The logs are particularly useful for debugging problems and monitoring cluster activity. Most modern applications have some kind of logging mechanism. Likewise, container engines are designed to support logging. The easiest and most adopted logging method for containerized applications is writing to standard output and standard error streams. However, the native functionality provided by a container engine or runtime is usually not enough for a complete logging solution.
    kubernetes.io/docs/concepts/cluster-administration/logging/
    Registered: Fri Apr 26 07:29:26 UTC 2024
    - 463K bytes
    - Viewed (0)
  3. Metrics for Kubernetes Object States | Kubernetes

    kube-state-metrics, an add-on agent to generate and expose cluster-level metrics.
    kubernetes.io/docs/concepts/cluster-administration/kube-state-metrics/
    Registered: Fri Apr 26 07:29:32 UTC 2024
    - 417.6K 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 26 07:31:00 UTC 2024
    - 421.5K bytes
    - Viewed (0)
  5. Install and Set Up kubectl on Windows | Kubernetes

    Before you begin You must use a kubectl version that is within one minor version difference of your cluster. For example, a v1.30 client can communicate with v1.29, v1.30, and v1.31 control planes. Using the latest compatible version of kubectl helps avoid unforeseen issues. Install kubectl on Windows The following methods exist for installing kubectl on Windows: Install kubectl binary with curl on Windows Install on Windows using Chocolatey, Scoop, or winget Install kubectl binary with curl on Windows Download the latest 1.
    kubernetes.io/docs/tasks/tools/install-kubectl-windows/
    Registered: Fri Apr 26 07:31:24 UTC 2024
    - 432.1K bytes
    - Viewed (0)
  6. 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 26 07:29:44 UTC 2024
    - 423.4K bytes
    - Viewed (0)
  7. Install Tools | Kubernetes

    Set up Kubernetes tools on your computer.
    kubernetes.io/docs/tasks/tools/
    Registered: Fri Apr 26 07:29:55 UTC 2024
    - 415.3K bytes
    - Viewed (0)
  8. Dynamic Resource Allocation | Kubernetes

    FEATURE STATE: Kubernetes v1.26 [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, with additional support provided by Kubernetes via structured parameters (introduced in Kubernetes 1.30). When a driver uses structured parameters, Kubernetes handles scheduling and resource allocation without having to communicate with the driver.
    kubernetes.io/docs/concepts/scheduling-eviction/dynamic-resource-allocation/
    Registered: Fri Apr 26 07:31:59 UTC 2024
    - 439.1K 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 26 07:32:41 UTC 2024
    - 424.3K bytes
    - Viewed (0)
  10. 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 26 07:28:56 UTC 2024
    - 420.7K bytes
    - Viewed (0)
Back to top