Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 131 - 140 of 374 for content_length:[500000 TO 999999] (0.13 sec)

  1. Validating Admission Policy | Kubernetes

    FEATURE STATE: Kubernetes v1.30 [stable] This page provides an overview of Validating Admission Policy. What is Validating Admission Policy? Validating admission policies offer a declarative, in-process alternative to validating admission webhooks. Validating admission policies use the Common Expression Language (CEL) to declare the validation rules of a policy. Validation admission policies are highly configurable, enabling policy authors to define policies that can be parameterized and scoped to resources as needed by cluster administrators.
    kubernetes.io/docs/reference/access-authn-authz/validating-admission-policy/
    Registered: Fri Nov 15 07:10:02 UTC 2024
    - 515K bytes
    - Viewed (0)
  2. kubelet | Kubernetes

    Synopsis The kubelet is the primary "node agent" that runs on each node. It can register the node with the apiserver using one of: the hostname; a flag to override the hostname; or specific logic for a cloud provider. The kubelet works in terms of a PodSpec. A PodSpec is a YAML or JSON object that describes a pod. The kubelet takes a set of PodSpecs that are provided through various mechanisms (primarily through the apiserver) and ensures that the containers described in those PodSpecs are running and healthy.
    kubernetes.io/docs/reference/command-line-tools-reference/kubelet/
    Registered: Fri Nov 15 07:30:26 UTC 2024
    - 503.2K bytes
    - Viewed (0)
  3. OpenAPI models - FastAPI

    FastAPI framework, high performance, easy to learn, fast to code, ready for production
    fastapi.tiangolo.com/zh/reference/openapi/models/
    Registered: Fri Nov 15 06:58:37 UTC 2024
    - 677.2K bytes
    - Viewed (0)
  4. Diagram Guide | Kubernetes

    This guide shows you how to create, edit and share diagrams using the Mermaid JavaScript library. Mermaid.js allows you to generate diagrams using a simple markdown-like syntax inside Markdown files. You can also use Mermaid to generate .svg or .png image files that you can add to your documentation. The target audience for this guide is anybody wishing to learn about Mermaid and/or how to create and add diagrams to Kubernetes documentation.
    kubernetes.io/docs/contribute/style/diagram-guide/
    Registered: Fri Nov 15 07:29:33 UTC 2024
    - 488.5K bytes
    - Viewed (0)
  5. Kubelet Configuration (v1beta1) | Kubernetes

    Resource Types CredentialProviderConfig KubeletConfiguration SerializedNodeConfigSource FormatOptions Appears in: LoggingConfiguration FormatOptions contains options for the different logging formats. FieldDescription text [Required] TextOptions [Alpha] Text contains options for logging format "text". Only available when the LoggingAlphaOptions feature gate is enabled. json [Required] JSONOptions [Alpha] JSON contains options for logging format "json". Only available when the LoggingAlphaOptions feature gate is enabled. JSONOptions Appears in: FormatOptions JSONOptions contains options for logging format "json". FieldDescription OutputRoutingOptions [Required] OutputRoutingOptions (Members of OutputRoutingOptions are embedded into this type.
    kubernetes.io/docs/reference/config-api/kubelet-config.v1beta1/
    Registered: Fri Nov 15 07:35:40 UTC 2024
    - 490.3K bytes
    - Viewed (0)
  6. Secrets | Kubernetes

    A Secret is an object that contains a small amount of sensitive data such as a password, a token, or a key. Such information might otherwise be put in a Pod specification or in a container image. Using a Secret means that you don't need to include confidential data in your application code. Because Secrets can be created independently of the Pods that use them, there is less risk of the Secret (and its data) being exposed during the workflow of creating, viewing, and editing Pods.
    kubernetes.io/docs/concepts/configuration/secret/
    Registered: Fri Nov 15 06:38:53 UTC 2024
    - 500.9K bytes
    - Viewed (0)
  7. Volumes | Kubernetes

    On-disk files in a container are ephemeral, which presents some problems for non-trivial applications when running in containers. One problem occurs when a container crashes or is stopped. Container state is not saved so all of the files that were created or modified during the lifetime of the container are lost. During a crash, kubelet restarts the container with a clean state. Another problem occurs when multiple containers are running in a Pod and need to share files.
    kubernetes.io/docs/concepts/storage/volumes/
    Registered: Fri Nov 15 06:32:30 UTC 2024
    - 545.2K bytes
    - Viewed (0)
  8. Debug Running Pods | Kubernetes

    This page explains how to debug Pods running (or crashing) on a Node. Before you begin Your Pod should already be scheduled and running. If your Pod is not yet running, start with Debugging Pods. For some of the advanced debugging steps you need to know on which Node the Pod is running and have shell access to run commands on that Node. You don't need that access to run the standard debug steps that use kubectl.
    kubernetes.io/docs/tasks/debug/debug-application/debug-running-pod/
    Registered: Fri Nov 15 06:52:28 UTC 2024
    - 488.8K bytes
    - Viewed (0)
  9. OpenAPI models - FastAPI

    FastAPI framework, high performance, easy to learn, fast to code, ready for production
    fastapi.tiangolo.com/fr/reference/openapi/models/
    Registered: Fri Nov 15 06:36:50 UTC 2024
    - 677.6K bytes
    - Viewed (0)
  10. Simple OAuth2 with Password and Bearer - FastAPI

    FastAPI framework, high performance, easy to learn, fast to code, ready for production
    fastapi.tiangolo.com/tr/tutorial/security/simple-oauth2/
    Registered: Fri Nov 15 07:50:25 UTC 2024
    - 492.8K bytes
    - Viewed (0)
Back to top