- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 3351 - 3360 of about 10,000 for content_length:[100000 TO 499999] (0.21 sec)
-
Creating a cluster with kubeadm | Kubernetes
Using kubeadm, you can create a minimum viable Kubernetes cluster that conforms to best practices. In fact, you can use kubeadm to set up a cluster that will pass the Kubernetes Conformance tests. kubeadm also supports other cluster lifecycle functions, such as bootstrap tokens and cluster upgrades. The kubeadm tool is good if you need: A simple way for you to try out Kubernetes, possibly for the first time. A way for existing users to automate setting up a cluster and test their application.kubernetes.io/docs/setup/production-environment/tools/kubeadm/create-cluster-kubeadm/Registered: Wed Apr 30 05:36:45 UTC 2025 - 482.5K bytes - Viewed (0) -
Namespaces | Kubernetes
In Kubernetes, namespaces provide a mechanism for isolating groups of resources within a single cluster. Names of resources need to be unique within a namespace, but not across namespaces. Namespace-based scoping is applicable only for namespaced objects (e.g. Deployments, Services, etc.) and not for cluster-wide objects (e.g. StorageClass, Nodes, PersistentVolumes, etc.). When to Use Multiple Namespaces Namespaces are intended for use in environments with many users spread across multiple teams, or projects.kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/Registered: Wed Apr 30 05:36:19 UTC 2025 - 455.8K bytes - Viewed (0) -
Runtime Class | Kubernetes
FEATURE STATE: Kubernetes v1.20 [stable] This page describes the RuntimeClass resource and runtime selection mechanism. RuntimeClass is a feature for selecting the container runtime configuration. The container runtime configuration is used to run a Pod's containers. Motivation You can set a different RuntimeClass between different Pods to provide a balance of performance versus security. For example, if part of your workload deserves a high level of information security assurance, you might choose to schedule those Pods so that they run in a container runtime that uses hardware virtualization.kubernetes.io/docs/concepts/containers/runtime-class/Registered: Wed Apr 30 05:36:35 UTC 2025 - 457.3K bytes - Viewed (0) -
Leases | Kubernetes
Distributed systems often have a need for leases, which provide a mechanism to lock shared resources and coordinate activity between members of a set. In Kubernetes, the lease concept is represented by Lease objects in the coordination.k8s.io API Group, which are used for system-critical capabilities such as node heartbeats and component-level leader election. Node heartbeats Kubernetes uses the Lease API to communicate kubelet node heartbeats to the Kubernetes API server.kubernetes.io/docs/concepts/architecture/leases/Registered: Wed Apr 30 05:35:36 UTC 2025 - 454.1K bytes - Viewed (0) -
Git - git-config Documentation
English ▾ English Deutsch Français Português (Brasil) 简体中文 Topics ▾ Setup and Config git config help bugreport Creden...git-scm.com/docs/git-config/2.19.0 Similar Results (1)Registered: Wed Apr 30 05:58:18 UTC 2025 - Last Modified: Wed Apr 30 04:41:49 UTC 2025 - 430.4K bytes - Viewed (0) -
Git - git-config Documentation
English ▾ English Deutsch Français Português (Brasil) 简体中文 Topics ▾ Setup and Config git config help bugreport Creden...git-scm.com/docs/git-config/2.9.5Registered: Wed Apr 30 05:58:33 UTC 2025 - Last Modified: Wed Apr 30 04:41:49 UTC 2025 - 368K bytes - Viewed (0) -
Managing Secrets | Kubernetes
Managing confidential settings data using Secrets.kubernetes.io/docs/tasks/configmap-secret/Registered: Wed Apr 30 05:58:41 UTC 2025 - 443.1K bytes - Viewed (0) -
Define a Command and Arguments for a Container ...
This page shows how to define commands and arguments when you run a container in a Pod. 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/inject-data-application/define-command-argument-container/Registered: Wed Apr 30 05:58:23 UTC 2025 - 456.5K bytes - Viewed (0) -
How To - Recipes - FastAPI
fastapi.tiangolo.com/uk/how-to/Registered: Wed Apr 30 05:58:54 UTC 2025 - 108.7K bytes - Viewed (0) -
Middleware - FastAPI
fastapi.tiangolo.com/de/tutorial/middleware/Registered: Wed Apr 30 05:25:30 UTC 2025 - 119.2K bytes - Viewed (0)