- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 161 - 170 of 430 for content_length:[500000 TO 999999] (0.03 sec)
-
Updating Configuration via a ConfigMap | Kubern...
This page provides a step-by-step example of updating configuration within a Pod via a ConfigMap and builds upon the Configure a Pod to Use a ConfigMap task. At the end of this tutorial, you will understand how to change the configuration for a running application. This tutorial uses the alpine and nginx images as examples. Before you begin You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to communicate with your cluster.kubernetes.io/docs/tutorials/configuration/updating-configuration-via-a-configmap/Registered: Wed Apr 16 06:16:11 UTC 2025 - 525.6K bytes - Viewed (0) -
HorizontalPodAutoscaler Walkthrough | Kubernetes
A HorizontalPodAutoscaler (HPA for short) automatically updates a workload resource (such as a Deployment or StatefulSet), with the aim of automatically scaling the workload to match demand. Horizontal scaling means that the response to increased load is to deploy more Pods. This is different from vertical scaling, which for Kubernetes would mean assigning more resources (for example: memory or CPU) to the Pods that are already running for the workload.kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough/Registered: Wed Apr 16 06:17:13 UTC 2025 - 493.6K bytes - Viewed (0) -
Admission Control in Kubernetes | Kubernetes
This page provides an overview of admission controllers. An admission controller is a piece of code that intercepts requests to the Kubernetes API server prior to persistence of the resource, but after the request is authenticated and authorized. Several important features of Kubernetes require an admission controller to be enabled in order to properly support the feature. As a result, a Kubernetes API server that is not properly configured with the right set of admission controllers is an incomplete server that will not support all the features you expect.kubernetes.io/docs/reference/access-authn-authz/admission-controllers/Registered: Wed Apr 16 06:22:36 UTC 2025 - 497.5K bytes - Viewed (0) -
OAuth2 with Password (and hashing), Bearer with...
fastapi.tiangolo.com/ur/tutorial/security/oauth2-jwt/Registered: Wed Apr 16 08:02:26 UTC 2025 - 616K bytes - Viewed (0) -
OpenAPI models - FastAPI
fastapi.tiangolo.com/ur/reference/openapi/models/Registered: Wed Apr 16 08:04:41 UTC 2025 - 690.4K bytes - Viewed (0) -
OpenAPI models - FastAPI
fastapi.tiangolo.com/ko/reference/openapi/models/Registered: Wed Apr 16 05:50:32 UTC 2025 - 690.1K bytes - Viewed (0) -
Resource Quotas | Kubernetes
When several users or teams share a cluster with a fixed number of nodes, there is a concern that one team could use more than its fair share of resources. Resource quotas are a tool for administrators to address this concern. A resource quota, defined by a ResourceQuota object, provides constraints that limit aggregate resource consumption per namespace. It can limit the quantity of objects that can be created in a namespace by type, as well as the total amount of compute resources that may be consumed by resources in that namespace.kubernetes.io/docs/concepts/policy/resource-quotas/Registered: Wed Apr 16 05:55:12 UTC 2025 - 493.3K bytes - Viewed (0) -
Validating Admission Policy | Kubernetes
FEATURE STATE: Kubernetes v1.30 [stable] This page provides an overview of Validating Admission Policy. What is Validating Admission Policy? Validating admission policies offer a declarative, in-process alternative to validating admission webhooks. Validating admission policies use the Common Expression Language (CEL) to declare the validation rules of a policy. Validation admission policies are highly configurable, enabling policy authors to define policies that can be parameterized and scoped to resources as needed by cluster administrators.kubernetes.io/docs/reference/access-authn-authz/validating-admission-policy/Registered: Wed Apr 16 06:26:35 UTC 2025 - 523.7K bytes - Viewed (0) -
Diagram Guide | Kubernetes
This guide shows you how to create, edit and share diagrams using the Mermaid JavaScript library. Mermaid.js allows you to generate diagrams using a simple markdown-like syntax inside Markdown files. You can also use Mermaid to generate .svg or .png image files that you can add to your documentation. The target audience for this guide is anybody wishing to learn about Mermaid and/or how to create and add diagrams to Kubernetes documentation.kubernetes.io/docs/contribute/style/diagram-guide/Registered: Wed Apr 16 06:45:59 UTC 2025 - 498.6K bytes - Viewed (0) -
kubelet | Kubernetes
Synopsis The kubelet is the primary "node agent" that runs on each node. It can register the node with the apiserver using one of: the hostname; a flag to override the hostname; or specific logic for a cloud provider. The kubelet works in terms of a PodSpec. A PodSpec is a YAML or JSON object that describes a pod. The kubelet takes a set of PodSpecs that are provided through various mechanisms (primarily through the apiserver) and ensures that the containers described in those PodSpecs are running and healthy.kubernetes.io/docs/reference/command-line-tools-reference/kubelet/Registered: Wed Apr 16 06:46:29 UTC 2025 - 510.5K bytes - Viewed (0)