Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: %27 [xss] test テスト

Results 91 - 100 of 685 for host:kubernetes.io (0.03 sec)

  1. Configure Service Accounts for Pods | Kubernetes

    Kubernetes offers two distinct ways for clients that run within your cluster, or that otherwise have a relationship to your cluster's control plane to authenticate to the API server. A service account provides an identity for processes that run in a Pod, and maps to a ServiceAccount object. When you authenticate to the API server, you identify yourself as a particular user. Kubernetes recognises the concept of a user, however, Kubernetes itself does not have a User API.
    kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/
    Registered: Wed Apr 16 06:09:59 UTC 2025
    - 480.8K bytes
    - Viewed (0)
  2. Monitor Node Health | Kubernetes

    Node Problem Detector is a daemon for monitoring and reporting about a node's health. You can run Node Problem Detector as a DaemonSet or as a standalone daemon. Node Problem Detector collects information about node problems from various daemons and reports these conditions to the API server as Node Conditions or as Events. To learn how to install and use Node Problem Detector, see Node Problem Detector project documentation.
    kubernetes.io/docs/tasks/debug/debug-cluster/monitor-node-health/
    Registered: Wed Apr 16 06:09:50 UTC 2025
    - 463.5K bytes
    - Viewed (0)
  3. Namespaces Walkthrough | Kubernetes

    Kubernetes namespaces help different projects, teams, or customers to share a Kubernetes cluster. It does this by providing the following: A scope for Names. A mechanism to attach authorization and policy to a subsection of the cluster. Use of multiple namespaces is optional. This example demonstrates how to use Kubernetes namespaces to subdivide your cluster. 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/tutorials/cluster-management/namespaces-walkthrough/
    Registered: Wed Apr 16 06:24:31 UTC 2025
    - 466.2K bytes
    - Viewed (0)
  4. kubectl apply | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/kubectl/generated/kubectl_apply/
    Registered: Wed Apr 16 06:28:50 UTC 2025
    - 447.2K bytes
    - Viewed (0)
  5. Node Labels Populated By The Kubelet | Kubernetes

    Kubernetes nodes come pre-populated with a standard set of labels. You can also set your own labels on nodes, either through the kubelet configuration or using the Kubernetes API. Preset labels The preset labels that Kubernetes sets on nodes are: kubernetes.io/arch kubernetes.io/hostname kubernetes.io/os node.kubernetes.io/instance-type (if known to the kubelet – Kubernetes may not have this information to set the label) topology.kubernetes.io/region (if known to the kubelet – Kubernetes may not have this information to set the label) topology.
    kubernetes.io/docs/reference/node/node-labels/
    Registered: Wed Apr 16 06:28:03 UTC 2025
    - 434.5K bytes
    - Viewed (0)
  6. kubeadm Configuration (v1beta4) | Kubernetes

    Overview Package v1beta4 defines the v1beta4 version of the kubeadm configuration file format. This version improves on the v1beta3 format by fixing some minor issues and adding a few new fields. A list of changes since v1beta3: Support custom environment variables in control plane components under ClusterConfiguration. Use apiServer.extraEnvs, controllerManager.extraEnvs, scheduler.extraEnvs, etcd.local.extraEnvs. The ResetConfiguration API type is now supported in v1beta4. Users are able to reset a node by passing a --config file to kubeadm reset.
    kubernetes.io/docs/reference/config-api/kubeadm-config.v1beta4/
    Registered: Wed Apr 16 06:50:21 UTC 2025
    - 524.7K bytes
    - Viewed (0)
  7. Suggesting content improvements | Kubernetes

    If you notice an issue with Kubernetes documentation or have an idea for new content, then open an issue. All you need is a GitHub account and a web browser. In most cases, new work on Kubernetes documentation begins with an issue in GitHub. Kubernetes contributors then review, categorize and tag issues as needed. Next, you or another member of the Kubernetes community open a pull request with changes to resolve the issue.
    kubernetes.io/docs/contribute/suggesting-improvements/
    Registered: Wed Apr 16 06:50:41 UTC 2025
    - 435.1K bytes
    - Viewed (0)
  8. Advanced contributing | Kubernetes

    This page assumes that you understand how to contribute to new content and review others' work, and are ready to learn about more ways to contribute. You need to use the Git command line client and other tools for some of these tasks. Propose improvements SIG Docs members can propose improvements. After you've been contributing to the Kubernetes documentation for a while, you may have ideas for improving the Style Guide , the Content Guide, the toolchain used to build the documentation, the website style, the processes for reviewing and merging pull requests, or other aspects of the documentation.
    kubernetes.io/docs/contribute/advanced/
    Registered: Wed Apr 16 06:49:47 UTC 2025
    - 443.6K bytes
    - Viewed (0)
  9. Deployments | Kubernetes

    A Deployment manages a set of Pods to run an application workload, usually one that doesn't maintain state.
    kubernetes.io/docs/concepts/workloads/controllers/deployment/
    Registered: Wed Apr 16 05:55:22 UTC 2025
    - 526.1K bytes
    - Viewed (0)
  10. DaemonSet | Kubernetes

    A DaemonSet defines Pods that provide node-local facilities. These might be fundamental to the operation of your cluster, such as a networking helper tool, or be part of an add-on.
    kubernetes.io/docs/concepts/workloads/controllers/daemonset/
    Registered: Wed Apr 16 05:54:13 UTC 2025
    - 460.6K bytes
    - Viewed (0)
Back to top