- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 571 - 580 of 685 for host:kubernetes.io (0.03 sec)
-
Configuring Redis using a ConfigMap | Kubernetes
This page provides a real world example of how to configure Redis using a ConfigMap and builds upon the Configure a Pod to Use a ConfigMap task. Objectives Create a ConfigMap with Redis configuration values Create a Redis Pod that mounts and uses the created ConfigMap Verify that the configuration was correctly applied. 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/tutorials/configuration/configure-redis-using-configmap/Registered: Wed Apr 16 06:25:26 UTC 2025 - 456.9K bytes - Viewed (0) -
Custom Hugo Shortcodes | Kubernetes
This page explains the custom Hugo shortcodes that can be used in Kubernetes Markdown documentation. Read more about shortcodes in the Hugo documentation. Feature state In a Markdown page (.md file) on this site, you can add a shortcode to display version and state of the documented feature. Feature state demo Below is a demo of the feature state snippet, which displays the feature as stable in the latest Kubernetes version.kubernetes.io/docs/contribute/style/hugo-shortcodes/Registered: Wed Apr 16 06:43:50 UTC 2025 - 472.5K bytes - Viewed (0) -
kube-proxy | Kubernetes
Synopsis The Kubernetes network proxy runs on each node. This reflects services as defined in the Kubernetes API on each node and can do simple TCP, UDP, and SCTP stream forwarding or round robin TCP, UDP, and SCTP forwarding across a set of backends. Service cluster IPs and ports are currently found through Docker-links-compatible environment variables specifying ports opened by the service proxy. There is an optional addon that provides cluster DNS for these cluster IPs.kubernetes.io/docs/reference/command-line-tools-reference/kube-proxy/Registered: Wed Apr 16 06:43:29 UTC 2025 - 457.5K bytes - Viewed (0) -
Kubelet CredentialProvider (v1) | Kubernetes
Resource Types CredentialProviderRequest CredentialProviderResponse CredentialProviderRequest CredentialProviderRequest includes the image that the kubelet requires authentication for. Kubelet will pass this request object to the plugin via stdin. In general, plugins should prefer responding with the same apiVersion they were sent. FieldDescription apiVersionstringcredentialprovider.kubelet.k8s.io/v1 kindstringCredentialProviderRequest image [Required] string image is the container image that is being pulled as part of the credential provider plugin request. Plugins may optionally parse the image to extract any information required to fetch credentials.kubernetes.io/docs/reference/config-api/kubelet-credentialprovider.v1/Registered: Wed Apr 16 06:43:56 UTC 2025 - 438.5K bytes - Viewed (0) -
Documentation Style Guide | Kubernetes
This page gives writing style guidelines for the Kubernetes documentation. These are guidelines, not rules. Use your best judgment, and feel free to propose changes to this document in a pull request. For additional information on creating new content for the Kubernetes documentation, read the Documentation Content Guide. Changes to the style guide are made by SIG Docs as a group. To propose a change or addition, add it to the agenda for an upcoming SIG Docs meeting, and attend the meeting to participate in the discussion.kubernetes.io/docs/contribute/style/style-guide/Registered: Wed Apr 16 06:43:43 UTC 2025 - 480.1K bytes - Viewed (0) -
JSONPath Support | Kubernetes
The kubectl tool supports JSONPath templates as an output format. A JSONPath template is composed of JSONPath expressions enclosed by curly braces: { and }. Kubectl uses JSONPath expressions to filter on specific fields in the JSON object and format the output. In addition to the original JSONPath template syntax, the following functions and syntax are valid: Use double quotes to quote text inside JSONPath expressions. Use the range, end operators to iterate lists.kubernetes.io/docs/reference/kubectl/jsonpath/Registered: Wed Apr 16 06:49:53 UTC 2025 - 446.7K bytes - Viewed (0) -
Opening a pull request | Kubernetes
Note:Code developers: If you are documenting a new feature for an upcoming Kubernetes release, see Document a new feature. To contribute new content pages or improve existing content pages, open a pull request (PR). Make sure you follow all the requirements in the Before you begin section. If your change is small, or you're unfamiliar with git, read Changes using GitHub to learn how to edit a page. If your changes are large, read Work from a local fork to learn how to make changes locally on your computer.kubernetes.io/docs/contribute/new-content/open-a-pr/Registered: Wed Apr 16 06:50:46 UTC 2025 - 463.3K bytes - Viewed (0) -
kubectl set serviceaccount | Kubernetes
Synopsis Update the service account of pod template resources. Possible resources (case insensitive) can be: replicationcontroller (rc), deployment (deploy), daemonset (ds), job, replicaset (rs), statefulset kubectl set serviceaccount (-f FILENAME | TYPE NAME) SERVICE_ACCOUNT Examples # Set deployment nginx-deployment's service account to serviceaccount1 kubectl set serviceaccount deployment nginx-deployment serviceaccount1 # Print the result (in YAML format) of updated nginx deployment with the service account from local file, without hitting the API server kubectl set sa -f nginx-deployment.kubernetes.io/docs/reference/kubectl/generated/kubectl_set/kubectl_set_serviceaccount/Registered: Wed Apr 16 06:38:18 UTC 2025 - 443.6K bytes - Viewed (0) -
Kubelet Checkpoint API | Kubernetes
FEATURE STATE: Kubernetes v1.30 [beta] (enabled by default: true) Checkpointing a container is the functionality to create a stateful copy of a running container. Once you have a stateful copy of a container, you could move it to a different computer for debugging or similar purposes. If you move the checkpointed container data to a computer that's able to restore it, that restored container continues to run at exactly the same point it was checkpointed.kubernetes.io/docs/reference/node/kubelet-checkpoint-api/Registered: Wed Apr 16 06:30:00 UTC 2025 - 437.4K bytes - Viewed (0) -
Ports and Protocols | Kubernetes
When running Kubernetes in an environment with strict network boundaries, such as on-premises datacenter with physical network firewalls or Virtual Networks in Public Cloud, it is useful to be aware of the ports and protocols used by Kubernetes components. Control plane Protocol Direction Port Range Purpose Used By TCP Inbound 6443 Kubernetes API server All TCP Inbound 2379-2380 etcd server client API kube-apiserver, etcd TCP Inbound 10250 Kubelet API Self, Control plane TCP Inbound 10259 kube-scheduler Self TCP Inbound 10257 kube-controller-manager Self Although etcd ports are included in control plane section, you can also host your own etcd cluster externally or on custom ports.kubernetes.io/docs/reference/networking/ports-and-protocols/Registered: Wed Apr 16 06:30:52 UTC 2025 - 435.5K bytes - Viewed (0)