- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 381 - 390 of 686 for host:kubernetes.io (0.04 sec)
-
Pod Security Policies | Kubernetes
Removed feature PodSecurityPolicy was deprecated in Kubernetes v1.21, and removed from Kubernetes in v1.25. Instead of using PodSecurityPolicy, you can enforce similar restrictions on Pods using either or both: Pod Security Admission a 3rd party admission plugin, that you deploy and configure yourself For a migration guide, see Migrate from PodSecurityPolicy to the Built-In PodSecurity Admission Controller. For more information on the removal of this API, see PodSecurityPolicy Deprecation: Past, Present, and Future.kubernetes.io/docs/concepts/security/pod-security-policy/Registered: Wed Jun 04 06:45:45 UTC 2025 - 447K 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 Jun 04 06:48:55 UTC 2025 - 477.1K bytes - Viewed (0) -
Configuring a cgroup driver | Kubernetes
This page explains how to configure the kubelet's cgroup driver to match the container runtime cgroup driver for kubeadm clusters. Before you begin You should be familiar with the Kubernetes container runtime requirements. Configuring the container runtime cgroup driver The Container runtimes page explains that the systemd driver is recommended for kubeadm based setups instead of the kubelet's default cgroupfs driver, because kubeadm manages the kubelet as a systemd service.kubernetes.io/docs/tasks/administer-cluster/kubeadm/configure-cgroup-driver/Registered: Wed Jun 04 06:48:43 UTC 2025 - 454.2K bytes - Viewed (0) -
Resource Quotas | Kubernetes
When several users or teams share a cluster with a fixed number of nodes, there is a concern that one team could use more than its fair share of resources. Resource quotas are a tool for administrators to address this concern. A resource quota, defined by a ResourceQuota object, provides constraints that limit aggregate resource consumption per namespace. A ResourceQuota can also limit the quantity of objects that can be created in a namespace by API kind, as well as the total amount of infrastructure resources that may be consumed by API objects found in that namespace.kubernetes.io/docs/concepts/policy/resource-quotas/Registered: Wed Jun 04 06:41:12 UTC 2025 - 534.8K bytes - Viewed (0) -
Secrets | Kubernetes
A Secret is an object that contains a small amount of sensitive data such as a password, a token, or a key. Such information might otherwise be put in a Pod specification or in a container image. Using a Secret means that you don't need to include confidential data in your application code. Because Secrets can be created independently of the Pods that use them, there is less risk of the Secret (and its data) being exposed during the workflow of creating, viewing, and editing Pods.kubernetes.io/docs/concepts/configuration/secret/Registered: Wed Jun 04 06:41:22 UTC 2025 - 521.7K bytes - Viewed (0) -
Organizing Cluster Access Using kubeconfig File...
Use kubeconfig files to organize information about clusters, users, namespaces, and authentication mechanisms. The kubectl command-line tool uses kubeconfig files to find the information it needs to choose a cluster and communicate with the API server of a cluster. Note:A file that is used to configure access to clusters is called a kubeconfig file. This is a generic way of referring to configuration files. It does not mean that there is a file named kubeconfig.kubernetes.io/docs/concepts/configuration/organize-cluster-access-kubeconfig/Registered: Wed Jun 04 06:41:28 UTC 2025 - 457.6K bytes - Viewed (0) -
Security Checklist | Kubernetes
Baseline checklist for ensuring security in Kubernetes clusters.kubernetes.io/docs/concepts/security/security-checklist/Registered: Wed Jun 04 06:40:42 UTC 2025 - 469.5K bytes - Viewed (0) -
Migrating from dockershim | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/tasks/administer-cluster/migrating-from-dockershim/Registered: Wed Jun 04 06:47:21 UTC 2025 - 448.1K bytes - Viewed (0) -
Manage Memory, CPU, and API Resources | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/tasks/administer-cluster/manage-resources/Registered: Wed Jun 04 06:47:25 UTC 2025 - 446.5K bytes - Viewed (0) -
Policies | Kubernetes
Manage security and best-practices with policies.kubernetes.io/docs/concepts/policy/Registered: Wed Jun 04 06:47:14 UTC 2025 - 451.3K bytes - Viewed (0)