- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 4801 - 4810 of about 10,000 for content_length:[100000 TO 499999] (0.15 sec)
-
Adding entries to Pod /etc/hosts with HostAlias...
Adding entries to a Pod's /etc/hosts file provides Pod-level override of hostname resolution when DNS and other options are not applicable. You can add these custom entries with the HostAliases field in PodSpec. The Kubernetes project recommends modifying DNS configuration using the hostAliases field (part of the .spec for a Pod), and not by using an init container or other means to edit /etc/hosts directly. Change made in other ways may be overwritten by the kubelet during Pod creation or restart.kubernetes.io/docs/tasks/network/customize-hosts-file-for-pods/Registered: Fri Nov 15 07:01:46 UTC 2024 - 436.1K bytes - Viewed (0) -
Header Parameter Models - FastAPI
fastapi.tiangolo.com/ru/tutorial/header-param-models/Registered: Fri Nov 15 07:01:26 UTC 2024 - 152.9K bytes - Viewed (0) -
Using the Request Directly - FastAPI
fastapi.tiangolo.com/ru/advanced/using-request-directly/Registered: Fri Nov 15 07:05:17 UTC 2024 - 116.1K bytes - Viewed (0) -
Testing Dependencies with Overrides - FastAPI
fastapi.tiangolo.com/ru/advanced/testing-dependencies/Registered: Fri Nov 15 07:05:22 UTC 2024 - 167.1K bytes - Viewed (0) -
Концепции развёртывания - FastAPI
fastapi.tiangolo.com/ru/deployment/concepts/Registered: Fri Nov 15 07:05:38 UTC 2024 - 164.1K bytes - Viewed (0) -
lightgbm.plotting — LightGBM 4.5.0.99 documenta...
Module code lightgbm.plotting Source code for lightgbm.plotting # coding: utf-8 """Plotting library.""" import math f...lightgbm.readthedocs.io/en/latest/_modules/lightgbm/plotting.htmlRegistered: Fri Nov 15 07:05:51 UTC 2024 - Last Modified: Sun Nov 03 16:47:44 UTC 2024 - 121.1K bytes - Viewed (0) -
Развёртывание - FastAPI
fastapi.tiangolo.com/ru/deployment/Registered: Fri Nov 15 07:05:54 UTC 2024 - 111.1K bytes - Viewed (0) -
Connecting Applications with Services | Kubernetes
The Kubernetes model for connecting containers Now that you have a continuously running, replicated application you can expose it on a network. Kubernetes assumes that pods can communicate with other pods, regardless of which host they land on. Kubernetes gives every pod its own cluster-private IP address, so you do not need to explicitly create links between pods or map container ports to host ports. This means that containers within a Pod can all reach each other's ports on localhost, and all pods in a cluster can see each other without NAT.kubernetes.io/docs/tutorials/services/connect-applications-service/Registered: Fri Nov 15 07:05:28 UTC 2024 - 486.3K bytes - Viewed (0) -
Manage TLS Certificates in a Cluster | Kubernetes
Kubernetes provides a certificates.k8s.io API, which lets you provision TLS certificates signed by a Certificate Authority (CA) that you control. These CA and certificates can be used by your workloads to establish trust. certificates.k8s.io API uses a protocol that is similar to the ACME draft. Note:Certificates created using the certificates.k8s.io API are signed by a dedicated CA. It is possible to configure your cluster to use the cluster root CA for this purpose, but you should never rely on this.kubernetes.io/docs/tasks/tls/managing-tls-in-a-cluster/Registered: Fri Nov 15 07:04:42 UTC 2024 - 450.5K bytes - Viewed (0) -
TLS | Kubernetes
Understand how to protect traffic within your cluster using Transport Layer Security (TLS).kubernetes.io/docs/tasks/tls/Registered: Fri Nov 15 07:04:34 UTC 2024 - 422.9K bytes - Viewed (0)