- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 491 - 500 of 685 for host:kubernetes.io (0.03 sec)
-
Projected Volumes | Kubernetes
This document describes projected volumes in Kubernetes. Familiarity with volumes is suggested. Introduction A projected volume maps several existing volume sources into the same directory. Currently, the following types of volume sources can be projected: secret downwardAPI configMap serviceAccountToken clusterTrustBundle All sources are required to be in the same namespace as the Pod. For more details, see the all-in-one volume design document. Example configuration with a secret, a downwardAPI, and a configMap pods/storage/projected-secret-downwardapi-configmap.kubernetes.io/docs/concepts/storage/projected-volumes/Registered: Wed Apr 16 05:58:26 UTC 2025 - 470.4K bytes - Viewed (0) -
ReplicaSet | Kubernetes
A ReplicaSet's purpose is to maintain a stable set of replica Pods running at any given time. Usually, you define a Deployment and let that Deployment manage ReplicaSets automatically.kubernetes.io/docs/concepts/workloads/controllers/replicaset/Registered: Wed Apr 16 05:57:55 UTC 2025 - 474.1K bytes - Viewed (0) -
Node-specific Volume Limits | Kubernetes
This page describes the maximum number of volumes that can be attached to a Node for various cloud providers. Cloud providers like Google, Amazon, and Microsoft typically have a limit on how many volumes can be attached to a Node. It is important for Kubernetes to respect those limits. Otherwise, Pods scheduled on a Node could get stuck waiting for volumes to attach. Kubernetes default limits The Kubernetes scheduler has default limits on the number of volumes that can be attached to a Node:kubernetes.io/docs/concepts/storage/storage-limits/Registered: Wed Apr 16 05:57:42 UTC 2025 - 436.4K bytes - Viewed (0) -
Kubernetes API Server Bypass Risks | Kubernetes
Security architecture information relating to the API server and other componentskubernetes.io/docs/concepts/security/api-server-bypass-risks/Registered: Wed Apr 16 05:59:17 UTC 2025 - 440K bytes - Viewed (0) -
Scheduling, Preemption and Eviction | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/concepts/scheduling-eviction/Registered: Wed Apr 16 06:00:50 UTC 2025 - 436.3K bytes - Viewed (0) -
Taints and Tolerations | Kubernetes
Node affinity is a property of Pods that attracts them to a set of nodes (either as a preference or a hard requirement). Taints are the opposite -- they allow a node to repel a set of pods. Tolerations are applied to pods. Tolerations allow the scheduler to schedule pods with matching taints. Tolerations allow scheduling but don't guarantee scheduling: the scheduler also evaluates other parameters as part of its function.kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/Registered: Wed Apr 16 06:00:54 UTC 2025 - 461.9K bytes - Viewed (0) -
Security Checklist | Kubernetes
Baseline checklist for ensuring security in Kubernetes clusters.kubernetes.io/docs/concepts/security/security-checklist/Registered: Wed Apr 16 06:00:58 UTC 2025 - 455.9K bytes - Viewed (0) -
Configure Minimum and Maximum Memory Constraint...
Define a range of valid memory resource limits for a namespace, so that every new Pod in that namespace falls within the range you configure.kubernetes.io/docs/tasks/administer-cluster/manage-resources/memory-constraint-namespace/Registered: Wed Apr 16 06:01:11 UTC 2025 - 463.7K bytes - Viewed (0) -
Configure Default Memory Requests and Limits fo...
Define a default memory resource limit for a namespace, so that every new Pod in that namespace has a memory resource limit configured.kubernetes.io/docs/tasks/administer-cluster/manage-resources/memory-default-namespace/Registered: Wed Apr 16 06:01:29 UTC 2025 - 456.7K bytes - Viewed (0) -
Weave Net for NetworkPolicy | Kubernetes
This page shows how to use Weave Net for NetworkPolicy. Before you begin You need to have a Kubernetes cluster. Follow the kubeadm getting started guide to bootstrap one. Install the Weave Net addon Follow the Integrating Kubernetes via the Addon guide. The Weave Net addon for Kubernetes comes with a Network Policy Controller that automatically monitors Kubernetes for any NetworkPolicy annotations on all namespaces and configures iptables rules to allow or block traffic as directed by the policies.kubernetes.io/docs/tasks/administer-cluster/network-policy-provider/weave-network-policy/Registered: Wed Apr 16 06:03:27 UTC 2025 - 435.6K bytes - Viewed (0)