- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 231 - 240 of 673 for host:kubernetes.io (0.03 sec)
-
Reserve Compute Resources for System Daemons | ...
Kubernetes nodes can be scheduled to Capacity. Pods can consume all the available capacity on a node by default. This is an issue because nodes typically run quite a few system daemons that power the OS and Kubernetes itself. Unless resources are set aside for these system daemons, pods and system daemons compete for resources and lead to resource starvation issues on the node. The kubelet exposes a feature named 'Node Allocatable' that helps to reserve compute resources for system daemons.kubernetes.io/docs/tasks/administer-cluster/reserve-compute-resources/Registered: Wed Feb 12 06:03:45 UTC 2025 - 442.7K bytes - Viewed (0) -
Operating etcd clusters for Kubernetes | Kubern...
etcd is a consistent and highly-available key value store used as Kubernetes' backing store for all cluster data. If your Kubernetes cluster uses etcd as its backing store, make sure you have a back up plan for the data. You can find in-depth information about etcd in the official documentation. Before you begin Before you follow steps in this page to deploy, manage, back up or restore etcd, you need to understand the typical expectations for operating an etcd cluster.kubernetes.io/docs/tasks/administer-cluster/configure-upgrade-etcd/Registered: Wed Feb 12 06:03:40 UTC 2025 - 460.6K bytes - Viewed (0) -
Resize CPU and Memory Resources assigned to Con...
FEATURE STATE: Kubernetes v1.27 [alpha] (enabled by default: false) This page assumes that you are familiar with Quality of Service for Kubernetes Pods. This page shows how to resize CPU and memory resources assigned to containers of a running pod without restarting the pod or its containers. A Kubernetes node allocates resources for a pod based on its requests, and restricts the pod's resource usage based on the limits specified in the pod's containers.kubernetes.io/docs/tasks/configure-pod-container/resize-container-resources/Registered: Wed Feb 12 06:02:57 UTC 2025 - 459.2K bytes - Viewed (0) -
Change the Access Mode of a PersistentVolume to...
This page shows how to change the access mode on an existing PersistentVolume to use ReadWriteOncePod. Before you begin You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to communicate with your cluster. It is recommended to run this tutorial on a cluster with at least two nodes that are not acting as control plane hosts. If you do not already have a cluster, you can create one by using minikube or you can use one of these Kubernetes playgrounds:kubernetes.io/docs/tasks/administer-cluster/change-pv-access-mode-readwriteoncepod/Registered: Wed Feb 12 06:03:34 UTC 2025 - 444.7K bytes - Viewed (0) -
Manage Cluster Daemons | Kubernetes
Perform common tasks for managing a DaemonSet, such as performing a rolling update.kubernetes.io/docs/tasks/manage-daemon/Registered: Wed Feb 12 06:17:20 UTC 2025 - 426.7K bytes - Viewed (0) -
Learn Kubernetes Basics | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/tutorials/kubernetes-basics/Registered: Wed Feb 12 06:16:52 UTC 2025 - 432.7K bytes - Viewed (0) -
Example: Deploying WordPress and MySQL with Per...
This tutorial shows you how to deploy a WordPress site and a MySQL database using Minikube. Both applications use PersistentVolumes and PersistentVolumeClaims to store data. A PersistentVolume (PV) is a piece of storage in the cluster that has been manually provisioned by an administrator, or dynamically provisioned by Kubernetes using a StorageClass. A PersistentVolumeClaim (PVC) is a request for storage by a user that can be fulfilled by a PV.kubernetes.io/docs/tutorials/stateful-application/mysql-wordpress-persistent-volume/Registered: Wed Feb 12 06:24:50 UTC 2025 - 470.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 Feb 12 06:24:19 UTC 2025 - 569.2K bytes - Viewed (0) -
Reference | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/Registered: Wed Feb 12 06:24:59 UTC 2025 - 435K 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 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 Feb 12 05:56:47 UTC 2025 - 487.8K bytes - Viewed (0)