- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 121 - 130 of 699 for host:kubernetes.io (0.02 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: Wed Sep 03 06:23:54 UTC 2025 - 526.7K bytes - Viewed (0) -
Versions in CustomResourceDefinitions | Kubernetes
This page explains how to add versioning information to CustomResourceDefinitions, to indicate the stability level of your CustomResourceDefinitions or advance your API to a new version with conversion between API representations. It also describes how to upgrade an object from one version to another. 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.kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definition-versioning/Registered: Wed Sep 03 06:23:40 UTC 2025 - 603K bytes - Viewed (0) -
Access Applications in a Cluster | Kubernetes
Configure load balancing, port forwarding, or setup firewall or DNS configurations to access applications in a cluster.kubernetes.io/docs/tasks/access-application-cluster/Registered: Wed Sep 03 06:22:56 UTC 2025 - 456.1K bytes - Viewed (0) -
Limit Storage Consumption | Kubernetes
This example demonstrates how to limit the amount of storage consumed in a namespace. The following resources are used in the demonstration: ResourceQuota, LimitRange, and PersistentVolumeClaim. 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.kubernetes.io/docs/tasks/administer-cluster/limit-storage-consumption/Registered: Wed Sep 03 06:14:12 UTC 2025 - 462.3K bytes - Viewed (0) -
Perform a Rolling Update on a DaemonSet | Kuber...
This page shows how to perform a rolling update on a DaemonSet. 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/manage-daemon/update-daemon-set/Registered: Wed Sep 03 06:34:12 UTC 2025 - 486.8K bytes - Viewed (0) -
Configure Certificate Rotation for the Kubelet ...
This page shows how to enable and configure certificate rotation for the kubelet. FEATURE STATE: Kubernetes v1.19 [stable] Before you begin Kubernetes version 1.8.0 or later is required Overview The kubelet uses certificates for authenticating to the Kubernetes API. By default, these certificates are issued with one year expiration so that they do not need to be renewed too frequently. Kubernetes contains kubelet certificate rotation, that will automatically generate a new key and request a new certificate from the Kubernetes API as the current certificate approaches expiration.kubernetes.io/docs/tasks/tls/certificate-rotation/Registered: Wed Sep 03 06:33:26 UTC 2025 - 458.8K bytes - Viewed (0) -
kubectl patch | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/kubectl/generated/kubectl_patch/Registered: Wed Sep 03 06:42:49 UTC 2025 - 466.5K bytes - Viewed (0) -
kubectl set selector | Kubernetes
Synopsis Set the selector on a resource. Note that the new selector will overwrite the old selector if the resource had one prior to the invocation of 'set selector'. A selector must begin with a letter or number, and may contain letters, numbers, hyphens, dots, and underscores, up to 63 characters. If --resource-version is specified, then updates will use this resource version, otherwise the existing resource-version will be used. Note: currently selectors can only be set on Service objects.kubernetes.io/docs/reference/kubectl/generated/kubectl_set/kubectl_set_selector/Registered: Wed Sep 03 06:57:25 UTC 2025 - 465.6K bytes - Viewed (0) -
kuberc (v1alpha1) | Kubernetes
Resource Types Preference Preference Preference stores elements of KubeRC configuration file FieldDescription apiVersionstringkubectl.config.k8s.io/v1alpha1 kindstringPreference overrides [Required] []CommandOverride overrides allows changing default flag values of commands. This is especially useful, when user doesn't want to explicitly set flags each time. aliases [Required] []AliasOverride aliases allows defining command aliases for existing kubectl commands, with optional default flag values. If the alias name collides with a built-in command, built-in command always takes precedence. Flag overrides defined in the overrides section do NOT apply to aliases for the same command.kubernetes.io/docs/reference/config-api/kuberc.v1alpha1/Registered: Wed Sep 03 06:52:25 UTC 2025 - 459.8K bytes - Viewed (0) -
Content organization | Kubernetes
This site uses Hugo. In Hugo, content organization is a core concept. Note:Hugo Tip: Start Hugo with hugo server --navigateToChanged for content edit-sessions. Page Lists Page Order The documentation side menu, the documentation page browser etc. are listed using Hugo's default sort order, which sorts by weight (from 1), date (newest first), and finally by the link title. Given that, if you want to move a page or a section up, set a weight in the page's front matter:kubernetes.io/docs/contribute/style/content-organization/Registered: Wed Sep 03 06:58:17 UTC 2025 - 463.7K bytes - Viewed (0)