- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 231 - 240 of 456 for content_length:[500000 TO 999999] (0.06 sec)
-
Configure Service Accounts for Pods | Kubernetes
Kubernetes offers two distinct ways for clients that run within your cluster, or that otherwise have a relationship to your cluster's control plane to authenticate to the API server. A service account provides an identity for processes that run in a Pod, and maps to a ServiceAccount object. When you authenticate to the API server, you identify yourself as a particular user. Kubernetes recognises the concept of a user, however, Kubernetes itself does not have a User API.kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/Registered: Wed Apr 30 06:00:47 UTC 2025 - 492.8K bytes - Viewed (0) -
Authorization | Kubernetes
Details of Kubernetes authorization mechanisms and supported authorization modes.kubernetes.io/docs/reference/access-authn-authz/authorization/Registered: Wed Apr 30 06:08:14 UTC 2025 - 490.3K bytes - Viewed (0) -
Configure a Pod to Use a ConfigMap | Kubernetes
Many applications rely on configuration which is used during either application initialization or runtime. Most times, there is a requirement to adjust values assigned to configuration parameters. ConfigMaps are a Kubernetes mechanism that let you inject configuration data into application pods. The ConfigMap concept allow you to decouple configuration artifacts from image content to keep containerized applications portable. For example, you can download and run the same container image to spin up containers for the purposes of local development, system test, or running a live end-user workload.kubernetes.io/docs/tasks/configure-pod-container/configure-pod-configmap/Registered: Wed Apr 30 06:02:23 UTC 2025 - 552.8K bytes - Viewed (0) -
Versions in CustomResourceDefinitions | Kubernetes
This page explains how to add versioning information to CustomResourceDefinitions, to indicate the stability level of your CustomResourceDefinitions or advance your API to a new version with conversion between API representations. It also describes how to upgrade an object from one version to another. 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.kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definition-versioning/Registered: Wed Apr 30 06:06:27 UTC 2025 - 592.6K bytes - Viewed (0) -
Declarative Management of Kubernetes Objects Us...
Kustomize is a standalone tool to customize Kubernetes objects through a kustomization file. Since 1.14, kubectl also supports the management of Kubernetes objects using a kustomization file. To view resources found in a directory containing a kustomization file, run the following command: kubectl kustomize <kustomization_directory> To apply those resources, run kubectl apply with --kustomize or -k flag: kubectl apply -k <kustomization_directory> Before you begin Install kubectl. You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to communicate with your cluster.kubernetes.io/docs/tasks/manage-kubernetes-objects/kustomization/Registered: Wed Apr 30 05:55:38 UTC 2025 - 548.6K bytes - Viewed (0) -
Distribute Credentials Securely Using Secrets |...
This page shows how to securely inject sensitive data, such as passwords and encryption keys, into Pods. 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/distribute-credentials-secure/Registered: Wed Apr 30 06:00:01 UTC 2025 - 496.8K bytes - Viewed (0) -
OAuth2 com Senha (e hashing), Bearer com tokens...
fastapi.tiangolo.com/pt/tutorial/security/oauth2-jwt/Registered: Wed Apr 30 05:49:48 UTC 2025 - 616.4K bytes - Viewed (0) -
Run a Replicated Stateful Application | Kubernetes
This page shows how to run a replicated stateful application using a StatefulSet. This application is a replicated MySQL database. The example topology has a single primary server and multiple replicas, using asynchronous row-based replication. Note:This is not a production configuration. MySQL settings remain on insecure defaults to keep the focus on general patterns for running stateful applications in Kubernetes. 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/tasks/run-application/run-replicated-stateful-application/Registered: Wed Apr 30 05:54:26 UTC 2025 - 516K bytes - Viewed (0) -
ndarray.sparse — Apache MXNet documentation
ndarray.sparse Sparse NDArray API of MXNet. Functions csr_matrix (arg1[, shape, ctx, dtype]) Creates a CSRNDArray , a...mxnet.apache.org/versions/master/api/python/docs/api/legacy/ndarray/sparse/index.htmlRegistered: Wed Apr 30 07:07:34 UTC 2025 - Last Modified: Thu Jan 05 05:04:49 UTC 2023 - 514.4K bytes - Viewed (0) -
Simple OAuth2 with Password and Bearer - FastAPI
fastapi.tiangolo.com/fr/tutorial/security/simple-oauth2/Registered: Wed Apr 30 07:48:40 UTC 2025 - 501.8K bytes - Viewed (0)