Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 321 - 330 of 670 for host:kubernetes.io (0.12 sec)

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  9. External APIs | Kubernetes

    External APIs Kubernetes Custom Metrics (v1beta2) Kubernetes External Metrics (v1beta1) Kubernetes Metrics (v1beta1) ...
    kubernetes.io/docs/reference/external-api/
    Registered: Tue Nov 26 05:41:02 UTC 2024
    - 419.8K bytes
    - Viewed (0)
  10. 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: Tue Nov 26 04:59:34 UTC 2024
    - 465.9K bytes
    - Viewed (0)
Back to top