- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 31 - 40 of 685 for host:kubernetes.io (0.03 sec)
-
Configure a kubelet image credential provider |...
FEATURE STATE: Kubernetes v1.26 [stable] Starting from Kubernetes v1.20, the kubelet can dynamically retrieve credentials for a container image registry using exec plugins. The kubelet and the exec plugin communicate through stdio (stdin, stdout, and stderr) using Kubernetes versioned APIs. These plugins allow the kubelet to request credentials for a container registry dynamically as opposed to storing static credentials on disk. For example, the plugin may talk to a local metadata server to retrieve short-lived credentials for an image that is being pulled by the kubelet.kubernetes.io/docs/tasks/administer-cluster/kubelet-credential-provider/Registered: Fri Jun 27 06:50:47 UTC 2025 - 478K bytes - Viewed (0) -
Windows containers in Kubernetes | Kubernetes
Windows applications constitute a large portion of the services and applications that run in many organizations. Windows containers provide a way to encapsulate processes and package dependencies, making it easier to use DevOps practices and follow cloud native patterns for Windows applications. Organizations with investments in Windows-based applications and Linux-based applications don't have to look for separate orchestrators to manage their workloads, leading to increased operational efficiencies across their deployments, regardless of operating system.kubernetes.io/docs/concepts/windows/intro/Registered: Fri Jun 27 06:47:12 UTC 2025 - 474.8K bytes - Viewed (0) -
Compute, Storage, and Networking Extensions | K...
Production-Grade Container Orchestrationkubernetes.io/docs/concepts/extend-kubernetes/compute-storage-net/Registered: Fri Jun 27 06:47:19 UTC 2025 - 450.9K bytes - Viewed (0) -
Installing Addons | Kubernetes
Note: This section links to third party projects that provide functionality required by Kubernetes. The Kubernetes project authors aren't responsible for these projects, which are listed alphabetically. To add a project to this list, read the content guide before submitting a change. More information. Add-ons extend the functionality of Kubernetes. This page lists some of the available add-ons and links to their respective installation instructions. The list does not try to be exhaustive.kubernetes.io/docs/concepts/cluster-administration/addons/Registered: Fri Jun 27 06:45:59 UTC 2025 - 456.7K bytes - Viewed (0) -
Kubernetes API Aggregation Layer | Kubernetes
The aggregation layer allows Kubernetes to be extended with additional APIs, beyond what is offered by the core Kubernetes APIs. The additional APIs can either be ready-made solutions such as a metrics server, or APIs that you develop yourself. The aggregation layer is different from Custom Resource Definitions, which are a way to make the kube-apiserver recognise new kinds of object. Aggregation layer The aggregation layer runs in-process with the kube-apiserver.kubernetes.io/docs/concepts/extend-kubernetes/api-extension/apiserver-aggregation/Registered: Fri Jun 27 06:47:24 UTC 2025 - 451.2K bytes - Viewed (0) -
Operator pattern | Kubernetes
Operators are software extensions to Kubernetes that make use of custom resources to manage applications and their components. Operators follow Kubernetes principles, notably the control loop. Motivation The operator pattern aims to capture the key aim of a human operator who is managing a service or set of services. Human operators who look after specific applications and services have deep knowledge of how the system ought to behave, how to deploy it, and how to react if there are problems.kubernetes.io/docs/concepts/extend-kubernetes/operator/Registered: Fri Jun 27 06:47:28 UTC 2025 - 456.9K bytes - Viewed (0) -
Advertise Extended Resources for a Node | Kuber...
This page shows how to specify extended resources for a Node. Extended resources allow cluster administrators to advertise node-level resources that would otherwise be unknown to 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. 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/extended-resource-node/Registered: Fri Jun 27 06:49:15 UTC 2025 - 458.2K bytes - Viewed (0) -
Install a Network Policy Provider | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/tasks/administer-cluster/network-policy-provider/Registered: Fri Jun 27 06:49:59 UTC 2025 - 446.6K bytes - Viewed (0) -
Use Calico for NetworkPolicy | Kubernetes
This page shows a couple of quick ways to create a Calico cluster on Kubernetes. Before you begin Decide whether you want to deploy a cloud or local cluster. Creating a Calico cluster with Google Kubernetes Engine (GKE) Prerequisite: gcloud. To launch a GKE cluster with Calico, include the --enable-network-policy flag. Syntax gcloud container clusters create [CLUSTER_NAME] --enable-network-policy Example gcloud container clusters create my-calico-cluster --enable-network-policy To verify the deployment, use the following command.kubernetes.io/docs/tasks/administer-cluster/network-policy-provider/calico-network-policy/Registered: Fri Jun 27 06:50:20 UTC 2025 - 450.4K bytes - Viewed (0) -
Using NodeLocal DNSCache in Kubernetes Clusters...
FEATURE STATE: Kubernetes v1.18 [stable] This page provides an overview of NodeLocal DNSCache feature 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. 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/administer-cluster/nodelocaldns/Registered: Fri Jun 27 06:49:43 UTC 2025 - 458.5K bytes - Viewed (0)