Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: テスト test

Results 71 - 80 of 660 for host:kubernetes.io (0.03 sec)

  1. Run a Replicated Stateful Application | Kubernetes

    This page shows how to run a replicated stateful application using a StatefulSet. This application is a replicated MySQL database. The example topology has a single primary server and multiple replicas, using asynchronous row-based replication. Note:This is not a production configuration. MySQL settings remain on insecure defaults to keep the focus on general patterns for running stateful applications in Kubernetes. 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/run-application/run-replicated-stateful-application/
    Registered: Fri May 17 07:55:35 UTC 2024
    - 487.5K bytes
    - Viewed (0)
  2. Tutorials | Kubernetes

    This section of the Kubernetes documentation contains tutorials. A tutorial shows how to accomplish a goal that is larger than a single task. Typically a tutorial has several sections, each of which has a sequence of steps. Before walking through each tutorial, you may want to bookmark the Standardized Glossary page for later references. Basics Kubernetes Basics is an in-depth interactive tutorial that helps you understand the Kubernetes system and try out some basic Kubernetes features.
    kubernetes.io/docs/tutorials/
    Registered: Fri May 17 07:57:19 UTC 2024
    - 418.6K bytes
    - Viewed (0)
  3. Scale a StatefulSet | Kubernetes

    This task shows how to scale a StatefulSet. Scaling a StatefulSet refers to increasing or decreasing the number of replicas. Before you begin StatefulSets are only available in Kubernetes version 1.5 or later. To check your version of Kubernetes, run kubectl version. Not all stateful applications scale nicely. If you are unsure about whether to scale your StatefulSets, see StatefulSet concepts or StatefulSet tutorial for further information. You should perform scaling only when you are confident that your stateful application cluster is completely healthy.
    kubernetes.io/docs/tasks/run-application/scale-stateful-set/
    Registered: Fri May 17 07:57:25 UTC 2024
    - 421.8K bytes
    - Viewed (0)
  4. kubectl | Kubernetes

    Synopsis kubectl controls the Kubernetes cluster manager. Find more information at: https://kubernetes.io/docs/reference/kubectl/ kubectl [flags] Options --as string Username to impersonate for the operation. User could be a regular user or a service account in a namespace. --as-group strings Group to impersonate for the operation, this flag can be repeated to specify multiple groups. --as-uid string UID to impersonate for the operation. --cache-dir string     Default: "$HOME/.kube/cache" Default cache directory --certificate-authority string Path to a cert file for the certificate authority
    kubernetes.io/docs/reference/kubectl/generated/kubectl/
    Registered: Fri May 17 08:14:44 UTC 2024
    - 429.1K bytes
    - Viewed (0)
  5. kubectl apply edit-last-applied | Kubernetes

    Synopsis Edit the latest last-applied-configuration annotations of resources from the default editor. The edit-last-applied command allows you to directly edit any API resource you can retrieve via the command-line tools. It will open the editor defined by your KUBE_EDITOR, or EDITOR environment variables, or fall back to 'vi' for Linux or 'notepad' for Windows. You can edit multiple objects, although changes are applied one at a time. The command accepts file names as well as command-line arguments, although the files you point to must be previously saved versions of resources.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_apply/kubectl_apply_edit-last-applied/
    Registered: Fri May 17 08:14:49 UTC 2024
    - 430K bytes
    - Viewed (0)
  6. kubectl config get-contexts | Kubernetes

    Synopsis Display one or many contexts from the kubeconfig file. kubectl config get-contexts [(-o|--output=)name)] Examples # List all the contexts in your kubeconfig file kubectl config get-contexts # Describe one context in your kubeconfig file kubectl config get-contexts my-context Options -h, --help help for get-contexts --no-headers When using the default or custom-column output format, don't print headers (default print headers). -o, --output string Output format. One of: (name). --as string Username to impersonate for the operation.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_config/kubectl_config_get-contexts/
    Registered: Fri May 17 08:15:35 UTC 2024
    - 425.8K bytes
    - Viewed (0)
  7. kube-apiserver Configuration (v1alpha1) | Kuber...

    Package v1alpha1 is the v1alpha1 version of the API. Resource Types AdmissionConfiguration AuthenticationConfiguration AuthorizationConfiguration EgressSelectorConfiguration TracingConfiguration TracingConfiguration Appears in: KubeletConfiguration TracingConfiguration TracingConfiguration provides versioned configuration for OpenTelemetry tracing clients. FieldDescription endpoint string Endpoint of the collector this component will report traces to. The connection is insecure, and does not currently support TLS. Recommended is unset, and endpoint is the otlp grpc default, localhost:4317. samplingRatePerMillion int32 SamplingRatePerMillion is the number of samples to collect per million spans.
    kubernetes.io/docs/reference/config-api/apiserver-config.v1alpha1/
    Registered: Fri May 17 08:29:29 UTC 2024
    - 455.7K bytes
    - Viewed (0)
  8. Versions in CustomResourceDefinitions | Kubernetes

    This page explains how to add versioning information to CustomResourceDefinitions, to indicate the stability level of your CustomResourceDefinitions or advance your API to a new version with conversion between API representations. It also describes how to upgrade an object from one version to another. 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/extend-kubernetes/custom-resources/custom-resource-definition-versioning/
    Registered: Fri May 17 07:53:46 UTC 2024
    - 565.5K bytes
    - Viewed (0)
  9. Networking | Kubernetes

    Learn how to configure networking for your cluster.
    kubernetes.io/docs/tasks/network/
    Registered: Fri May 17 07:55:20 UTC 2024
    - 413.2K bytes
    - Viewed (0)
  10. Extend Service IP Ranges | Kubernetes

    FEATURE STATE: Kubernetes v1.27 [alpha] This document shares how to extend the existing Service IP range assigned to a cluster. 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/network/extend-service-ip-ranges/
    Registered: Fri May 17 07:55:25 UTC 2024
    - 426.2K bytes
    - Viewed (0)
Back to top