Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 361 - 370 of 673 for host:kubernetes.io (0.05 sec)

  1. Authenticating | Kubernetes

    This page provides an overview of authentication. 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: Wed Feb 12 06:25:14 UTC 2025
    - 644.1K bytes
    - Viewed (0)
  2. Mutating Admission Policy | Kubernetes

    FEATURE STATE: Kubernetes v1.32 [alpha] This page provides an overview of MutatingAdmissionPolicies. What are MutatingAdmissionPolicies? Mutating admission policies offer a declarative, in-process alternative to mutating admission webhooks. Mutating admission policies use the Common Expression Language (CEL) to declare mutations to resources. Mutations can be defined either with an apply configuration that is merged using the server side apply merge strategy, or a JSON patch. Mutating admission policies are highly configurable, enabling policy authors to define policies that can be parameterized and scoped to resources as needed by cluster administrators.
    kubernetes.io/docs/reference/access-authn-authz/mutating-admission-policy/
    Registered: Wed Feb 12 06:25:25 UTC 2025
    - 458.9K bytes
    - Viewed (0)
  3. Kubelet authentication/authorization | Kubernetes

    Overview A kubelet's HTTPS endpoint exposes APIs which give access to data of varying sensitivity, and allow you to perform operations with varying levels of power on the node and within containers. This document describes how to authenticate and authorize access to the kubelet's HTTPS endpoint. Kubelet authentication By default, requests to the kubelet's HTTPS endpoint that are not rejected by other configured authentication methods are treated as anonymous requests, and given a username of system:anonymous and a group of system:unauthenticated.
    kubernetes.io/docs/reference/access-authn-authz/kubelet-authn-authz/
    Registered: Wed Feb 12 06:25:48 UTC 2025
    - 434.9K bytes
    - Viewed (0)
  4. Cloud Controller Manager | Kubernetes

    FEATURE STATE: Kubernetes v1.11 [beta] Cloud infrastructure technologies let you run Kubernetes on public, private, and hybrid clouds. Kubernetes believes in automated, API-driven infrastructure without tight coupling between components. The cloud-controller-manager is a Kubernetes control plane component that embeds cloud-specific control logic. The cloud controller manager lets you link your cluster into your cloud provider's API, and separates out the components that interact with that cloud platform from components that only interact with your cluster.
    kubernetes.io/docs/concepts/architecture/cloud-controller/
    Registered: Wed Feb 12 05:45:32 UTC 2025
    - 447.3K bytes
    - Viewed (0)
  5. Nodes | Kubernetes

    Kubernetes runs your workload by placing containers into Pods to run on Nodes. A node may be a virtual or physical machine, depending on the cluster. Each node is managed by the control plane and contains the services necessary to run Pods. Typically you have several nodes in a cluster; in a learning or resource-limited environment, you might have only one node. The components on a node include the kubelet, a container runtime, and the kube-proxy.
    kubernetes.io/docs/concepts/architecture/nodes/
    Registered: Wed Feb 12 05:45:42 UTC 2025
    - 453.7K bytes
    - Viewed (0)
  6. Owners and Dependents | Kubernetes

    In Kubernetes, some objects are owners of other objects. For example, a ReplicaSet is the owner of a set of Pods. These owned objects are dependents of their owner. Ownership is different from the labels and selectors mechanism that some resources also use. For example, consider a Service that creates EndpointSlice objects. The Service uses labels to allow the control plane to determine which EndpointSlice objects are used for that Service.
    kubernetes.io/docs/concepts/overview/working-with-objects/owners-dependents/
    Registered: Wed Feb 12 05:45:22 UTC 2025
    - 435.4K bytes
    - Viewed (0)
  7. Scheduling Policies | Kubernetes

    In Kubernetes versions before v1.23, a scheduling policy can be used to specify the predicates and priorities process. For example, you can set a scheduling policy by running kube-scheduler --policy-config-file <filename> or kube-scheduler --policy-configmap <ConfigMap>. This scheduling policy is not supported since Kubernetes v1.23. Associated flags policy-config-file, policy-configmap, policy-configmap-namespace and use-legacy-policy-config are also not supported. Instead, use the Scheduler Configuration to achieve similar behavior. What's next Learn about scheduling Learn about kube-scheduler Configuration Read the kube-scheduler configuration reference (v1)
    kubernetes.io/docs/reference/scheduling/policies/
    Registered: Wed Feb 12 06:45:37 UTC 2025
    - 429.4K bytes
    - Viewed (0)
  8. Viewing Site Analytics | Kubernetes

    This page contains information about the kubernetes.io analytics dashboard. View the dashboard. This dashboard is built using Google Looker Studio and shows information collected on kubernetes.io using Google Analytics 4 since August 2022. Using the dashboard By default, the dashboard shows all collected analytics for the past 30 days. Use the date selector to see data from a different date range. Other filtering options allow you to view data based on user location, the device used to access the site, the translation of the docs used, and more.
    kubernetes.io/docs/contribute/analytics/
    Registered: Wed Feb 12 06:46:20 UTC 2025
    - 428.7K bytes
    - Viewed (0)
  9. Generating Reference Documentation for Metrics ...

    This page demonstrates the generation of metrics reference documentation. Before you begin Requirements: You need a machine that is running Linux or macOS. You need to have these tools installed: Python v3.7.x+ Git Golang version 1.13+ Pip used to install PyYAML PyYAML v5.1.2 make gcc compiler/linker Docker (Required only for kubectl command reference) Your PATH environment variable must include the required build tools, such as the Go binary and python.
    kubernetes.io/docs/contribute/generate-ref-docs/metrics-reference/
    Registered: Wed Feb 12 06:43:46 UTC 2025
    - 433.3K bytes
    - Viewed (0)
  10. Diagram Guide | Kubernetes

    This guide shows you how to create, edit and share diagrams using the Mermaid JavaScript library. Mermaid.js allows you to generate diagrams using a simple markdown-like syntax inside Markdown files. You can also use Mermaid to generate .svg or .png image files that you can add to your documentation. The target audience for this guide is anybody wishing to learn about Mermaid and/or how to create and add diagrams to Kubernetes documentation.
    kubernetes.io/docs/contribute/style/diagram-guide/
    Registered: Wed Feb 12 06:51:31 UTC 2025
    - 494K bytes
    - Viewed (0)
Back to top