- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 201 - 210 of 686 for host:kubernetes.io (0.07 sec)
-
Kubernetes Documentation | Kubernetes
Kubernetes is an open source container orchestration engine for automating deployment, scaling, and management of containerized applications. The open source project is hosted by the Cloud Native Computing Foundation.kubernetes.io/docs/home/Registered: Wed Jun 04 06:32:36 UTC 2025 - 450.8K bytes - Viewed (0) -
Scheduler Configuration | Kubernetes
FEATURE STATE: Kubernetes v1.25 [stable] You can customize the behavior of the kube-scheduler by writing a configuration file and passing its path as a command line argument. A scheduling Profile allows you to configure the different stages of scheduling in the kube-scheduler. Each stage is exposed in an extension point. Plugins provide scheduling behaviors by implementing one or more of these extension points. You can specify scheduling profiles by running kube-scheduler --config <filename>, using the KubeSchedulerConfiguration v1 struct.kubernetes.io/docs/reference/scheduling/config/Registered: Wed Jun 04 07:35:33 UTC 2025 - 492.1K bytes - Viewed (0) -
External APIs | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/external-api/Registered: Wed Jun 04 07:39:37 UTC 2025 - 443.5K bytes - Viewed (0) -
kubectl for Docker Users | Kubernetes
You can use the Kubernetes command line tool kubectl to interact with the API Server. Using kubectl is straightforward if you are familiar with the Docker command line tool. However, there are a few differences between the Docker commands and the kubectl commands. The following sections show a Docker sub-command and describe the equivalent kubectl command. docker run To run an nginx Deployment and expose the Deployment, see kubectl create deployment.kubernetes.io/docs/reference/kubectl/docker-cli-to-kubectl/Registered: Wed Jun 04 07:39:49 UTC 2025 - 466.1K bytes - Viewed (0) -
Page content types | Kubernetes
The Kubernetes documentation follows several types of page content: Concept Task Tutorial Reference Content sections Each page content type contains a number of sections defined by Markdown comments and HTML headings. You can add content headings to your page with the heading shortcode. The comments and headings help maintain the structure of the page content types. Examples of Markdown comments defining page content sections: <!-- overview --> <!-- body --> To create common headings in your content pages, use the heading shortcode with a heading string.kubernetes.io/docs/contribute/style/page-content-types/Registered: Wed Jun 04 07:39:12 UTC 2025 - 455.4K bytes - Viewed (0) -
kubectl rollout status | Kubernetes
Synopsis Show the status of the rollout. By default 'rollout status' will watch the status of the latest rollout until it's done. If you don't want to wait for the rollout to finish then you can use --watch=false. Note that if a new rollout starts in-between, then 'rollout status' will continue watching the latest revision. If you want to pin to a specific revision and abort if it is rolled over by another revision, use --revision=N where N is the revision you need to watch for.kubernetes.io/docs/reference/kubectl/generated/kubectl_rollout/kubectl_rollout_status/Registered: Wed Jun 04 07:29:20 UTC 2025 - 455.4K bytes - Viewed (0) -
kubectl run | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/kubectl/generated/kubectl_run/Registered: Wed Jun 04 07:30:28 UTC 2025 - 463.7K bytes - Viewed (0) -
kubectl rollout pause | Kubernetes
Synopsis Mark the provided resource as paused. Paused resources will not be reconciled by a controller. Use "kubectl rollout resume" to resume a paused resource. Currently only deployments support being paused. kubectl rollout pause RESOURCE Examples # Mark the nginx deployment as paused # Any current state of the deployment will continue its function; new updates # to the deployment will not have an effect as long as the deployment is paused kubectl rollout pause deployment/nginx 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_pause/ Similar Results (1)Registered: Wed Jun 04 07:31:03 UTC 2025 - 456.5K bytes - Viewed (0) -
kubectl wait | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/kubectl/generated/kubectl_wait/Registered: Wed Jun 04 07:32:19 UTC 2025 - 457.5K bytes - Viewed (0) -
kubectl proxy | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/kubectl/generated/kubectl_proxy/Registered: Wed Jun 04 07:32:50 UTC 2025 - 458K bytes - Viewed (0)