Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 661 - 670 of 721 for host:kubernetes.io (0.03 seconds)

  1. API Overview | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/using-api/
    Fri Feb 06 08:29:41 GMT 2026
      475.3K bytes
  2. Persistent Volumes | Kubernetes

    This document describes persistent volumes in Kubernetes. Familiarity with volumes, StorageClasses and VolumeAttributesClasses is suggested. Introduction Managing storage is a distinct problem from managing compute instances. The PersistentVolume subsystem provides an API for users and administrators that abstracts details of how storage is provided from how it is consumed. To do this, we introduce two new API resources: PersistentVolume and PersistentVolumeClaim. A PersistentVolume (PV) is a piece of storage in the cluster that has been provisioned by an administrator or dynamically provisioned using Storage Classes.
    kubernetes.io/docs/concepts/storage/persistent-volumes/
    Fri Feb 06 07:49:33 GMT 2026
      579.1K bytes
  3. Pod Security Standards | Kubernetes

    A detailed look at the different policy levels defined in the Pod Security Standards.
    kubernetes.io/docs/concepts/security/pod-security-standards/
    Fri Feb 06 07:49:44 GMT 2026
      492.6K bytes
  4. Controlling Access to the Kubernetes API | Kube...

    This page provides an overview of controlling access to the Kubernetes API. Users access the Kubernetes API using kubectl, client libraries, or by making REST requests. Both human users and Kubernetes service accounts can be authorized for API access. When a request reaches the API, it goes through several stages, illustrated in the following diagram: Transport security By default, the Kubernetes API server listens on port 6443 on the first non-localhost network interface, protected by TLS.
    kubernetes.io/docs/concepts/security/controlling-access/
    Fri Feb 06 07:49:49 GMT 2026
      480.5K bytes
  5. ReplicationController | Kubernetes

    Legacy API for managing workloads that can scale horizontally. Superseded by the Deployment and ReplicaSet APIs.
    kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/
    Fri Feb 06 07:51:12 GMT 2026
      496.7K bytes
  6. 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/
    Fri Feb 06 08:17:41 GMT 2026
      492.8K bytes
  7. Running Kubelet in Standalone Mode | Kubernetes

    This tutorial shows you how to run a standalone kubelet instance. You may have different motivations for running a standalone kubelet. This tutorial is aimed at introducing you to Kubernetes, even if you don't have much experience with it. You can follow this tutorial and learn about node setup, basic (static) Pods, and how Kubernetes manages containers. Once you have followed this tutorial, you could try using a cluster that has a control plane to manage pods and nodes, and other types of objects.
    kubernetes.io/docs/tutorials/cluster-management/kubelet-standalone/
    Fri Feb 06 08:17:00 GMT 2026
      501.6K bytes
  8. Reference | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/
    Fri Feb 06 08:17:17 GMT 2026
      477.2K bytes
  9. 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/
    Fri Feb 06 08:17:23 GMT 2026
      604.6K bytes
  10. kubeadm certs | Kubernetes

    kubeadm certs provides utilities for managing certificates. For more details on how these commands can be used, see Certificate Management with kubeadm. kubeadm certs A collection of operations for operating Kubernetes certificates. overview Synopsis Commands related to handling Kubernetes certificates kubeadm certs [flags] Options -h, --help help for certs Options inherited from parent commands --rootfs string The path to the 'real' host root filesystem. This will cause kubeadm to chroot into the provided path.
    kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm-certs/
    Fri Feb 06 08:31:59 GMT 2026
      509K bytes
Back to Top