Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 301 - 310 of 706 for host:kubernetes.io (0.03 sec)

  1. kubeadm join phase | Kubernetes

    kubeadm join phase enables you to invoke atomic steps of the join process. Hence, you can let kubeadm do some of the work and you can fill in the gaps if you wish to apply customization. kubeadm join phase is consistent with the kubeadm join workflow, and behind the scene both use the same code. kubeadm join phase phase Synopsis Use this command to invoke single phase of the "join" workflow
    kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm-join-phase/
    Registered: Fri Dec 12 09:04:45 UTC 2025
    - 497.6K bytes
    - Viewed (0)
  2. 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: Fri Dec 12 09:07:26 UTC 2025
    - 468.3K bytes
    - Viewed (0)
  3. Services | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/tutorials/services/
    Registered: Fri Dec 12 08:50:28 UTC 2025
    - 456.8K bytes
    - Viewed (0)
  4. Using Minikube to Create a Cluster | Kubernetes

    Objectives Learn what a Kubernetes cluster is. Learn what Minikube is. Start a Kubernetes cluster on your computer. Kubernetes Clusters Kubernetes is a production-grade, open-source platform that orchestrates the placement (scheduling) and execution of application containers within and across computer clusters. Kubernetes coordinates a highly available cluster of computers that are connected to work as a single unit. The abstractions in Kubernetes allow you to deploy containerized applications to a cluster without tying them specifically to individual machines.
    kubernetes.io/docs/tutorials/kubernetes-basics/create-cluster/cluster-intro/
    Registered: Fri Dec 12 08:50:45 UTC 2025
    - 466.3K bytes
    - Viewed (0)
  5. 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: Fri Dec 12 08:52:17 UTC 2025
    - 594.6K bytes
    - Viewed (0)
  6. 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: Fri Dec 12 08:53:41 UTC 2025
    - 501.9K bytes
    - Viewed (0)
  7. Scale Your App | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/tutorials/kubernetes-basics/scale/
    Registered: Fri Dec 12 08:57:04 UTC 2025
    - 458.5K bytes
    - Viewed (0)
  8. Apply Pod Security Standards at the Cluster Lev...

    Note This tutorial applies only for new clusters. Pod Security is an admission controller that carries out checks against the Kubernetes Pod Security Standards when new pods are created. It is a feature GA'ed in v1.25. This tutorial shows you how to enforce the baseline Pod Security Standard at the cluster level which applies a standard configuration to all namespaces in a cluster. To apply Pod Security Standards to specific namespaces, refer to Apply Pod Security Standards at the namespace level.
    kubernetes.io/docs/tutorials/security/cluster-level-pss/
    Registered: Fri Dec 12 08:57:16 UTC 2025
    - 478.5K bytes
    - Viewed (0)
  9. Instrumentation | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/instrumentation/
    Registered: Fri Dec 12 09:00:32 UTC 2025
    - 457K bytes
    - Viewed (0)
  10. Using a Service to Expose Your App | Kubernetes

    Objectives Learn about a Service in Kubernetes. Understand how labels and selectors relate to a Service. Expose an application outside a Kubernetes cluster. Overview of Kubernetes Services Kubernetes Pods are mortal. Pods have a lifecycle. When a worker node dies, the Pods running on the Node are also lost. A Replicaset might then dynamically drive the cluster back to the desired state via the creation of new Pods to keep your application running.
    kubernetes.io/docs/tutorials/kubernetes-basics/expose/expose-intro/
    Registered: Fri Dec 12 08:54:16 UTC 2025
    - 476.6K bytes
    - Viewed (0)
Back to top