Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 361 - 370 of 699 for host:kubernetes.io (0.3 sec)

  1. Limit Ranges | Kubernetes

    By default, containers run with unbounded compute resources on a Kubernetes cluster. Using Kubernetes resource quotas, administrators (also termed cluster operators) can restrict consumption and creation of cluster resources (such as CPU time, memory, and persistent storage) within a specified namespace. Within a namespace, a Pod can consume as much CPU and memory as is allowed by the ResourceQuotas that apply to that namespace. As a cluster operator, or as a namespace-level administrator, you might also be concerned about making sure that a single object cannot monopolize all available resources within a namespace.
    kubernetes.io/docs/concepts/policy/limit-range/
    Registered: Mon Sep 08 22:15:21 UTC 2025
    - 476.3K bytes
    - Viewed (0)
  2. 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: Mon Sep 08 22:39:55 UTC 2025
    - 522.3K bytes
    - Viewed (0)
  3. 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: Mon Sep 08 22:38:21 UTC 2025
    - 470.9K bytes
    - Viewed (0)
  4. 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 Sep 08 23:17:28 UTC 2025
    - 499.9K bytes
    - Viewed (0)
  5. Using Source IP | Kubernetes

    Applications running in a Kubernetes cluster find and communicate with each other, and the outside world, through the Service abstraction. This document explains what happens to the source IP of packets sent to different types of Services, and how you can toggle this behavior according to your needs. Before you begin Terminology This document makes use of the following terms: NAT Network address translation Source NAT Replacing the source IP on a packet; in this page, that usually means replacing with the IP address of a node.
    kubernetes.io/docs/tutorials/services/source-ip/
    Registered: Mon Sep 08 23:17:34 UTC 2025
    - 480.8K bytes
    - Viewed (0)
  6. Issue a Certificate for a Kubernetes API Client...

    Kubernetes lets you use a public key infrastructure (PKI) to authenticate to your cluster as a client. A few steps are required in order to get a normal user to be able to authenticate and invoke an API. First, this user must have an X.509 certificate issued by an authority that your Kubernetes cluster trusts. The client must then present that certificate to the Kubernetes API. You use a CertificateSigningRequest as part of this process, and either you or some other principal must approve the request.
    kubernetes.io/docs/tasks/tls/certificate-issue-client-csr/
    Registered: Mon Sep 08 23:17:59 UTC 2025
    - 469.6K bytes
    - Viewed (0)
  7. Scale Your App | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/tutorials/kubernetes-basics/scale/
    Registered: Mon Sep 08 23:19:42 UTC 2025
    - 456.6K bytes
    - Viewed (0)
  8. 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: Mon Sep 08 23:30:32 UTC 2025
    - 592.7K bytes
    - Viewed (0)
  9. API Overview | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/using-api/
    Registered: Mon Sep 08 23:32:30 UTC 2025
    - 463.4K bytes
    - Viewed (0)
  10. Kubelet Systemd Watchdog | Kubernetes

    FEATURE STATE: Kubernetes v1.32 [beta] (enabled by default: true) On Linux nodes, Kubernetes 1.34 supports integrating with systemd to allow the operating system supervisor to recover a failed kubelet. This integration is not enabled by default. It can be used as an alternative to periodically requesting the kubelet's /healthz endpoint for health checks. If the kubelet does not respond to the watchdog within the timeout period, the watchdog will kill the kubelet.
    kubernetes.io/docs/reference/node/systemd-watchdog/
    Registered: Mon Sep 08 23:32:51 UTC 2025
    - 461.6K bytes
    - Viewed (0)
Back to top