- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 241 - 250 of 721 for host:kubernetes.io (0.03 sec)
-
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 Jan 05 08:41:13 UTC 2026 - 497.9K bytes - Viewed (0) -
Extend Service IP Ranges | Kubernetes
FEATURE STATE: Kubernetes v1.33 [stable](enabled by default) This document shares how to extend the existing Service IP range assigned to a cluster. 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/network/extend-service-ip-ranges/Registered: Mon Jan 05 08:53:25 UTC 2026 - 495.5K bytes - Viewed (0) -
Kubernetes Default ServiceCIDR Reconfiguration ...
FEATURE STATE: Kubernetes v1.33 [stable](enabled by default) This document shares how to reconfigure the default Service IP range(s) assigned to a cluster. 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/network/reconfigure-default-service-ip-ranges/Registered: Mon Jan 05 08:53:30 UTC 2026 - 474.1K bytes - Viewed (0) -
Networking | Kubernetes
Learn how to configure networking for your cluster.kubernetes.io/docs/tasks/network/Registered: Mon Jan 05 08:52:36 UTC 2026 - 464K bytes - Viewed (0) -
Explore Your App | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/tutorials/kubernetes-basics/explore/Registered: Mon Jan 05 08:50:59 UTC 2026 - 466.2K bytes - Viewed (0) -
kubeadm Configuration (v1beta4) | Kubernetes
Overview Package v1beta4 defines the v1beta4 version of the kubeadm configuration file format. This version improves on the v1beta3 format by fixing some minor issues and adding a few new fields. A list of changes since v1beta3: v1.35: Add httpEndpoints field to ClusterConfiguration.etcd.externalEtcd that can be used to configure the HTTP endpoints for etcd communication in v1beta4. This field is used to separate the HTTP traffic (such as /metrics and /health endpoints) from the gRPC traffic handled by endpoints.kubernetes.io/docs/reference/config-api/kubeadm-config.v1beta4/Registered: Mon Jan 05 09:19:42 UTC 2026 - 560.5K bytes - Viewed (0) -
kubectl create | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/kubectl/generated/kubectl_create/Registered: Mon Jan 05 09:13:20 UTC 2026 - 478.4K bytes - Viewed (0) -
kubectl create namespace | Kubernetes
Synopsis Create a namespace with the specified name. kubectl create namespace NAME [--dry-run=server|client|none] Examples # Create a new namespace named my-namespace kubectl create namespace my-namespace Options --allow-missing-template-keys Default: true If true, ignore any errors in templates when a field or map key is missing in the template. Only applies to golang and jsonpath output formats. --dry-run string[="unchanged"] Default: "none" Must be "none", "server", or "client". If client strategy, only print the object that would be sent, without sending it.kubernetes.io/docs/reference/kubectl/generated/kubectl_create/kubectl_create_namespace/ Similar Results (1)Registered: Mon Jan 05 09:12:41 UTC 2026 - 476.4K bytes - Viewed (0) -
kubectl apply set-last-applied | Kubernetes
Synopsis Set the latest last-applied-configuration annotations by setting it to match the contents of a file. This results in the last-applied-configuration being updated as though 'kubectl apply -f<file> ' was run, without updating any other parts of the object. kubectl apply set-last-applied -f FILENAME Examples # Set the last-applied-configuration of a resource to match the contents of a file kubectl apply set-last-applied -f deploy.yaml # Execute set-last-applied against each configuration file in a directory kubectl apply set-last-applied -f path/ # Set the last-applied-configuration of a resource to match the contents of a file; will create the annotation if it does not already exist kubectl apply set-last-applied -f deploy.kubernetes.io/docs/reference/kubectl/generated/kubectl_apply/kubectl_apply_set-last-applied/Registered: Mon Jan 05 09:12:48 UTC 2026 - 476.7K bytes - Viewed (0) -
kubectl config get-contexts | Kubernetes
Synopsis Display one or many contexts from the kubeconfig file. kubectl config get-contexts [(-o|--output=)name)] Examples # List all the contexts in your kubeconfig file kubectl config get-contexts # Describe one context in your kubeconfig file kubectl config get-contexts my-context Options -h, --help help for get-contexts --no-headers When using the default or custom-column output format, don't print headers (default print headers). -o, --output string Output format. One of: (name). Parent Options Inherited --as string Username to impersonate for the operation.kubernetes.io/docs/reference/kubectl/generated/kubectl_config/kubectl_config_get-contexts/Registered: Mon Jan 05 09:15:01 UTC 2026 - 474K bytes - Viewed (0)