- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 51 - 60 of 696 for host:kubernetes.io (0.03 sec)
-
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: Mon Aug 25 07:30:49 UTC 2025 - 524.4K bytes - Viewed (0) -
Jobs | Kubernetes
Jobs represent one-off tasks that run to completion and then stop.kubernetes.io/docs/concepts/workloads/controllers/job/Registered: Mon Aug 25 07:07:51 UTC 2025 - 567.7K bytes - Viewed (0) -
Objects In Kubernetes | Kubernetes
Kubernetes objects are persistent entities in the Kubernetes system. Kubernetes uses these entities to represent the state of your cluster. Learn about the Kubernetes object model and how to work with these objects.kubernetes.io/docs/concepts/overview/working-with-objects/Registered: Mon Aug 25 07:07:58 UTC 2025 - 468.5K bytes - Viewed (0) -
Field Selectors | Kubernetes
Field selectors let you select Kubernetes objects based on the value of one or more resource fields. Here are some examples of field selector queries: metadata.name=my-service metadata.namespace!=default status.phase=Pending This kubectl command selects all Pods for which the value of the status.phase field is Running: kubectl get pods --field-selector status.phase=Running Note:Field selectors are essentially resource filters. By default, no selectors/filters are applied, meaning that all resources of the specified type are selected.kubernetes.io/docs/concepts/overview/working-with-objects/field-selectors/Registered: Mon Aug 25 07:07:24 UTC 2025 - 461.5K bytes - Viewed (0) -
Expose Pod Information to Containers Through Fi...
This page shows how a Pod can use a downwardAPI volume, to expose information about itself to containers running in the Pod. A downwardAPI volume can expose Pod fields and container fields. In Kubernetes, there are two ways to expose Pod and container fields to a running container: Environment variables Volume files, as explained in this task Together, these two ways of exposing Pod and container fields are called the downward API.kubernetes.io/docs/tasks/inject-data-application/downward-api-volume-expose-pod-information/Registered: Mon Aug 25 07:32:20 UTC 2025 - 484.5K bytes - Viewed (0) -
Configure Pod Initialization | Kubernetes
This page shows how to use an Init Container to initialize a Pod before an application Container runs. 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/configure-pod-container/configure-pod-initialization/Registered: Mon Aug 25 07:32:41 UTC 2025 - 465.6K bytes - Viewed (0) -
kubectl describe | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/kubectl/generated/kubectl_describe/Registered: Mon Aug 25 08:11:37 UTC 2025 - 461.5K bytes - Viewed (0) -
kubectl create token | Kubernetes
Synopsis Request a service account token. kubectl create token SERVICE_ACCOUNT_NAME Examples # Request a token to authenticate to the kube-apiserver as the service account "myapp" in the current namespace kubectl create token myapp # Request a token for a service account in a custom namespace kubectl create token myapp --namespace myns # Request a token with a custom expiration kubectl create token myapp --duration 10m # Request a token with a custom audience kubectl create token myapp --audience https://example.kubernetes.io/docs/reference/kubectl/generated/kubectl_create/kubectl_create_token/Registered: Mon Aug 25 08:11:32 UTC 2025 - 462.8K bytes - Viewed (0) -
kubectl port-forward | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/kubectl/generated/kubectl_port-forward/Registered: Mon Aug 25 08:13:12 UTC 2025 - 462.8K bytes - Viewed (0) -
kubectl set resources | Kubernetes
Synopsis Specify compute resource requirements (CPU, memory) for any resource that defines a pod template. If a pod is successfully scheduled, it is guaranteed the amount of resource requested, but may burst up to its specified limits. For each compute resource, if a limit is specified and a request is omitted, the request will default to the limit. Possible resources include (case insensitive): Use "kubectl api-resources" for a complete list of supported resources.kubernetes.io/docs/reference/kubectl/generated/kubectl_set/kubectl_set_resources/Registered: Mon Aug 25 08:12:58 UTC 2025 - 464.4K bytes - Viewed (0)