Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 621 - 630 of 669 for host:kubernetes.io (0.03 sec)

  1. Cluster Management | Kubernetes

    Cluster Management Running Kubelet in Standalone Mode Feedback Was this page helpful? Yes No Thanks for the feedback....
    kubernetes.io/docs/tutorials/cluster-management/
    Registered: Fri Nov 15 07:00:35 UTC 2024
    - 421.8K bytes
    - Viewed (0)
  2. Configuring Redis using a ConfigMap | Kubernetes

    This page provides a real world example of how to configure Redis using a ConfigMap and builds upon the Configure a Pod to Use a ConfigMap task. Objectives Create a ConfigMap with Redis configuration values Create a Redis Pod that mounts and uses the created ConfigMap Verify that the configuration was correctly applied. 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/configuration/configure-redis-using-configmap/
    Registered: Fri Nov 15 07:00:03 UTC 2024
    - 449.2K bytes
    - Viewed (0)
  3. Well-Known Labels, Annotations and Taints | Kub...

    Kubernetes reserves all labels, annotations and taints in the kubernetes.io and k8s.io namespaces. This document serves both as a reference to the values and as a coordination point for assigning values. Labels, annotations and taints used on API objects apf.kubernetes.io/autoupdate-spec Type: Annotation Example: apf.kubernetes.io/autoupdate-spec: "true" Used on: FlowSchema and PriorityLevelConfiguration Objects If this annotation is set to true on a FlowSchema or PriorityLevelConfiguration, the spec for that object is managed by the kube-apiserver.
    kubernetes.io/docs/reference/labels-annotations-taints/
    Registered: Fri Nov 15 07:07:20 UTC 2024
    - 573.6K bytes
    - Viewed (0)
  4. Kubernetes API Concepts | Kubernetes

    The Kubernetes API is a resource-based (RESTful) programmatic interface provided via HTTP. It supports retrieving, creating, updating, and deleting primary resources via the standard HTTP verbs (POST, PUT, PATCH, DELETE, GET). For some resources, the API includes additional subresources that allow fine-grained authorization (such as separate views for Pod details and log retrievals), and can accept and serve those resources in different representations for convenience or efficiency. Kubernetes supports efficient change notifications on resources via watches: in the Kubernetes API, watch is a verb that is used to track changes to an object in Kubernetes as a stream.
    kubernetes.io/docs/reference/using-api/api-concepts/
    Registered: Fri Nov 15 07:07:26 UTC 2024
    - 508.6K bytes
    - Viewed (0)
  5. Using Node Authorization | Kubernetes

    Node authorization is a special-purpose authorization mode that specifically authorizes API requests made by kubelets. Overview The Node authorizer allows a kubelet to perform API operations. This includes: Read operations: services endpoints nodes pods secrets, configmaps, persistent volume claims and persistent volumes related to pods bound to the kubelet's node FEATURE STATE: Kubernetes v1.31 [alpha] (enabled by default: false) When the AuthorizeNodeWithSelectors feature is enabled (along with the pre-requisite AuthorizeWithSelectors feature), kubelets are only allowed to read their own Node objects, and are only allowed to read pods bound to their node.
    kubernetes.io/docs/reference/access-authn-authz/node/
    Registered: Fri Nov 15 07:07:56 UTC 2024
    - 430.3K bytes
    - Viewed (0)
  6. Deprecated API Migration Guide | Kubernetes

    As the Kubernetes API evolves, APIs are periodically reorganized or upgraded. When APIs evolve, the old API is deprecated and eventually removed. This page contains information you need to know when migrating from deprecated API versions to newer and more stable API versions. Removed APIs by release v1.32 The v1.32 release will stop serving the following deprecated API versions: Flow control resources The flowcontrol.apiserver.k8s.io/v1beta3 API version of FlowSchema and PriorityLevelConfiguration will no longer be served in v1.
    kubernetes.io/docs/reference/using-api/deprecation-guide/
    Registered: Fri Nov 15 07:07:39 UTC 2024
    - 451K bytes
    - Viewed (0)
  7. Resource metrics pipeline | Kubernetes

    For Kubernetes, the Metrics API offers a basic set of metrics to support automatic scaling and similar use cases. This API makes information available about resource usage for node and pod, including metrics for CPU and memory. If you deploy the Metrics API into your cluster, clients of the Kubernetes API can then query for this information, and you can use Kubernetes' access control mechanisms to manage permissions to do so.
    kubernetes.io/docs/tasks/debug/debug-cluster/resource-metrics-pipeline/
    Registered: Fri Nov 15 06:52:13 UTC 2024
    - 441.5K bytes
    - Viewed (0)
  8. Assign Memory Resources to Containers and Pods ...

    This page shows how to assign a memory request and a memory limit to a Container. A Container is guaranteed to have as much memory as it requests, but is not allowed to use more memory than its limit. 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.
    kubernetes.io/docs/tasks/configure-pod-container/assign-memory-resource/
    Registered: Fri Nov 15 06:52:22 UTC 2024
    - 460.1K bytes
    - Viewed (0)
  9. Safely Drain a Node | Kubernetes

    This page shows how to safely drain a node, optionally respecting the PodDisruptionBudget you have defined. Before you begin This task assumes that you have met the following prerequisites: You do not require your applications to be highly available during the node drain, or You have read about the PodDisruptionBudget concept, and have configured PodDisruptionBudgets for applications that need them. (Optional) Configure a disruption budget To ensure that your workloads remain available during maintenance, you can configure a PodDisruptionBudget.
    kubernetes.io/docs/tasks/administer-cluster/safely-drain-node/
    Registered: Fri Nov 15 06:52:54 UTC 2024
    - 432.6K bytes
    - Viewed (0)
  10. Ports and Protocols | Kubernetes

    When running Kubernetes in an environment with strict network boundaries, such as on-premises datacenter with physical network firewalls or Virtual Networks in Public Cloud, it is useful to be aware of the ports and protocols used by Kubernetes components. Control plane Protocol Direction Port Range Purpose Used By TCP Inbound 6443 Kubernetes API server All TCP Inbound 2379-2380 etcd server client API kube-apiserver, etcd TCP Inbound 10250 Kubelet API Self, Control plane TCP Inbound 10259 kube-scheduler Self TCP Inbound 10257 kube-controller-manager Self Although etcd ports are included in control plane section, you can also host your own etcd cluster externally or on custom ports.
    kubernetes.io/docs/reference/networking/ports-and-protocols/
    Registered: Fri Nov 15 07:17:47 UTC 2024
    - 428.4K bytes
    - Viewed (0)
Back to top