Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 11 - 20 of 629 for content_length:[100000 TO 499999] (0.02 sec)

  1. Advanced contributing | Kubernetes

    This page assumes that you understand how to contribute to new content and review others' work, and are ready to learn about more ways to contribute. You need to use the Git command line client and other tools for some of these tasks. Propose improvements SIG Docs members can propose improvements. After you've been contributing to the Kubernetes documentation for a while, you may have ideas for improving the Style Guide , the Content Guide, the toolchain used to build the documentation, the website style, the processes for reviewing and merging pull requests, or other aspects of the documentation.
    kubernetes.io/docs/contribute/advanced/
    Registered: Fri Apr 26 08:21:02 UTC 2024
    - 425.8K bytes
    - Viewed (0)
  2. 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 Apr 26 08:21:17 UTC 2024
    - 453.9K bytes
    - Viewed (0)
  3. Managing Workloads | Kubernetes

    You've deployed your application and exposed it via a Service. Now what? Kubernetes provides a number of tools to help you manage your application deployment, including scaling and updating. Organizing resource configurations Many applications require multiple resources to be created, such as a Deployment along with a Service. Management of multiple resources can be simplified by grouping them together in the same file (separated by --- in YAML). For example:
    kubernetes.io/docs/concepts/workloads/management/
    Registered: Fri Apr 26 07:21:46 UTC 2024
    - 449.6K bytes
    - Viewed (0)
  4. Objects In Kubernetes | Kubernetes

    Kubernetes objects are persistent entities in the Kubernetes system. Kubernetes uses these entities to represent the state of your cluster. Learn about the Kubernetes object model and how to work with these objects.
    kubernetes.io/docs/concepts/overview/working-with-objects/
    Registered: Fri Apr 26 07:21:20 UTC 2024
    - 429.2K bytes
    - Viewed (0)
  5. Turnkey Cloud Solutions | Kubernetes

    This page provides a list of Kubernetes certified solution providers. From each provider page, you can learn how to install and setup production ready clusters.
    kubernetes.io/docs/setup/production-environment/turnkey-solutions/
    Registered: Fri Apr 26 07:21:32 UTC 2024
    - 414.8K bytes
    - Viewed (0)
  6. 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 Apr 26 07:20:52 UTC 2024
    - 432.7K bytes
    - Viewed (0)
  7. Containers | Kubernetes

    Technology for packaging an application along with its runtime dependencies.
    kubernetes.io/docs/concepts/containers/
    Registered: Fri Apr 26 07:21:36 UTC 2024
    - 415.8K bytes
    - Viewed (0)
  8. Windows Storage | Kubernetes

    This page provides an storage overview specific to the Windows operating system. Persistent storage Windows has a layered filesystem driver to mount container layers and create a copy filesystem based on NTFS. All file paths in the container are resolved only within the context of that container. With Docker, volume mounts can only target a directory in the container, and not an individual file. This limitation does not apply to containerd.
    kubernetes.io/docs/concepts/storage/windows-storage/
    Registered: Fri Apr 26 07:24:53 UTC 2024
    - 417.2K bytes
    - Viewed (0)
  9. 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 Apr 26 07:24:58 UTC 2024
    - 428.7K bytes
    - Viewed (0)
  10. DaemonSet | Kubernetes

    A DaemonSet defines Pods that provide node-local facilities. These might be fundamental to the operation of your cluster, such as a networking helper tool, or be part of an add-on.
    kubernetes.io/docs/concepts/workloads/controllers/daemonset/
    Registered: Fri Apr 26 07:24:37 UTC 2024
    - 441.1K bytes
    - Viewed (0)
Back to top