- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 181 - 190 of 699 for host:kubernetes.io (0.03 sec)
-
Glossary | Kubernetes
Glossary This glossary is intended to be a comprehensive, standardized list of Kubernetes terminology. It includes te...kubernetes.io/docs/reference/glossary/ Similar Results (1)Registered: Wed Sep 03 06:33:39 UTC 2025 - 660.2K bytes - Viewed (0) -
Security | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/tutorials/security/Registered: Wed Sep 03 06:31:58 UTC 2025 - 454.2K bytes - Viewed (0) -
Extend kubectl with plugins | Kubernetes
Extend kubectl by creating and installing kubectl plugins.kubernetes.io/docs/tasks/extend-kubectl/kubectl-plugins/Registered: Wed Sep 03 06:32:12 UTC 2025 - 476.7K bytes - Viewed (0) -
Exposing an External IP Address to Access an Ap...
This page shows how to create a Kubernetes Service object that exposes an external IP address. Before you begin Install kubectl. Use a cloud provider like Google Kubernetes Engine or Amazon Web Services to create a Kubernetes cluster. This tutorial creates an external load balancer, which requires a cloud provider. Configure kubectl to communicate with your Kubernetes API server. For instructions, see the documentation for your cloud provider. Objectives Run five instances of a Hello World application.kubernetes.io/docs/tutorials/stateless-application/expose-external-ip-address/Registered: Wed Sep 03 06:32:30 UTC 2025 - 472K 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: Wed Sep 03 06:42:13 UTC 2025 - 467.3K bytes - Viewed (0) -
Migrate Replicated Control Plane To Use Cloud C...
The cloud-controller-manager is a Kubernetes control plane component that embeds cloud-specific control logic. The cloud controller manager lets you link your cluster into your cloud provider's API, and separates out the components that interact with that cloud platform from components that only interact with your cluster. By decoupling the interoperability logic between Kubernetes and the underlying cloud infrastructure, the cloud-controller-manager component enables cloud providers to release features at a different pace compared to the main Kubernetes project.kubernetes.io/docs/tasks/administer-cluster/controller-manager-leader-migration/Registered: Wed Sep 03 06:17:41 UTC 2025 - 478.8K bytes - Viewed (0) -
Update API Objects in Place Using kubectl patch...
Use kubectl patch to update Kubernetes API objects in place. Do a strategic merge patch or a JSON merge patch.kubernetes.io/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch/Registered: Wed Sep 03 06:20:49 UTC 2025 - 507.7K 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: Wed Sep 03 06:20:54 UTC 2025 - 467.1K bytes - Viewed (0) -
Migrate Kubernetes Objects Using Storage Versio...
FEATURE STATE: Kubernetes v1.30 [alpha] (enabled by default: false) Kubernetes relies on API data being actively re-written, to support some maintenance activities related to at rest storage. Two prominent examples are the versioned schema of stored resources (that is, the preferred storage schema changing from v1 to v2 for a given resource) and encryption at rest (that is, rewriting stale data based on a change in how the data should be encrypted).kubernetes.io/docs/tasks/manage-kubernetes-objects/storage-version-migration/Registered: Wed Sep 03 06:21:38 UTC 2025 - 499.4K bytes - Viewed (0) -
Server-Side Apply | Kubernetes
FEATURE STATE: Kubernetes v1.22 [stable] (enabled by default: true) Kubernetes supports multiple appliers collaborating to manage the fields of a single object. Server-Side Apply provides an optional mechanism for your cluster's control plane to track changes to an object's fields. At the level of a specific resource, Server-Side Apply records and tracks information about control over the fields of that object. Server-Side Apply helps users and controllers manage their resources through declarative configuration.kubernetes.io/docs/reference/using-api/server-side-apply/Registered: Wed Sep 03 06:31:32 UTC 2025 - 514.6K bytes - Viewed (0)