Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 91 - 100 of 628 for content_length:[100000 TO 499999] (0.02 sec)

  1. kubectl create secret | Kubernetes

    Synopsis Create a secret with specified type. A docker-registry type secret is for accessing a container registry. A generic type secret indicate an Opaque secret type. A tls type secret holds TLS certificate and its associated key. kubectl create secret (docker-registry | generic | tls) Options -h, --help help for secret --as string Username to impersonate for the operation. User could be a regular user or a service account in a namespace.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_create/kubectl_create_secret/
    Registered: Fri Jun 07 06:26:42 UTC 2024
    - 424.5K bytes
    - Viewed (0)
  2. 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 Jun 07 05:55:00 UTC 2024
    - 432.5K bytes
    - Viewed (0)
  3. Assign CPU Resources to Containers and Pods | K...

    This page shows how to assign a CPU request and a CPU limit to a container. Containers cannot use more CPU than the configured limit. Provided the system has CPU time free, a container is guaranteed to be allocated as much CPU as it requests. 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-cpu-resource/
    Registered: Fri Jun 07 05:54:34 UTC 2024
    - 440.8K bytes
    - Viewed (0)
  4. Install and Set Up kubectl on Linux | 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 Linux The following methods exist for installing kubectl on Linux: Install kubectl binary with curl on Linux Install using native package management Install using other package management Install kubectl binary with curl on Linux Download the latest release with the command:
    kubernetes.io/docs/tasks/tools/install-kubectl-linux/
    Registered: Fri Jun 07 05:51:41 UTC 2024
    - 455.8K bytes
    - Viewed (0)
  5. Use Antrea for NetworkPolicy | Kubernetes

    This page shows how to install and use Antrea CNI plugin on Kubernetes. For background on Project Antrea, read the Introduction to Antrea. Before you begin You need to have a Kubernetes cluster. Follow the kubeadm getting started guide to bootstrap one. Deploying Antrea with kubeadm Follow Getting Started guide to deploy Antrea for kubeadm. What's next Once your cluster is running, you can follow the Declare Network Policy to try out Kubernetes NetworkPolicy.
    kubernetes.io/docs/tasks/administer-cluster/network-policy-provider/antrea-network-policy/
    Registered: Fri Jun 07 05:52:42 UTC 2024
    - 417.4K bytes
    - Viewed (0)
  6. Change the Reclaim Policy of a PersistentVolume...

    This page shows how to change the reclaim policy of a Kubernetes PersistentVolume. 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. If you do not already have a cluster, you can create one by using minikube or you can use one of these Kubernetes playgrounds:
    kubernetes.io/docs/tasks/administer-cluster/change-pv-reclaim-policy/
    Registered: Fri Jun 07 05:50:16 UTC 2024
    - 422.8K bytes
    - Viewed (0)
  7. Tasks | Kubernetes

    This section of the Kubernetes documentation contains pages that show how to do individual tasks. A task page shows how to do a single thing, typically by giving a short sequence of steps. If you would like to write a task page, see Creating a Documentation Pull Request.
    kubernetes.io/docs/tasks/
    Registered: Fri Jun 07 05:50:41 UTC 2024
    - 417.3K bytes
    - Viewed (0)
  8. Extending the Kubernetes API | Kubernetes

    Custom resources are extensions of the Kubernetes API. Kubernetes provides two ways to add custom resources to your cluster: The CustomResourceDefinition (CRD) mechanism allows you to declaratively define a new custom API with an API group, kind, and schema that you specify. The Kubernetes control plane serves and handles the storage of your custom resource. CRDs allow you to create new types of resources for your cluster without writing and running a custom API server.
    kubernetes.io/docs/concepts/extend-kubernetes/api-extension/
    Registered: Fri Jun 07 05:49:58 UTC 2024
    - 417.2K bytes
    - Viewed (0)
  9. Managing Secrets | Kubernetes

    Managing confidential settings data using Secrets.
    kubernetes.io/docs/tasks/configmap-secret/
    Registered: Fri Jun 07 06:02:58 UTC 2024
    - 414.1K bytes
    - Viewed (0)
  10. Volume Attributes Classes | Kubernetes

    FEATURE STATE: Kubernetes v1.29 [alpha] This page assumes that you are familiar with StorageClasses, volumes and PersistentVolumes in Kubernetes. A VolumeAttributesClass provides a way for administrators to describe the mutable "classes" of storage they offer. Different classes might map to different quality-of-service levels. Kubernetes itself is unopinionated about what these classes represent. This is an alpha feature and disabled by default. If you want to test the feature whilst it's alpha, you need to enable the VolumeAttributesClass feature gate for the kube-controller-manager and the kube-apiserver.
    kubernetes.io/docs/concepts/storage/volume-attributes-classes/
    Registered: Fri Jun 07 05:41:54 UTC 2024
    - 428.4K bytes
    - Viewed (0)
Back to top