- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 61 - 70 of 723 for host:kubernetes.io (0.05 sec)
-
Schedule GPUs | Kubernetes
Configure and schedule GPUs for use as a resource by nodes in a cluster.kubernetes.io/docs/tasks/manage-gpus/scheduling-gpus/Registered: Mon Jan 26 07:08:41 UTC 2026 - 480.4K bytes - Viewed (0) -
Deploy an App | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/tutorials/kubernetes-basics/deploy-app/Registered: Mon Jan 26 07:08:47 UTC 2026 - 468.2K 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: Mon Jan 26 07:07:46 UTC 2026 - 520.1K bytes - Viewed (0) -
Command line tool (kubectl) | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/kubectl/Registered: Mon Jan 26 07:20:20 UTC 2026 - 515.8K 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: Mon Jan 26 07:19:48 UTC 2026 - 477.7K bytes - Viewed (0) -
Determine the Reason for Pod Failure | Kubernetes
This page shows how to write and read a Container termination message. Termination messages provide a way for containers to write information about fatal events to a location where it can be easily retrieved and surfaced by tools like dashboards and monitoring software. In most cases, information that you put in a termination message should also be written to the general Kubernetes logs. 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/debug/debug-application/determine-reason-pod-failure/Registered: Mon Jan 26 07:02:18 UTC 2026 - 483.1K bytes - Viewed (0) -
kubectl attach | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/kubectl/generated/kubectl_attach/Registered: Mon Jan 26 07:16:41 UTC 2026 - 476.5K bytes - Viewed (0) -
kubectl alpha | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/kubectl/generated/kubectl_alpha/Registered: Mon Jan 26 07:16:02 UTC 2026 - 473.9K bytes - Viewed (0) -
Using NodeLocal DNSCache in Kubernetes Clusters...
FEATURE STATE: Kubernetes v1.18 [stable] This page provides an overview of NodeLocal DNSCache feature 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. 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/administer-cluster/nodelocaldns/Registered: Mon Jan 26 06:49:22 UTC 2026 - 479.6K bytes - Viewed (0) -
Configure a Pod to Use a PersistentVolume for S...
This page shows you how to configure a Pod to use a PersistentVolumeClaim for storage. Here is a summary of the process: You, as cluster administrator, create a PersistentVolume backed by physical storage. You do not associate the volume with any Pod. You, now taking the role of a developer / cluster user, create a PersistentVolumeClaim that is automatically bound to a suitable PersistentVolume. You create a Pod that uses the above PersistentVolumeClaim for storage.kubernetes.io/docs/tasks/configure-pod-container/configure-persistent-volume-storage/Registered: Mon Jan 26 06:51:21 UTC 2026 - 511.4K bytes - Viewed (0)