- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 61 - 70 of 686 for host:kubernetes.io (0.06 sec)
-
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 Jun 27 07:10:21 UTC 2025 - 499K bytes - Viewed (0) -
Deploy an App | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/tutorials/kubernetes-basics/deploy-app/Registered: Fri Jun 27 07:10:51 UTC 2025 - 447.3K bytes - Viewed (0) -
kubectl create configmap | Kubernetes
Synopsis Create a config map based on a file, directory, or specified literal value. A single config map may package one or more key/value pairs. When creating a config map based on a file, the key will default to the basename of the file, and the value will default to the file content. If the basename is an invalid key, you may specify an alternate key. When creating a config map based on a directory, each file whose basename is a valid key in the directory will be packaged into the config map.kubernetes.io/docs/reference/kubectl/generated/kubectl_create/kubectl_create_configmap/Registered: Fri Jun 27 07:21:49 UTC 2025 - 459.5K bytes - Viewed (0) -
kubectl config delete-user | Kubernetes
Synopsis Delete the specified user from the kubeconfig. kubectl config delete-user NAME Examples # Delete the minikube user kubectl config delete-user minikube Options -h, --help help for delete-user Parent Options Inherited --as string Username to impersonate for the operation. User could be a regular user or a service account in a namespace. --as-group strings Group to impersonate for the operation, this flag can be repeated to specify multiple groups.kubernetes.io/docs/reference/kubectl/generated/kubectl_config/kubectl_config_delete-user/ Similar Results (7)Registered: Fri Jun 27 07:22:41 UTC 2025 - 454.2K bytes - Viewed (0) -
Specifying a Disruption Budget for your Applica...
FEATURE STATE: Kubernetes v1.21 [stable] This page shows how to limit the number of concurrent disruptions that your application experiences, allowing for higher availability while permitting the cluster administrator to manage the clusters nodes. Before you begin Your Kubernetes server must be at or later than version v1.21. To check the version, enter kubectl version. You are the owner of an application running on a Kubernetes cluster that requires high availability.kubernetes.io/docs/tasks/run-application/configure-pdb/Registered: Fri Jun 27 06:59:31 UTC 2025 - 472.3K bytes - Viewed (0) -
Accessing Clusters | Kubernetes
This topic discusses multiple ways to interact with clusters. Accessing for the first time with kubectl When accessing the Kubernetes API for the first time, we suggest using the Kubernetes CLI, kubectl. To access a cluster, you need to know the location of the cluster and have credentials to access it. Typically, this is automatically set-up when you work through a Getting started guide, or someone else set up the cluster and provided you with credentials and a location.kubernetes.io/docs/tasks/access-application-cluster/access-cluster/Registered: Fri Jun 27 07:01:42 UTC 2025 - 465.2K bytes - Viewed (0) -
Job with Pod-to-Pod Communication | Kubernetes
In this example, you will run a Job in Indexed completion mode configured such that the pods created by the Job can communicate with each other using pod hostnames rather than pod IP addresses. Pods within a Job might need to communicate among themselves. The user workload running in each pod could query the Kubernetes API server to learn the IPs of the other Pods, but it's much simpler to rely on Kubernetes' built-in DNS resolution.kubernetes.io/docs/tasks/job/job-with-pod-to-pod-communication/Registered: Fri Jun 27 07:01:31 UTC 2025 - 459.1K bytes - Viewed (0) -
Define Dependent Environment Variables | Kubern...
This page shows how to define dependent environment variables for a container in a Kubernetes Pod. 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/define-interdependent-environment-variables/Registered: Fri Jun 27 06:57:50 UTC 2025 - 459.2K bytes - Viewed (0) -
Command line tool (kubectl) | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/kubectl/Registered: Fri Jun 27 07:17:26 UTC 2025 - 494.7K bytes - Viewed (0) -
kubectl expose | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/kubectl/generated/kubectl_expose/Registered: Fri Jun 27 07:26:53 UTC 2025 - 461K bytes - Viewed (0)