- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1581 - 1590 of about 10,000 for content_length:[100000 TO 499999] (0.56 sec)
-
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: Wed Apr 16 06:19:12 UTC 2025 - 447K bytes - Viewed (0) -
Git - gitglossary Documentation
ko ▾ English Deutsch Español Français Bahasa Indonesia Italiano 日本語 Português (Brasil) Русский українська мова 简体中文 繁...git-scm.com/docs/gitglossary/koRegistered: Wed Apr 16 06:32:28 UTC 2025 - Last Modified: Tue Apr 15 08:33:43 UTC 2025 - 98.4K bytes - Viewed (0) -
kubectl auth can-i | Kubernetes
Synopsis Check whether an action is allowed. VERB is a logical Kubernetes API verb like 'get', 'list', 'watch', 'delete', etc. TYPE is a Kubernetes resource. Shortcuts and groups will be resolved. NONRESOURCEURL is a partial URL that starts with "/". NAME is the name of a particular Kubernetes resource. This command pairs nicely with impersonation. See --as global flag. kubectl auth can-i VERB [TYPE | TYPE/NAME | NONRESOURCEURL] Examples # Check to see if I can create pods in any namespace kubectl auth can-i create pods --all-namespaces # Check to see if I can list deployments in my current namespace kubectl auth can-i list deployments.kubernetes.io/docs/reference/kubectl/generated/kubectl_auth/kubectl_auth_can-i/Registered: Wed Apr 16 06:32:34 UTC 2025 - 442.6K bytes - Viewed (0) -
Command line tool (kubectl) | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/kubectl/Registered: Wed Apr 16 06:31:58 UTC 2025 - 480.4K bytes - Viewed (0) -
HTTP Basic Auth - FastAPI
fastapi.tiangolo.com/he/advanced/security/http-basic-auth/ Similar Results (1)Registered: Wed Apr 16 06:32:17 UTC 2025 - 165.3K bytes - Viewed (0) -
kubeadm alpha | Kubernetes
Caution:kubeadm alpha provides a preview of a set of features made available for gathering feedback from the community. Please try it out and give us feedback! Currently there are no experimental commands under kubeadm alpha. What's next kubeadm init to bootstrap a Kubernetes control-plane node kubeadm join to connect a node to the cluster kubeadm reset to revert any changes made to this host by kubeadm init or kubeadm joinkubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm-alpha/Registered: Wed Apr 16 06:32:19 UTC 2025 - 432.9K bytes - Viewed (0) -
Setup tools | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/setup-tools/Registered: Wed Apr 16 06:31:51 UTC 2025 - 430.8K bytes - Viewed (0) -
Using the Request Directly - FastAPI
fastapi.tiangolo.com/vi/advanced/using-request-directly/Registered: Wed Apr 16 06:43:23 UTC 2025 - 114.7K bytes - Viewed (0) -
kubectl create rolebinding | Kubernetes
Synopsis Create a role binding for a particular role or cluster role. kubectl create rolebinding NAME --clusterrole=NAME|--role=NAME [--user=username] [--group=groupname] [--serviceaccount=namespace:serviceaccountname] [--dry-run=server|client|none] Examples # Create a role binding for user1, user2, and group1 using the admin cluster role kubectl create rolebinding admin --clusterrole=admin --user=user1 --user=user2 --group=group1 # Create a role binding for service account monitoring:sa-dev using the admin role kubectl create rolebinding admin-binding --role=admin --serviceaccount=monitoring:sa-dev Options --allow-missing-template-keys Default: true If true, ignore any errors in templates when a field or map key is missing in the template.kubernetes.io/docs/reference/kubectl/generated/kubectl_create/kubectl_create_rolebinding/ Similar Results (1)Registered: Wed Apr 16 06:41:56 UTC 2025 - 445.1K bytes - Viewed (0) -
kubectl rollout undo | Kubernetes
Synopsis Roll back to a previous rollout. kubectl rollout undo (TYPE NAME | TYPE/NAME) [flags] Examples # Roll back to the previous deployment kubectl rollout undo deployment/abc # Roll back to daemonset revision 3 kubectl rollout undo daemonset/abc --to-revision=3 # Roll back to the previous deployment with dry-run kubectl rollout undo --dry-run=server deployment/abc Options --allow-missing-template-keys Default: true If true, ignore any errors in templates when a field or map key is missing in the template.kubernetes.io/docs/reference/kubectl/generated/kubectl_rollout/kubectl_rollout_undo/Registered: Wed Apr 16 06:42:26 UTC 2025 - 442.8K bytes - Viewed (0)