- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 3501 - 3510 of about 10,000 for timestamp:[now/d-7d TO *] (0.3 sec)
-
Expose Pod Information to Containers Through En...
This page shows how a Pod can use environment variables to expose information about itself to containers running in the Pod, using the downward API. You can use environment variables to expose Pod fields, container fields, or both. In Kubernetes, there are two ways to expose Pod and container fields to a running container: Environment variables, as explained in this task Volume files Together, these two ways of exposing Pod and container fields are called the downward API.kubernetes.io/docs/tasks/inject-data-application/environment-variable-expose-pod-information/Registered: Fri Sep 12 06:41:26 UTC 2025 - 484.1K bytes - Viewed (0) -
Background Tasks - BackgroundTasks - FastAPI
fastapi.tiangolo.com/fa/reference/background/Registered: Fri Sep 12 06:43:48 UTC 2025 - 122.7K bytes - Viewed (0) -
Benchmarks - FastAPI
fastapi.tiangolo.com/fa/benchmarks/ Similar Results (1)Registered: Fri Sep 12 06:43:52 UTC 2025 - 106K bytes - Viewed (0) -
lightgbm.LGBMClassifier — LightGBM 4.6.0.99 doc...
Python API lightgbm.LGBMClassifier lightgbm.LGBMClassifier class lightgbm. LGBMClassifier ( * , boosting_type = 'gb...lightgbm.readthedocs.io/en/latest/pythonapi/lightgbm.LGBMClassifier.htmlRegistered: Fri Sep 12 06:44:04 UTC 2025 - Last Modified: Wed Sep 10 09:11:45 UTC 2025 - 108.1K bytes - Viewed (0) -
Example: Deploying PHP Guestbook application wi...
This tutorial shows you how to build and deploy a simple (not production ready), multi-tier web application using Kubernetes and Docker. This example consists of the following components: A single-instance Redis to store guestbook entries Multiple web frontend instances Objectives Start up a Redis leader. Start up two Redis followers. Start up the guestbook frontend. Expose and view the Frontend Service. Clean up. 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/stateless-application/guestbook/Registered: Fri Sep 12 06:43:47 UTC 2025 - 508.8K bytes - Viewed (0) -
Running Multiple Instances of Your App | Kubern...
Objectives Scale an existing app manually using kubectl. Scaling an application You can create from the start a Deployment with multiple instances using the --replicas parameter for the kubectl create deployment command. Previously we created a Deployment, and then exposed it publicly via a Service. The Deployment created only one Pod for running our application. When traffic increases, we will need to scale the application to keep up with user demand.kubernetes.io/docs/tutorials/kubernetes-basics/scale/scale-intro/Registered: Fri Sep 12 06:43:42 UTC 2025 - 471K bytes - Viewed (0) -
Deploy an App | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/tutorials/kubernetes-basics/deploy-app/Registered: Fri Sep 12 06:44:03 UTC 2025 - 457K bytes - Viewed (0) -
Body - Updates - FastAPI
fastapi.tiangolo.com/az/tutorial/body-updates/Registered: Fri Sep 12 06:44:47 UTC 2025 - 201.7K bytes - Viewed (0) -
Glossary | Kubernetes
Glossary This glossary is intended to be a comprehensive, standardized list of Kubernetes terminology. It includes te...kubernetes.io/docs/reference/glossary/ Similar Results (1)Registered: Fri Sep 12 06:51:24 UTC 2025 - 662K bytes - Viewed (0) -
Authenticating | Kubernetes
This page provides an overview of authentication in Kubernetes, with a focus on authentication to the Kubernetes API. Users in Kubernetes All Kubernetes clusters have two categories of users: service accounts managed by Kubernetes, and normal users. It is assumed that a cluster-independent service manages normal users in the following ways: an administrator distributing private keys a user store like Keystone or Google Accounts a file with a list of usernames and passwords In this regard, Kubernetes does not have objects which represent normal user accounts.kubernetes.io/docs/reference/access-authn-authz/authentication/Registered: Fri Sep 12 06:50:53 UTC 2025 - 674.9K bytes - Viewed (0)