- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 611 - 620 of 670 for host:kubernetes.io (0.04 sec)
-
Configure RunAsUserName for Windows pods and co...
FEATURE STATE: Kubernetes v1.18 [stable] This page shows how to use the runAsUserName setting for Pods and containers that will run on Windows nodes. This is roughly equivalent of the Linux-specific runAsUser setting, allowing you to run applications in a container as a different username than the default. 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/configure-runasusername/Registered: Tue Nov 26 03:46:39 UTC 2024 - 439.5K bytes - Viewed (0) -
Use Cascading Deletion in a Cluster | Kubernetes
This page shows you how to specify the type of cascading deletion to use in your cluster during garbage collection. 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/use-cascading-deletion/Registered: Tue Nov 26 03:47:54 UTC 2024 - 437.5K 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: Tue Nov 26 03:45:58 UTC 2024 - 488.8K 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: Tue Nov 26 03:43:21 UTC 2024 - 455.9K bytes - Viewed (0) -
Using a KMS provider for data encryption | Kube...
This page shows how to configure a Key Management Service (KMS) provider and plugin to enable secret data encryption. In Kubernetes 1.31 there are two versions of KMS at-rest encryption. You should use KMS v2 if feasible because KMS v1 is deprecated (since Kubernetes v1.28) and disabled by default (since Kubernetes v1.29). KMS v2 offers significantly better performance characteristics than KMS v1. Caution:This documentation is for the generally available implementation of KMS v2 (and for the deprecated version 1 implementation).kubernetes.io/docs/tasks/administer-cluster/kms-provider/Registered: Tue Nov 26 03:46:23 UTC 2024 - 457.1K bytes - Viewed (0) -
Auditing | Kubernetes
Kubernetes auditing provides a security-relevant, chronological set of records documenting the sequence of actions in a cluster. The cluster audits the activities generated by users, by applications that use the Kubernetes API, and by the control plane itself. Auditing allows cluster administrators to answer the following questions: what happened? when did it happen? who initiated it? on what did it happen? where was it observed? from where was it initiated?kubernetes.io/docs/tasks/debug/debug-cluster/audit/Registered: Tue Nov 26 04:10:36 UTC 2024 - 456.4K bytes - Viewed (0) -
Configure a Pod to Use a Volume for Storage | K...
This page shows how to configure a Pod to use a Volume for storage. A Container's file system lives only as long as the Container does. So when a Container terminates and restarts, filesystem changes are lost. For more consistent storage that is independent of the Container, you can use a Volume. This is especially important for stateful applications, such as key-value stores (such as Redis) and databases. 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/configure-volume-storage/Registered: Tue Nov 26 04:10:43 UTC 2024 - 436.7K bytes - Viewed (0) -
Monitoring, Logging, and Debugging | Kubernetes
Set up monitoring and logging to troubleshoot a cluster, or debug a containerized application.kubernetes.io/docs/tasks/debug/Registered: Tue Nov 26 04:04:29 UTC 2024 - 429.3K bytes - Viewed (0) -
Configure a Pod to Use a Projected Volume for S...
This page shows how to use a projected Volume to mount several existing volume sources into the same directory. Currently, secret, configMap, downwardAPI, and serviceAccountToken volumes can be projected. Note:serviceAccountToken is not a volume type. 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.kubernetes.io/docs/tasks/configure-pod-container/configure-projected-volume-storage/Registered: Tue Nov 26 04:07:24 UTC 2024 - 434.8K bytes - Viewed (0) -
Hello Minikube | Kubernetes
This tutorial shows you how to run a sample app on Kubernetes using minikube. The tutorial provides a container image that uses NGINX to echo back all the requests. Objectives Deploy a sample application to minikube. Run the app. View application logs. Before you begin This tutorial assumes that you have already set up minikube. See Step 1 in minikube start for installation instructions. Note:Only execute the instructions in Step 1, Installation.kubernetes.io/docs/tutorials/hello-minikube/Registered: Tue Nov 26 04:32:35 UTC 2024 - 441.6K bytes - Viewed (0)