Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1811 - 1820 of about 10,000 for content_length:[100000 TO 499999] (0.46 sec)

  1. Pod Scheduling Readiness | Kubernetes

    FEATURE STATE: Kubernetes v1.30 [stable] Pods were considered ready for scheduling once created. Kubernetes scheduler does its due diligence to find nodes to place all pending Pods. However, in a real-world case, some Pods may stay in a "miss-essential-resources" state for a long period. These Pods actually churn the scheduler (and downstream integrators like Cluster AutoScaler) in an unnecessary manner. By specifying/removing a Pod's .spec.schedulingGates, you can control when a Pod is ready to be considered for scheduling.
    kubernetes.io/docs/concepts/scheduling-eviction/pod-scheduling-readiness/
    Registered: Wed Apr 16 05:59:50 UTC 2025
    - 445.7K bytes
    - Viewed (0)
  2. Service Internal Traffic Policy | Kubernetes

    If two Pods in your cluster want to communicate, and both Pods are actually running on the same node, use _Service Internal Traffic Policy_ to keep network traffic within that node. Avoiding a round trip via the cluster network can help with reliability, performance (network latency and throughput), or cost.
    kubernetes.io/docs/concepts/services-networking/service-traffic-policy/
    Registered: Wed Apr 16 06:00:02 UTC 2025
    - 437.4K bytes
    - Viewed (0)
  3. Including WSGI - Flask, Django, others - FastAPI

    FastAPI framework, high performance, easy to learn, fast to code, ready for production
    fastapi.tiangolo.com/pl/advanced/wsgi/
    Registered: Wed Apr 16 06:00:41 UTC 2025
    - 114.3K bytes
    - Viewed (0)
  4. Behind a Proxy - FastAPI

    FastAPI framework, high performance, easy to learn, fast to code, ready for production
    fastapi.tiangolo.com/pl/advanced/behind-a-proxy/ Similar Results (6)
    Registered: Wed Apr 16 06:02:14 UTC 2025
    - 150.6K bytes
    - Viewed (0)
  5. Use Calico for NetworkPolicy | Kubernetes

    This page shows a couple of quick ways to create a Calico cluster on Kubernetes. Before you begin Decide whether you want to deploy a cloud or local cluster. Creating a Calico cluster with Google Kubernetes Engine (GKE) Prerequisite: gcloud. To launch a GKE cluster with Calico, include the --enable-network-policy flag. Syntax gcloud container clusters create [CLUSTER_NAME] --enable-network-policy Example gcloud container clusters create my-calico-cluster --enable-network-policy To verify the deployment, use the following command.
    kubernetes.io/docs/tasks/administer-cluster/network-policy-provider/calico-network-policy/
    Registered: Wed Apr 16 06:01:16 UTC 2025
    - 436K bytes
    - Viewed (0)
  6. Debugging DNS Resolution | Kubernetes

    This page provides hints on diagnosing DNS problems. 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/dns-debugging-resolution/
    Registered: Wed Apr 16 06:01:20 UTC 2025
    - 456K bytes
    - Viewed (0)
  7. Developing Cloud Controller Manager | Kubernetes

    FEATURE STATE: Kubernetes v1.11 [beta] The cloud-controller-manager is a Kubernetes control plane component that embeds cloud-specific control logic. The cloud controller manager lets you link your cluster into your cloud provider's API, and separates out the components that interact with that cloud platform from components that only interact with your cluster. By decoupling the interoperability logic between Kubernetes and the underlying cloud infrastructure, the cloud-controller-manager component enables cloud providers to release features at a different pace compared to the main Kubernetes project.
    kubernetes.io/docs/tasks/administer-cluster/developing-cloud-controller-manager/
    Registered: Wed Apr 16 06:01:25 UTC 2025
    - 436.9K bytes
    - Viewed (0)
  8. Server Workers - Uvicorn with Workers - FastAPI

    FastAPI framework, high performance, easy to learn, fast to code, ready for production
    fastapi.tiangolo.com/pl/deployment/server-workers/ Similar Results (5)
    Registered: Wed Apr 16 06:02:54 UTC 2025
    - 125K bytes
    - Viewed (0)
  9. Windows containers in Kubernetes | Kubernetes

    Windows applications constitute a large portion of the services and applications that run in many organizations. Windows containers provide a way to encapsulate processes and package dependencies, making it easier to use DevOps practices and follow cloud native patterns for Windows applications. Organizations with investments in Windows-based applications and Linux-based applications don't have to look for separate orchestrators to manage their workloads, leading to increased operational efficiencies across their deployments, regardless of operating system.
    kubernetes.io/docs/concepts/windows/intro/
    Registered: Wed Apr 16 06:02:19 UTC 2025
    - 460.8K bytes
    - Viewed (0)
  10. Templating - Jinja2Templates - FastAPI

    FastAPI framework, high performance, easy to learn, fast to code, ready for production
    fastapi.tiangolo.com/pl/reference/templating/ Similar Results (4)
    Registered: Wed Apr 16 06:01:33 UTC 2025
    - 155.5K bytes
    - Viewed (0)
Back to top