Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 281 - 290 of 706 for host:kubernetes.io (0.03 sec)

  1. Securing a Cluster | Kubernetes

    This document covers topics related to protecting a cluster from accidental or malicious access and provides recommendations on overall security. 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/securing-a-cluster/
    Registered: Fri Dec 12 08:35:59 UTC 2025
    - 478.1K bytes
    - Viewed (0)
  2. Reserve Compute Resources for System Daemons | ...

    Kubernetes nodes can be scheduled to Capacity. Pods can consume all the available capacity on a node by default. This is an issue because nodes typically run quite a few system daemons that power the OS and Kubernetes itself. Unless resources are set aside for these system daemons, pods and system daemons compete for resources and lead to resource starvation issues on the node. The kubelet exposes a feature named 'Node Allocatable' that helps to reserve compute resources for system daemons.
    kubernetes.io/docs/tasks/administer-cluster/reserve-compute-resources/
    Registered: Fri Dec 12 08:36:54 UTC 2025
    - 473.4K bytes
    - Viewed (0)
  3. Configure RunAsUserName for Windows pods and co...

    FEATURE STATE: Kubernetes v1.18 [stable] This page shows how to use the runAsUserName setting for Pods and containers that will run on Windows nodes. This is roughly equivalent of the Linux-specific runAsUser setting, allowing you to run applications in a container as a different username than the default. 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-runasusername/
    Registered: Fri Dec 12 08:36:32 UTC 2025
    - 475.1K bytes
    - Viewed (0)
  4. Verify Signed Kubernetes Artifacts | Kubernetes

    FEATURE STATE: Kubernetes v1.26 [beta] Before you begin You will need to have the following tools installed: cosign (install guide) curl (often provided by your operating system) jq (download jq) Verifying binary signatures The Kubernetes release process signs all binary artifacts (tarballs, SPDX files, standalone binaries) by using cosign's keyless signing. To verify a particular binary, retrieve it together with its signature and certificate: URL=https://dl.k8s.io/release/v1.34.0/bin/linux/amd64 BINARY=kubectl FILES=( "$BINARY" "$BINARY.sig" "$BINARY.
    kubernetes.io/docs/tasks/administer-cluster/verify-signed-artifacts/
    Registered: Fri Dec 12 08:36:41 UTC 2025
    - 473.5K bytes
    - Viewed (0)
  5. 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: Fri Dec 12 08:50:51 UTC 2025
    - 467.4K 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: Fri Dec 12 08:51:17 UTC 2025
    - 476.9K bytes
    - Viewed (0)
  7. API Overview | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/using-api/
    Registered: Fri Dec 12 08:51:21 UTC 2025
    - 465.3K bytes
    - Viewed (0)
  8. 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: Fri Dec 12 08:55:30 UTC 2025
    - 482.8K bytes
    - Viewed (0)
  9. Learn Kubernetes Basics | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/tutorials/kubernetes-basics/
    Registered: Fri Dec 12 08:55:36 UTC 2025
    - 462.7K bytes
    - Viewed (0)
  10. Install Drivers and Allocate Devices with DRA |...

    FEATURE STATE: Kubernetes v1.34 [stable](enabled by default) This tutorial shows you how to install Dynamic Resource Allocation (DRA) drivers in your cluster and how to use them in conjunction with the DRA APIs to allocate devices to Pods. This page is intended for cluster administrators. Dynamic Resource Allocation (DRA) lets a cluster manage availability and allocation of hardware resources to satisfy Pod-based claims for hardware requirements and preferences. To support this, a mixture of Kubernetes built-in components (like the Kubernetes scheduler, kubelet, and kube-controller-manager) and third-party drivers from device owners (called DRA drivers) share the responsibility to advertise, allocate, prepare, mount, healthcheck, unprepare, and cleanup resources throughout the Pod lifecycle.
    kubernetes.io/docs/tutorials/cluster-management/install-use-dra/
    Registered: Fri Dec 12 08:56:26 UTC 2025
    - 537.9K bytes
    - Viewed (0)
Back to top