- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 4231 - 4240 of about 10,000 for content_length:[100000 TO 499999] (0.1 sec)
-
Sidecar Containers | Kubernetes
FEATURE STATE: Kubernetes v1.29 [beta] Sidecar containers are the secondary containers that run along with the main application container within the same Pod. These containers are used to enhance or to extend the functionality of the primary app container by providing additional services, or functionality such as logging, monitoring, security, or data synchronization, without directly altering the primary application code. Typically, you only have one app container in a Pod.kubernetes.io/docs/concepts/workloads/pods/sidecar-containers/Registered: Fri May 09 06:04:38 UTC 2025 - 469.5K bytes - Viewed (0) -
Considerations for large clusters | Kubernetes
A cluster is a set of nodes (physical or virtual machines) running Kubernetes agents, managed by the control plane. Kubernetes v1.33 supports clusters with up to 5,000 nodes. More specifically, Kubernetes is designed to accommodate configurations that meet all of the following criteria: No more than 110 pods per node No more than 5,000 nodes No more than 150,000 total pods No more than 300,000 total containers You can scale your cluster by adding or removing nodes.kubernetes.io/docs/setup/best-practices/cluster-large/Registered: Fri May 09 06:03:31 UTC 2025 - 454K bytes - Viewed (0) -
Recommended Labels | Kubernetes
You can visualize and manage Kubernetes objects with more tools than kubectl and the dashboard. A common set of labels allows tools to work interoperably, describing objects in a common manner that all tools can understand. In addition to supporting tooling, the recommended labels describe applications in a way that can be queried. The metadata is organized around the concept of an application. Kubernetes is not a platform as a service (PaaS) and doesn't have or enforce a formal notion of an application.kubernetes.io/docs/concepts/overview/working-with-objects/common-labels/Registered: Fri May 09 06:06:38 UTC 2025 - 466.3K bytes - Viewed (0) -
응답 - 상태 코드 변경 - FastAPI
fastapi.tiangolo.com/ko/advanced/response-change-status-code/Registered: Fri May 09 06:07:41 UTC 2025 - 111.8K bytes - Viewed (0) -
GraphQL - FastAPI
fastapi.tiangolo.com/nl/how-to/graphql/Registered: Fri May 09 06:20:46 UTC 2025 - 115.6K bytes - Viewed (0) -
FastAPI CLI - FastAPI
fastapi.tiangolo.com/nl/fastapi-cli/Registered: Fri May 09 06:19:57 UTC 2025 - 114.3K bytes - Viewed (0) -
Generate Certificates Manually | Kubernetes
When using client certificate authentication, you can generate certificates manually through easyrsa, openssl or cfssl. easyrsa easyrsa can manually generate certificates for your cluster. Download, unpack, and initialize the patched version of easyrsa3. curl -LO https://dl.k8s.io/easy-rsa/easy-rsa.tar.gz tar xzf easy-rsa.tar.gz cd easy-rsa-master/easyrsa3 ./easyrsa init-pki Generate a new certificate authority (CA). --batch sets automatic mode; --req-cn specifies the Common Name (CN) for the CA's new root certificate. ./easyrsa --batch "--req-cn=${MASTER_IP}@`date +%s`" build-ca nopass Generate server certificate and key.kubernetes.io/docs/tasks/administer-cluster/certificates/Registered: Fri May 09 06:19:45 UTC 2025 - 471.4K bytes - Viewed (0) -
Configure Default CPU Requests and Limits for a...
Define a default CPU resource limits for a namespace, so that every new Pod in that namespace has a CPU resource limit configured.kubernetes.io/docs/tasks/administer-cluster/manage-resources/cpu-default-namespace/Registered: Fri May 09 06:19:50 UTC 2025 - 467.6K bytes - Viewed (0) -
Configuring a cgroup driver | Kubernetes
This page explains how to configure the kubelet's cgroup driver to match the container runtime cgroup driver for kubeadm clusters. Before you begin You should be familiar with the Kubernetes container runtime requirements. Configuring the container runtime cgroup driver The Container runtimes page explains that the systemd driver is recommended for kubeadm based setups instead of the kubelet's default cgroupfs driver, because kubeadm manages the kubelet as a systemd service.kubernetes.io/docs/tasks/administer-cluster/kubeadm/configure-cgroup-driver/Registered: Fri May 09 06:18:52 UTC 2025 - 453.7K bytes - Viewed (0) -
Including WSGI - Flask, Django, others - FastAPI
fastapi.tiangolo.com/nl/advanced/wsgi/Registered: Fri May 09 06:19:19 UTC 2025 - 112.1K bytes - Viewed (0)