- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 331 - 340 of 686 for host:kubernetes.io (0.03 sec)
-
Distribute Credentials Securely Using Secrets |...
This page shows how to securely inject sensitive data, such as passwords and encryption keys, into Pods. 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/distribute-credentials-secure/Registered: Fri Jun 27 06:57:56 UTC 2025 - 499.2K bytes - Viewed (0) -
Declarative Management of Kubernetes Objects Us...
Kustomize is a standalone tool to customize Kubernetes objects through a kustomization file. Since 1.14, kubectl also supports the management of Kubernetes objects using a kustomization file. To view resources found in a directory containing a kustomization file, run the following command: kubectl kustomize <kustomization_directory> To apply those resources, run kubectl apply with --kustomize or -k flag: kubectl apply -k <kustomization_directory> Before you begin Install kubectl. 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/manage-kubernetes-objects/kustomization/Registered: Fri Jun 27 06:58:12 UTC 2025 - 551K bytes - Viewed (0) -
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: Fri Jun 27 06:58:59 UTC 2025 - 518.5K bytes - Viewed (0) -
Indexed Job for Parallel Processing with Static...
FEATURE STATE: Kubernetes v1.24 [stable] In this example, you will run a Kubernetes Job that uses multiple parallel worker processes. Each worker is a different container running in its own Pod. The Pods have an index number that the control plane sets automatically, which allows each Pod to identify which part of the overall task to work on. The pod index is available in the annotation batch.kubernetes.io/job-completion-index as a string representing its decimal value.kubernetes.io/docs/tasks/job/indexed-parallel-processing-static/Registered: Fri Jun 27 06:58:53 UTC 2025 - 471.1K bytes - Viewed (0) -
Define Environment Variables for a Container | ...
This page shows how to define 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-environment-variable-container/Registered: Fri Jun 27 06:59:55 UTC 2025 - 462.8K bytes - Viewed (0) -
Scale a StatefulSet | Kubernetes
This task shows how to scale a StatefulSet. Scaling a StatefulSet refers to increasing or decreasing the number of replicas. Before you begin StatefulSets are only available in Kubernetes version 1.5 or later. To check your version of Kubernetes, run kubectl version. Not all stateful applications scale nicely. If you are unsure about whether to scale your StatefulSets, see StatefulSet concepts or StatefulSet tutorial for further information. You should perform scaling only when you are confident that your stateful application cluster is completely healthy.kubernetes.io/docs/tasks/run-application/scale-stateful-set/Registered: Fri Jun 27 06:59:15 UTC 2025 - 452.1K bytes - Viewed (0) -
kubectl api-resources | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/kubectl/generated/kubectl_api-resources/Registered: Fri Jun 27 07:17:37 UTC 2025 - 455.9K bytes - Viewed (0) -
kubectl apply | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/kubectl/generated/kubectl_apply/Registered: Fri Jun 27 07:16:41 UTC 2025 - 461.5K bytes - Viewed (0) -
kubectl apply edit-last-applied | Kubernetes
Synopsis Edit the latest last-applied-configuration annotations of resources from the default editor. The edit-last-applied command allows you to directly edit any API resource you can retrieve via the command-line tools. It will open the editor defined by your KUBE_EDITOR, or EDITOR environment variables, or fall back to 'vi' for Linux or 'notepad' for Windows. You can edit multiple objects, although changes are applied one at a time. The command accepts file names as well as command-line arguments, although the files you point to must be previously saved versions of resources.kubernetes.io/docs/reference/kubectl/generated/kubectl_apply/kubectl_apply_edit-last-applied/Registered: Fri Jun 27 07:16:50 UTC 2025 - 459.1K bytes - Viewed (0) -
kube-apiserver Configuration (v1beta1) | Kubern...
Package v1beta1 is the v1beta1 version of the API. Resource Types AuthenticationConfiguration AuthorizationConfiguration EgressSelectorConfiguration TracingConfiguration TracingConfiguration Appears in: KubeletConfiguration TracingConfiguration TracingConfiguration TracingConfiguration provides versioned configuration for OpenTelemetry tracing clients. FieldDescription endpoint string Endpoint of the collector this component will report traces to. The connection is insecure, and does not currently support TLS. Recommended is unset, and endpoint is the otlp grpc default, localhost:4317. samplingRatePerMillion int32 SamplingRatePerMillion is the number of samples to collect per million spans.kubernetes.io/docs/reference/config-api/apiserver-config.v1beta1/ Similar Results (1)Registered: Fri Jun 27 07:31:32 UTC 2025 - 486.1K bytes - Viewed (0)