- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 301 - 310 of 685 for host:kubernetes.io (0.03 sec)
-
Decrypt Confidential Data that is Already Encry...
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 switch from encryption of API data at rest, so that API data are stored unencrypted.kubernetes.io/docs/tasks/administer-cluster/decrypt-data/Registered: Wed Apr 16 06:12:17 UTC 2025 - 445.3K bytes - Viewed (0) -
Pull an Image from a Private Registry | Kubernetes
This page shows how to create a Pod that uses a Secret to pull an image from a private container image registry or repository. There are many private registries in use. This task uses Docker Hub as an example registry. ๐ This item links to a third party project or product that is not part of Kubernetes itself. More information Before you begin 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/configure-pod-container/pull-image-private-registry/Registered: Wed Apr 16 06:12:21 UTC 2025 - 456.7K bytes - Viewed (0) -
Run a Single-Instance Stateful Application | Ku...
This page shows you how to run a single-instance stateful application in Kubernetes using a PersistentVolume and a Deployment. The application is MySQL. Objectives Create a PersistentVolume referencing a disk in your environment. Create a MySQL Deployment. Expose MySQL to other pods in the cluster at a known DNS name. Before you begin 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/run-application/run-single-instance-stateful-application/Registered: Wed Apr 16 06:16:16 UTC 2025 - 457.7K bytes - Viewed (0) -
Perform a Rollback on a DaemonSet | Kubernetes
This page shows how to perform a rollback on a DaemonSet. 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/manage-daemon/rollback-daemon-set/Registered: Wed Apr 16 06:16:46 UTC 2025 - 440.2K bytes - Viewed (0) -
List All Container Images Running in a Cluster ...
This page shows how to use kubectl to list all of the Container images for Pods running in a cluster. 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/access-application-cluster/list-all-running-container-images/Registered: Wed Apr 16 06:16:22 UTC 2025 - 441.1K bytes - Viewed (0) -
kubectl explain | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/kubectl/generated/kubectl_explain/Registered: Wed Apr 16 06:40:19 UTC 2025 - 441.8K bytes - Viewed (0) -
kubectl kustomize | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/kubectl/generated/kubectl_kustomize/Registered: Wed Apr 16 06:40:35 UTC 2025 - 442.1K bytes - Viewed (0) -
index.json
{"_kubernetes_io":{"feed_refresh_job":"https://testgrid.k8s.io/sig-security-cve-feed#auto-refreshing-official-cve-feed","updated_at":"2025-04-16T05:12:55Z"},"authors":[{"name":"Kubernetes Community...kubernetes.io/docs/reference/issues-security/official-cve-feed/index.jsonRegistered: Wed Apr 16 06:58:57 UTC 2025 - 204.2K bytes - Viewed (0) -
Utilizing the NUMA-aware Memory Manager | Kuber...
FEATURE STATE: Kubernetes v1.32 [stable] (enabled by default: true) The Kubernetes Memory Manager enables the feature of guaranteed memory (and hugepages) allocation for pods in the Guaranteed QoS class. The Memory Manager employs hint generation protocol to yield the most suitable NUMA affinity for a pod. The Memory Manager feeds the central manager (Topology Manager) with these affinity hints. Based on both the hints and Topology Manager policy, the pod is rejected or admitted to the node.kubernetes.io/docs/tasks/administer-cluster/memory-manager/Registered: Wed Apr 16 06:14:22 UTC 2025 - 473.9K bytes - Viewed (0) -
Performing a Rolling Update | Kubernetes
Objectives Perform a rolling update using kubectl. Updating an application Rolling updates allow Deployments' update to take place with zero downtime by incrementally updating Pods instances with new ones. Users expect applications to be available all the time, and developers are expected to deploy new versions of them several times a day. In Kubernetes this is done with rolling updates. A rolling update allows a Deployment update to take place with zero downtime.kubernetes.io/docs/tutorials/kubernetes-basics/update/update-intro/Registered: Wed Apr 16 06:20:04 UTC 2025 - 446.1K bytes - Viewed (0)