Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

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

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. Running Multiple Instances of Your App | Kubern...

    Scale an existing app manually using kubectl.
    kubernetes.io/docs/tutorials/kubernetes-basics/scale/scale-intro/
    Registered: Fri May 31 06:06:46 UTC 2024
    - 424.7K bytes
    - Viewed (0)
  9. Security | Kubernetes

    Security is an important concern for most organizations and people who run Kubernetes clusters. You can find a basic security checklist elsewhere in the Kubernetes documentation. To learn how to deploy and manage security aspects of Kubernetes, you can follow the tutorials in this section.
    kubernetes.io/docs/tutorials/security/
    Registered: Fri May 31 06:05:24 UTC 2024
    - 414.6K bytes
    - Viewed (0)
  10. kubeadm alpha | Kubernetes

    Caution:kubeadm alpha provides a preview of a set of features made available for gathering feedback from the community. Please try it out and give us feedback! Currently there are no experimental commands under kubeadm alpha. What's next kubeadm init to bootstrap a Kubernetes control-plane node kubeadm join to connect a node to the cluster kubeadm reset to revert any changes made to this host by kubeadm init or kubeadm join
    kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm-alpha/
    Registered: Fri May 31 06:15:38 UTC 2024
    - 416.6K bytes
    - Viewed (0)
Back to top