Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: test

Results 81 - 90 of 669 for timestamp:[now/d-1y TO *] (0.04 sec)

  1. kubectl certificate approve | Kubernetes

    Synopsis Approve a certificate signing request. kubectl certificate approve allows a cluster admin to approve a certificate signing request (CSR). This action tells a certificate signing controller to issue a certificate to the requester with the attributes requested in the CSR. SECURITY NOTICE: Depending on the requested attributes, the issued certificate can potentially grant a requester access to cluster resources or to authenticate as a requested identity. Before approving a CSR, ensure you understand what the signed certificate can do.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_certificate/kubectl_certificate_approve/
    Registered: Mon Oct 28 09:27:48 UTC 2024
    - 435.6K bytes
    - Viewed (0)
  2. 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: Mon Oct 28 09:21:25 UTC 2024
    - 467.9K bytes
    - Viewed (0)
  3. Audit Annotations | Kubernetes

    This page serves as a reference for the audit annotations of the kubernetes.io namespace. These annotations apply to Event object from API group audit.k8s.io. Note:The following annotations are not used within the Kubernetes API. When you enable auditing in your cluster, audit event data is written using Event from API group audit.k8s.io. The annotations apply to audit events. Audit events are different from objects in the Event API (API group events.
    kubernetes.io/docs/reference/labels-annotations-taints/audit-annotations/
    Registered: Mon Oct 28 09:21:48 UTC 2024
    - 432.8K bytes
    - Viewed (0)
  4. Using a Service to Expose Your App | Kubernetes

    Learn about a Service in Kubernetes. Understand how labels and selectors relate to a Service. Expose an application outside a Kubernetes cluster.
    kubernetes.io/docs/tutorials/kubernetes-basics/expose/expose-intro/
    Registered: Mon Oct 28 09:20:17 UTC 2024
    - 436.5K bytes
    - Viewed (0)
  5. Scale Your App | Kubernetes

    Scale Your App Running Multiple Instances of Your App Scale an existing app manually using kubectl. Feedback Was this...
    kubernetes.io/docs/tutorials/kubernetes-basics/scale/
    Registered: Mon Oct 28 09:20:21 UTC 2024
    - 424.3K bytes
    - Viewed (0)
  6. 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: Mon Oct 28 09:20:38 UTC 2024
    - 443.6K bytes
    - Viewed (0)
  7. 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: Mon Oct 28 09:11:03 UTC 2024
    - 458.4K bytes
    - Viewed (0)
  8. 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: Mon Oct 28 09:09:56 UTC 2024
    - 459.1K bytes
    - Viewed (0)
  9. Use an Image Volume With a Pod | Kubernetes

    FEATURE STATE: Kubernetes v1.31 [alpha] (enabled by default: false) This page shows how to configure a pod using image volumes. This allows you to mount content from OCI registries inside containers. 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/image-volumes/
    Registered: Mon Oct 28 09:10:34 UTC 2024
    - 432.5K bytes
    - Viewed (0)
  10. kubectl rollout history | Kubernetes

    Synopsis View previous rollout revisions and configurations. kubectl rollout history (TYPE NAME | TYPE/NAME) [flags] Examples # View the rollout history of a deployment kubectl rollout history deployment/abc # View the details of daemonset revision 3 kubectl rollout history daemonset/abc --revision=3 Options --allow-missing-template-keys     Default: true If true, ignore any errors in templates when a field or map key is missing in the template. Only applies to golang and jsonpath output formats.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_rollout/kubectl_rollout_history/
    Registered: Mon Oct 28 09:31:36 UTC 2024
    - 435.2K bytes
    - Viewed (0)
Back to top