- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 7361 - 7370 of about 10,000 for content_length:[100000 TO 499999] (0.69 sec)
-
Segurança Avançada - FastAPI
fastapi.tiangolo.com/pt/advanced/security/Registered: Fri Dec 12 08:17:24 UTC 2025 - 102.4K bytes - Viewed (0) -
Pod Hostname | Kubernetes
This page explains how to set a Pod's hostname, potential side effects after configuration, and the underlying mechanics. Default Pod hostname When a Pod is created, its hostname (as observed from within the Pod) is derived from the Pod's metadata.name value. Both the hostname and its corresponding fully qualified domain name (FQDN) are set to the metadata.name value (from the Pod's perspective) apiVersion: v1 kind: Pod metadata: name: busybox-1 spec: containers: - image: busybox:1.kubernetes.io/docs/concepts/workloads/pods/pod-hostname/Registered: Fri Dec 12 08:14:58 UTC 2025 - 468.3K bytes - Viewed (0) -
Organizing Cluster Access Using kubeconfig File...
Use kubeconfig files to organize information about clusters, users, namespaces, and authentication mechanisms. The kubectl command-line tool uses kubeconfig files to find the information it needs to choose a cluster and communicate with the API server of a cluster. Note:A file that is used to configure access to clusters is called a kubeconfig file. This is a generic way of referring to configuration files. It does not mean that there is a file named kubeconfig.kubernetes.io/docs/concepts/configuration/organize-cluster-access-kubeconfig/Registered: Fri Dec 12 08:15:22 UTC 2025 - 470.2K bytes - Viewed (0) -
Policies | Kubernetes
Manage security and best-practices with policies.kubernetes.io/docs/concepts/policy/Registered: Fri Dec 12 08:15:30 UTC 2025 - 463.9K bytes - Viewed (0) -
Configuração Avançada da Operação de Rota - Fas...
fastapi.tiangolo.com/pt/advanced/path-operation-advanced-configuration/Registered: Fri Dec 12 08:16:28 UTC 2025 - 193.4K bytes - Viewed (0) -
Sidecar Containers | Kubernetes
FEATURE STATE: Kubernetes v1.33 [stable](enabled by default) 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 Dec 12 08:14:53 UTC 2025 - 482.9K bytes - Viewed (0) -
Testes Assíncronos - FastAPI
fastapi.tiangolo.com/pt/advanced/async-tests/Registered: Fri Dec 12 08:16:37 UTC 2025 - 120K bytes - Viewed (0) -
Options for Highly Available Topology | Kubernetes
This page explains the two options for configuring the topology of your highly available (HA) Kubernetes clusters. You can set up an HA cluster: With stacked control plane nodes, where etcd nodes are colocated with control plane nodes With external etcd nodes, where etcd runs on separate nodes from the control plane You should carefully consider the advantages and disadvantages of each topology before setting up an HA cluster.kubernetes.io/docs/setup/production-environment/tools/kubeadm/ha-topology/Registered: Fri Dec 12 08:06:02 UTC 2025 - 463.3K bytes - Viewed (0) -
Communication between Nodes and the Control Pla...
This document catalogs the communication paths between the API server and the Kubernetes cluster. The intent is to allow users to customize their installation to harden the network configuration such that the cluster can be run on an untrusted network (or on fully public IPs on a cloud provider). Node to Control Plane Kubernetes has a "hub-and-spoke" API pattern. All API usage from nodes (or the pods they run) terminates at the API server.kubernetes.io/docs/concepts/architecture/control-plane-node-communication/Registered: Fri Dec 12 08:06:13 UTC 2025 - 469.3K bytes - Viewed (0) -
Dual-stack support with kubeadm | Kubernetes
FEATURE STATE: Kubernetes v1.23 [stable] Your Kubernetes cluster includes dual-stack networking, which means that cluster networking lets you use either address family. In a cluster, the control plane can assign both an IPv4 address and an IPv6 address to a single Pod or a Service. Before you begin You need to have installed the kubeadm tool, following the steps from Installing kubeadm. For each server that you want to use as a node, make sure it allows IPv6 forwarding.kubernetes.io/docs/setup/production-environment/tools/kubeadm/dual-stack-support/Registered: Fri Dec 12 08:04:14 UTC 2025 - 478.1K bytes - Viewed (0)