- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 361 - 370 of 562 for content_length:[500000 TO 999999] (0.09 sec)
-
Resource Management for Pods and Containers | K...
When you specify a Pod, you can optionally specify how much of each resource a container needs. The most common resources to specify are CPU and memory (RAM); there are others. When you specify the resource request for containers in a Pod, the kube-scheduler uses this information to decide which node to place the Pod on. When you specify a resource limit for a container, the kubelet enforces those limits so that the running container is not allowed to use more of that resource than the limit you set.kubernetes.io/docs/concepts/configuration/manage-resources-containers/Registered: Wed Sep 03 05:56:18 UTC 2025 - 529.3K bytes - Viewed (0) -
Storage Classes | Kubernetes
This document describes the concept of a StorageClass in Kubernetes. Familiarity with volumes and persistent volumes is suggested. A StorageClass provides a way for administrators to describe the classes of storage they offer. Different classes might map to quality-of-service levels, or to backup policies, or to arbitrary policies determined by the cluster administrators. Kubernetes itself is unopinionated about what classes represent. The Kubernetes concept of a storage class is similar to “profiles” in some other storage system designs.kubernetes.io/docs/concepts/storage/storage-classes/Registered: Wed Sep 03 05:56:01 UTC 2025 - 518K bytes - Viewed (0) -
Install Drivers and Allocate Devices with DRA |...
FEATURE STATE: Kubernetes v1.34 [stable] (enabled by default: true) This tutorial shows you how to install Dynamic Resource Allocation (DRA) drivers in your cluster and how to use them in conjunction with the DRA APIs to allocate devices to Pods. This page is intended for cluster administrators. Dynamic Resource Allocation (DRA) lets a cluster manage availability and allocation of hardware resources to satisfy Pod-based claims for hardware requirements and preferences.kubernetes.io/docs/tutorials/cluster-management/install-use-dra/Registered: Wed Sep 03 06:31:27 UTC 2025 - 532.9K bytes - Viewed (0) -
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: Wed Sep 03 06:32:23 UTC 2025 - 590.9K bytes - Viewed (0) -
Auditing | Kubernetes
Kubernetes auditing provides a security-relevant, chronological set of records documenting the sequence of actions in a cluster. The cluster audits the activities generated by users, by applications that use the Kubernetes API, and by the control plane itself. Auditing allows cluster administrators to answer the following questions: what happened? when did it happen? who initiated it? on what did it happen? where was it observed? from where was it initiated?kubernetes.io/docs/tasks/debug/debug-cluster/audit/Registered: Wed Sep 03 06:21:43 UTC 2025 - 490.7K bytes - Viewed (0) -
Certificate Management with kubeadm | Kubernetes
FEATURE STATE: Kubernetes v1.15 [stable] Client certificates generated by kubeadm expire after 1 year. This page explains how to manage certificate renewals with kubeadm. It also covers other tasks related to kubeadm certificate management. The Kubernetes project recommends upgrading to the latest patch releases promptly, and to ensure that you are running a supported minor release of Kubernetes. Following this recommendation helps you to stay secure. Before you begin You should be familiar with PKI certificates and requirements in Kubernetes.kubernetes.io/docs/tasks/administer-cluster/kubeadm/kubeadm-certs/Registered: Wed Sep 03 06:06:17 UTC 2025 - 514.6K bytes - Viewed (0) -
Pod Topology Spread Constraints | Kubernetes
You can use topology spread constraints to control how Pods are spread across your cluster among failure-domains such as regions, zones, nodes, and other user-defined topology domains. This can help to achieve high availability as well as efficient resource utilization. You can set cluster-level constraints as a default, or configure topology spread constraints for individual workloads. Motivation Imagine that you have a cluster of up to twenty nodes, and you want to run a workload that automatically scales how many replicas it uses.kubernetes.io/docs/concepts/scheduling-eviction/topology-spread-constraints/Registered: Wed Sep 03 06:08:36 UTC 2025 - 514.3K bytes - Viewed (0) -
Install and Set Up kubectl on macOS | Kubernetes
Before you begin You must use a kubectl version that is within one minor version difference of your cluster. For example, a v1.34 client can communicate with v1.33, v1.34, and v1.35 control planes. Using the latest compatible version of kubectl helps avoid unforeseen issues. Install kubectl on macOS The following methods exist for installing kubectl on macOS: Install kubectl on macOS Install kubectl binary with curl on macOS Install with Homebrew on macOS Install with Macports on macOS Verify kubectl configuration Optional kubectl configurations and plugins Enable shell autocompletion Install kubectl convert plugin Install kubectl binary with curl on macOS Download the latest release:kubernetes.io/docs/tasks/tools/install-kubectl-macos/Registered: Wed Sep 03 06:08:11 UTC 2025 - 490.5K bytes - Viewed (0) -
What’s new in 0.24.0 (January 25, 2019) — panda...
Skip to main content Back to top Ctrl + K GitHub Twitter Mastodon What’s new in 0.24.0 (January 25, 2019) # Warning T...pandas.pydata.org/pandas-docs/stable/whatsnew/v0.24.0.htmlRegistered: Wed Sep 03 08:08:47 UTC 2025 - Last Modified: Thu Aug 21 08:54:58 UTC 2025 - 522.9K bytes - Viewed (0) -
Oauth2️⃣ ⏮️ 🔐 (& 🔁), 📨 ⏮️ 🥙 🤝 - FastAPI
fastapi.tiangolo.com/em/tutorial/security/oauth2-jwt/Registered: Wed Sep 03 08:11:33 UTC 2025 - 604.7K bytes - Viewed (0)