- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 251 - 260 of 430 for content_length:[500000 TO 999999] (0.03 sec)
-
mxnet.ndarray.ndarray — Apache MXNet documentation
Source code for mxnet.ndarray.ndarray # Licensed to the Apache Software Foundation (ASF) under one # or more contribu...mxnet.apache.org/versions/master/api/python/docs/_modules/mxnet/ndarray/ndarray.htmlRegistered: Wed Apr 16 07:28:11 UTC 2025 - Last Modified: Thu Jan 05 05:04:49 UTC 2023 - 711.4K bytes - Viewed (0) -
Configure Liveness, Readiness and Startup Probe...
This page shows how to configure liveness, readiness and startup probes for containers. For more information about probes, see Liveness, Readiness and Startup Probes The kubelet uses liveness probes to know when to restart a container. For example, liveness probes could catch a deadlock, where an application is running, but unable to make progress. Restarting a container in such a state can help to make the application more available despite bugs.kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/Registered: Wed Apr 16 06:10:03 UTC 2025 - 495.5K bytes - Viewed (0) -
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: Wed Apr 16 06:12:50 UTC 2025 - 567K bytes - Viewed (0) -
Encrypting Confidential Data at Rest | Kubernetes
All of the APIs in Kubernetes that let you write persistent API resource data support at-rest encryption. For example, you can enable at-rest encryption for Secrets. This at-rest encryption is additional to any system-level encryption for the etcd cluster or for the filesystem(s) on hosts where you are running the kube-apiserver. This page shows how to enable and configure encryption of API data at rest. Note:This task covers encryption for resource data stored using the Kubernetes API.kubernetes.io/docs/tasks/administer-cluster/encrypt-data/Registered: Wed Apr 16 06:12:42 UTC 2025 - 498.1K bytes - Viewed (0) -
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: Wed Apr 16 05:54:19 UTC 2025 - 542.4K 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 Apr 16 05:54:28 UTC 2025 - 491.3K bytes - Viewed (0) -
Custom Response Classes - File, HTML, Redirect,...
fastapi.tiangolo.com/ru/reference/responses/Registered: Wed Apr 16 05:19:00 UTC 2025 - 670.3K bytes - Viewed (0) -
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 Apr 16 05:56:03 UTC 2025 - 506.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 Apr 16 05:58:34 UTC 2025 - 495.8K bytes - Viewed (0) -
Network Policies | Kubernetes
If you want to control traffic flow at the IP address or port level (OSI layer 3 or 4), NetworkPolicies allow you to specify rules for traffic flow within your cluster, and also between Pods and the outside world. Your cluster must use a network plugin that supports NetworkPolicy enforcement.kubernetes.io/docs/concepts/services-networking/network-policies/Registered: Wed Apr 16 05:59:58 UTC 2025 - 492.7K bytes - Viewed (0)