Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 111 - 120 of 484 for content_length:[500000 TO 999999] (0.12 sec)

  1. OpenAPI models - FastAPI

    FastAPI framework, high performance, easy to learn, fast to code, ready for production
    fastapi.tiangolo.com/vi/reference/openapi/models/
    Registered: Wed Jun 04 07:30:34 UTC 2025
    - 684.4K bytes
    - Viewed (0)
  2. Configure Multiple Schedulers | Kubernetes

    Kubernetes ships with a default scheduler that is described here. If the default scheduler does not suit your needs you can implement your own scheduler. Moreover, you can even run multiple schedulers simultaneously alongside the default scheduler and instruct Kubernetes what scheduler to use for each of your pods. Let's learn how to run multiple schedulers in Kubernetes with an example. A detailed description of how to implement a scheduler is outside the scope of this document.
    kubernetes.io/docs/tasks/extend-kubernetes/configure-multiple-schedulers/
    Registered: Wed Jun 04 07:08:40 UTC 2025
    - 496.1K bytes
    - Viewed (0)
  3. OpenAPI models - FastAPI

    FastAPI framework, high performance, easy to learn, fast to code, ready for production
    fastapi.tiangolo.com/pt/reference/openapi/models/
    Registered: Wed Jun 04 07:22:04 UTC 2025
    - 684.8K bytes
    - Viewed (0)
  4. Implementation details | Kubernetes

    FEATURE STATE: Kubernetes v1.10 [stable] kubeadm init and kubeadm join together provide a nice user experience for creating a bare Kubernetes cluster from scratch, that aligns with the best-practices. However, it might not be obvious how kubeadm does that. This document provides additional details on what happens under the hood, with the aim of sharing knowledge on the best practices for a Kubernetes cluster. Core design principles The cluster that kubeadm init and kubeadm join set up should be:
    kubernetes.io/docs/reference/setup-tools/kubeadm/implementation-details/
    Registered: Wed Jun 04 07:19:25 UTC 2025
    - 492.4K bytes
    - Viewed (0)
  5. OAuth2 con Password (y hashing), Bearer con tok...

    FastAPI framework, high performance, easy to learn, fast to code, ready for production
    fastapi.tiangolo.com/es/tutorial/security/oauth2-jwt/
    Registered: Wed Jun 04 07:02:41 UTC 2025
    - 610.9K bytes
    - Viewed (0)
  6. lightgbm.basic โ€” LightGBM 4.6.0.99 documentation

    Module code lightgbm.basic Source code for lightgbm.basic # coding: utf-8 """Wrapper for C API of LightGBM.""" # This...
    lightgbm.readthedocs.io/en/latest/_modules/lightgbm/basic.html
    Registered: Wed Jun 04 07:11:49 UTC 2025
    - Last Modified: Sat May 03 02:06:54 UTC 2025
    - 746.3K bytes
    - Viewed (0)
  7. Well-Known Labels, Annotations and Taints | Kub...

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/labels-annotations-taints/
    Registered: Wed Jun 04 07:14:53 UTC 2025
    - 602.3K bytes
    - Viewed (0)
  8. Kubernetes API Concepts | Kubernetes

    The Kubernetes API is a resource-based (RESTful) programmatic interface provided via HTTP. It supports retrieving, creating, updating, and deleting primary resources via the standard HTTP verbs (POST, PUT, PATCH, DELETE, GET). For some resources, the API includes additional subresources that allow fine-grained authorization (such as separate views for Pod details and log retrievals), and can accept and serve those resources in different representations for convenience or efficiency. Kubernetes supports efficient change notifications on resources via watches: in the Kubernetes API, watch is a verb that is used to track changes to an object in Kubernetes as a stream.
    kubernetes.io/docs/reference/using-api/api-concepts/
    Registered: Wed Jun 04 07:14:18 UTC 2025
    - 545.7K bytes
    - Viewed (0)
  9. Running ZooKeeper, A Distributed System Coordin...

    This tutorial demonstrates running Apache Zookeeper on Kubernetes using StatefulSets, PodDisruptionBudgets, and PodAntiAffinity. Before you begin Before starting this tutorial, you should be familiar with the following Kubernetes concepts: Pods Cluster DNS Headless Services PersistentVolumes PersistentVolume Provisioning StatefulSets PodDisruptionBudgets PodAntiAffinity kubectl CLI You must have a cluster with at least four nodes, and each node requires at least 2 CPUs and 4 GiB of memory. In this tutorial you will cordon and drain the cluster's nodes.
    kubernetes.io/docs/tutorials/stateful-application/zookeeper/
    Registered: Wed Jun 04 07:09:42 UTC 2025
    - 541.3K bytes
    - Viewed (0)
  10. Custom Response Classes - File, HTML, Redirect,...

    FastAPI framework, high performance, easy to learn, fast to code, ready for production
    fastapi.tiangolo.com/pt/reference/responses/
    Registered: Wed Jun 04 07:18:42 UTC 2025
    - 663.6K bytes
    - Viewed (0)
Back to top