Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 31 - 40 of 724 for host:kubernetes.io (0.04 sec)

  1. Authenticating | Kubernetes

    This page provides an overview of authentication in Kubernetes, with a focus on authentication to the Kubernetes API. Users in Kubernetes All Kubernetes clusters have two categories of users: service accounts managed by Kubernetes, and normal users. It is assumed that a cluster-independent service manages normal users in the following ways: an administrator distributing private keys a user store like Keystone or Google Accounts a file with a list of usernames and passwords In this regard, Kubernetes does not have objects which represent normal user accounts.
    kubernetes.io/docs/reference/access-authn-authz/authentication/
    Registered: Fri Jan 16 11:54:03 UTC 2026
    - 691.5K bytes
    - Viewed (0)
  2. Deploy an App | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/tutorials/kubernetes-basics/deploy-app/
    Registered: Fri Jan 16 11:52:26 UTC 2026
    - 468.2K bytes
    - Viewed (0)
  3. Server-Side Apply | Kubernetes

    FEATURE STATE: Kubernetes v1.22 [stable](enabled by default) Kubernetes supports multiple appliers collaborating to manage the fields of a single object. Server-Side Apply provides an optional mechanism for your cluster's control plane to track changes to an object's fields. At the level of a specific resource, Server-Side Apply records and tracks information about control over the fields of that object. Server-Side Apply helps users and controllers manage their resources through declarative configuration.
    kubernetes.io/docs/reference/using-api/server-side-apply/
    Registered: Fri Jan 16 11:52:38 UTC 2026
    - 527.3K bytes
    - Viewed (0)
  4. StatefulSet Basics | Kubernetes

    This tutorial provides an introduction to managing applications with StatefulSets. It demonstrates how to create, delete, scale, and update the Pods of StatefulSets. Before you begin Before you begin this tutorial, you should familiarize yourself with the following Kubernetes concepts: Pods Cluster DNS Headless Services PersistentVolumes PersistentVolumes Provisioning The kubectl command line tool You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to communicate with your cluster.
    kubernetes.io/docs/tutorials/stateful-application/basic-stateful-set/
    Registered: Fri Jan 16 11:57:54 UTC 2026
    - 563.5K bytes
    - Viewed (0)
  5. Assigning Pods to Nodes | Kubernetes

    You can constrain a Pod so that it is restricted to run on particular node(s), or to prefer to run on particular nodes. There are several ways to do this and the recommended approaches all use label selectors to facilitate the selection. Often, you do not need to set any such constraints; the scheduler will automatically do a reasonable placement (for example, spreading your Pods across nodes so as not place Pods on a node with insufficient free resources).
    kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/
    Registered: Fri Jan 16 11:03:53 UTC 2026
    - 553.4K bytes
    - Viewed (0)
  6. Resource Management for Windows nodes | Kubernetes

    This page outlines the differences in how resources are managed between Linux and Windows. On Linux nodes, cgroups are used as a pod boundary for resource control. Containers are created within that boundary for network, process and file system isolation. The Linux cgroup APIs can be used to gather CPU, I/O, and memory use statistics. In contrast, Windows uses a job object per container with a system namespace filter to contain all processes in a container and provide logical isolation from the host.
    kubernetes.io/docs/concepts/configuration/windows-resource-management/
    Registered: Fri Jan 16 11:04:52 UTC 2026
    - 472.6K bytes
    - Viewed (0)
  7. Windows containers in Kubernetes | Kubernetes

    Windows applications constitute a large portion of the services and applications that run in many organizations. Windows containers provide a way to encapsulate processes and package dependencies, making it easier to use DevOps practices and follow cloud native patterns for Windows applications. Organizations with investments in Windows-based applications and Linux-based applications don't have to look for separate orchestrators to manage their workloads, leading to increased operational efficiencies across their deployments, regardless of operating system.
    kubernetes.io/docs/concepts/windows/intro/
    Registered: Fri Jan 16 11:21:41 UTC 2026
    - 495.8K bytes
    - Viewed (0)
  8. Debugging DNS Resolution | Kubernetes

    This page provides hints on diagnosing DNS problems. 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/dns-debugging-resolution/
    Registered: Fri Jan 16 11:22:29 UTC 2026
    - 491.3K bytes
    - Viewed (0)
  9. Compute, Storage, and Networking Extensions | K...

    Production-Grade Container Orchestration
    kubernetes.io/docs/concepts/extend-kubernetes/compute-storage-net/
    Registered: Fri Jan 16 11:23:24 UTC 2026
    - 471.8K bytes
    - Viewed (0)
  10. Workload Management | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/concepts/workloads/controllers/
    Registered: Fri Jan 16 10:56:40 UTC 2026
    - 473.6K bytes
    - Viewed (0)
Back to top