Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 61 - 70 of 658 for timestamp:[now/d-1M TO *] (0.02 sec)

  1. Workload Management | Kubernetes

    Kubernetes provides several built-in APIs for declarative management of your workloads and the components of those workloads. Ultimately, your applications run as containers inside Pods; however, managing individual Pods would be a lot of effort. For example, if a Pod fails, you probably want to run a new Pod to replace it. Kubernetes can do that for you. You use the Kubernetes API to create a workload object that represents a higher abstraction level than a Pod, and then the Kubernetes control plane automatically manages Pod objects on your behalf, based on the specification for the workload object you defined.
    kubernetes.io/docs/concepts/workloads/controllers/
    Registered: Fri May 31 05:38:28 UTC 2024
    - 421K bytes
    - Viewed (0)
  2. Pull an Image from a Private Registry | Kubernetes

    This page shows how to create a Pod that uses a Secret to pull an image from a private container image registry or repository. There are many private registries in use. This task uses Docker Hub as an example registry. ๐Ÿ›‡ This item links to a third party project or product that is not part of Kubernetes itself. More information 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/tasks/configure-pod-container/pull-image-private-registry/
    Registered: Fri May 31 05:54:59 UTC 2024
    - 439.2K bytes
    - Viewed (0)
  3. Create a Windows HostProcess Pod | Kubernetes

    FEATURE STATE: Kubernetes v1.26 [stable] Windows HostProcess containers enable you to run containerized workloads on a Windows host. These containers operate as normal processes but have access to the host network namespace, storage, and devices when given the appropriate user privileges. HostProcess containers can be used to deploy network plugins, storage configurations, device plugins, kube-proxy, and other components to Windows nodes without the need for dedicated proxies or the direct installation of host services.
    kubernetes.io/docs/tasks/configure-pod-container/create-hostprocess-pod/
    Registered: Fri May 31 05:55:20 UTC 2024
    - 434K bytes
    - Viewed (0)
  4. Configure Quality of Service for Pods | Kubernetes

    This page shows how to configure Pods so that they will be assigned particular Quality of Service (QoS) classes. Kubernetes uses QoS classes to make decisions about evicting Pods when Node resources are exceeded. When Kubernetes creates a Pod it assigns one of these QoS classes to the Pod: Guaranteed Burstable BestEffort 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/tasks/configure-pod-container/quality-service-pod/
    Registered: Fri May 31 05:55:24 UTC 2024
    - 450.9K bytes
    - Viewed (0)
  5. Enable Or Disable A Kubernetes API | Kubernetes

    This page shows how to enable or disable an API version from your cluster's control plane. Specific API versions can be turned on or off by passing --runtime-config=api/<version> as a command line argument to the API server. The values for this argument are a comma-separated list of API versions. Later values override earlier values. The runtime-config command line argument also supports 2 special keys: api/all, representing all known APIs api/legacy, representing only legacy APIs.
    kubernetes.io/docs/tasks/administer-cluster/enable-disable-api/
    Registered: Fri May 31 05:53:25 UTC 2024
    - 417.6K bytes
    - Viewed (0)
  6. Schedule GPUs | Kubernetes

    Configure and schedule GPUs for use as a resource by nodes in a cluster.
    kubernetes.io/docs/tasks/manage-gpus/scheduling-gpus/
    Registered: Fri May 31 06:05:31 UTC 2024
    - 428.1K bytes
    - Viewed (0)
  7. Performing a Rolling Update | Kubernetes

    Perform a rolling update using kubectl.
    kubernetes.io/docs/tutorials/kubernetes-basics/update/update-intro/
    Registered: Fri May 31 06:05:44 UTC 2024
    - 423.6K bytes
    - Viewed (0)
  8. Exposing an External IP Address to Access an Ap...

    This page shows how to create a Kubernetes Service object that exposes an external IP address. Before you begin Install kubectl. Use a cloud provider like Google Kubernetes Engine or Amazon Web Services to create a Kubernetes cluster. This tutorial creates an external load balancer, which requires a cloud provider. Configure kubectl to communicate with your Kubernetes API server. For instructions, see the documentation for your cloud provider. Objectives Run five instances of a Hello World application.
    kubernetes.io/docs/tutorials/stateless-application/expose-external-ip-address/
    Registered: Fri May 31 06:04:38 UTC 2024
    - 433.3K bytes
    - Viewed (0)
  9. Stateless Applications | Kubernetes

    Stateless Applications Exposing an External IP Address to Access an Application in a Cluster Example: Deploying PHP G...
    kubernetes.io/docs/tutorials/stateless-application/
    Registered: Fri May 31 06:04:44 UTC 2024
    - 414.2K bytes
    - Viewed (0)
  10. Example: Deploying PHP Guestbook application wi...

    This tutorial shows you how to build and deploy a simple (not production ready), multi-tier web application using Kubernetes and Docker. This example consists of the following components: A single-instance Redis to store guestbook entries Multiple web frontend instances Objectives Start up a Redis leader. Start up two Redis followers. Start up the guestbook frontend. Expose and view the Frontend Service. Clean up. 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/stateless-application/guestbook/
    Registered: Fri May 31 06:05:49 UTC 2024
    - 468.2K bytes
    - Viewed (0)
Back to top