Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: test ใƒ†ใ‚นใƒˆ

Results 61 - 70 of 631 for content_length:[100000 TO 499999] (0.02 sec)

  1. Containers | Kubernetes

    Technology for packaging an application along with its runtime dependencies.
    kubernetes.io/docs/concepts/containers/
    Registered: Fri May 10 07:21:51 UTC 2024
    - 416.8K bytes
    - Viewed (0)
  2. The Kubernetes API | Kubernetes

    The Kubernetes API lets you query and manipulate the state of objects in Kubernetes. The core of Kubernetes' control plane is the API server and the HTTP API that it exposes. Users, the different parts of your cluster, and external components all communicate with one another through the API server.
    kubernetes.io/docs/concepts/overview/kubernetes-api/
    Registered: Fri May 10 07:21:56 UTC 2024
    - 433.7K bytes
    - Viewed (0)
  3. User Namespaces | Kubernetes

    FEATURE STATE: Kubernetes v1.30 [beta] This page explains how user namespaces are used in Kubernetes pods. A user namespace isolates the user running inside the container from the one in the host. A process running as root in a container can run as a different (non-root) user in the host; in other words, the process has full privileges for operations inside the user namespace, but is unprivileged for operations outside the namespace.
    kubernetes.io/docs/concepts/workloads/pods/user-namespaces/
    Registered: Fri May 10 07:22:28 UTC 2024
    - 429.7K bytes
    - Viewed (0)
  4. Install and Set Up kubectl on Windows | Kubernetes

    Before you begin You must use a kubectl version that is within one minor version difference of your cluster. For example, a v1.30 client can communicate with v1.29, v1.30, and v1.31 control planes. Using the latest compatible version of kubectl helps avoid unforeseen issues. Install kubectl on Windows The following methods exist for installing kubectl on Windows: Install kubectl binary with curl on Windows Install on Windows using Chocolatey, Scoop, or winget Install kubectl binary with curl on Windows Download the latest 1.
    kubernetes.io/docs/tasks/tools/install-kubectl-windows/
    Registered: Fri May 10 07:34:42 UTC 2024
    - 433.1K bytes
    - Viewed (0)
  5. Administration with kubeadm | Kubernetes

    Administration with kubeadm Certificate Management with kubeadm Configuring a cgroup driver Reconfiguring a kubeadm c...
    kubernetes.io/docs/tasks/administer-cluster/kubeadm/
    Registered: Fri May 10 07:34:48 UTC 2024
    - 413.9K bytes
    - Viewed (0)
  6. Windows in Kubernetes | Kubernetes

    Kubernetes supports nodes that run Microsoft Windows.
    kubernetes.io/docs/concepts/windows/
    Registered: Fri May 10 07:34:59 UTC 2024
    - 414.9K bytes
    - Viewed (0)
  7. Indexed Job for Parallel Processing with Static...

    FEATURE STATE: Kubernetes v1.24 [stable] In this example, you will run a Kubernetes Job that uses multiple parallel worker processes. Each worker is a different container running in its own Pod. The Pods have an index number that the control plane sets automatically, which allows each Pod to identify which part of the overall task to work on. The pod index is available in the annotation batch.kubernetes.io/job-completion-index as a string representing its decimal value.
    kubernetes.io/docs/tasks/job/indexed-parallel-processing-static/
    Registered: Fri May 10 07:49:49 UTC 2024
    - 439.3K bytes
    - Viewed (0)
  8. Validate IPv4/IPv6 dual-stack | Kubernetes

    This document shares how to validate IPv4/IPv6 dual-stack enabled Kubernetes clusters. Before you begin Provider support for dual-stack networking (Cloud provider or otherwise must be able to provide Kubernetes nodes with routable IPv4/IPv6 network interfaces) A network plugin that supports dual-stack networking. Dual-stack enabled cluster Your Kubernetes server must be at or later than version v1.23. To check the version, enter kubectl version. Note: While you can validate with an earlier version, the feature is only GA and officially supported since v1.
    kubernetes.io/docs/tasks/network/validate-dual-stack/
    Registered: Fri May 10 07:50:29 UTC 2024
    - 448.6K bytes
    - Viewed (0)
  9. Networking | Kubernetes

    Learn how to configure networking for your cluster.
    kubernetes.io/docs/tasks/network/
    Registered: Fri May 10 07:50:19 UTC 2024
    - 412.3K bytes
    - Viewed (0)
  10. Virtual IPs and Service Proxies | Kubernetes

    Every node in a Kubernetes cluster runs a kube-proxy (unless you have deployed your own alternative component in place of kube-proxy). The kube-proxy component is responsible for implementing a virtual IP mechanism for Services of type other than ExternalName. Each instance of kube-proxy watches the Kubernetes control plane for the addition and removal of Service and EndpointSlice objects. For each Service, kube-proxy calls appropriate APIs (depending on the kube-proxy mode) to configure the node to capture traffic to the Service's clusterIP and port, and redirect that traffic to one of the Service's endpoints (usually a Pod, but possibly an arbitrary user-provided IP address).
    kubernetes.io/docs/reference/networking/virtual-ips/
    Registered: Fri May 10 08:02:52 UTC 2024
    - 458.1K bytes
    - Viewed (0)
Back to top