- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 331 - 340 of 673 for host:kubernetes.io (0.03 sec)
-
Example: Deploying PHP Guestbook application wi...
This tutorial shows you how to build and deploy a simple (not production ready), multi-tier web application using Kubernetes and Docker. This example consists of the following components: A single-instance Redis to store guestbook entries Multiple web frontend instances Objectives Start up a Redis leader. Start up two Redis followers. Start up the guestbook frontend. Expose and view the Frontend Service. Clean up. 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/stateless-application/guestbook/Registered: Wed Feb 12 06:23:18 UTC 2025 - 480.1K bytes - Viewed (0) -
Cloud Controller Manager Administration | Kuber...
FEATURE STATE: Kubernetes v1.11 [beta] Since cloud providers develop and release at a different pace compared to the Kubernetes project, abstracting the provider-specific code to the cloud-controller-manager binary allows cloud vendors to evolve independently from the core Kubernetes code. The cloud-controller-manager can be linked to any cloud provider that satisfies cloudprovider.Interface. For backwards compatibility, the cloud-controller-manager provided in the core Kubernetes project uses the same cloud libraries as kube-controller-manager. Cloud providers already supported in Kubernetes core are expected to use the in-tree cloud-controller-manager to transition out of Kubernetes core.kubernetes.io/docs/tasks/administer-cluster/running-cloud-controller/Registered: Wed Feb 12 06:09:00 UTC 2025 - 452.3K bytes - Viewed (0) -
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: Wed Feb 12 06:09:13 UTC 2025 - 446.8K bytes - Viewed (0) -
Create a Windows HostProcess Pod | Kubernetes
FEATURE STATE: Kubernetes v1.26 [stable] Windows HostProcess containers enable you to run containerized workloads on a Windows host. These containers operate as normal processes but have access to the host network namespace, storage, and devices when given the appropriate user privileges. HostProcess containers can be used to deploy network plugins, storage configurations, device plugins, kube-proxy, and other components to Windows nodes without the need for dedicated proxies or the direct installation of host services.kubernetes.io/docs/tasks/configure-pod-container/create-hostprocess-pod/Registered: Wed Feb 12 06:08:36 UTC 2025 - 445.4K bytes - Viewed (0) -
Access Clusters Using the Kubernetes API | Kube...
This page shows how to access clusters using the Kubernetes API. 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/access-cluster-api/Registered: Wed Feb 12 06:08:32 UTC 2025 - 466.4K bytes - Viewed (0) -
Decrypt Confidential Data that is Already Encry...
All of the APIs in Kubernetes that let you write persistent API resource data support at-rest encryption. For example, you can enable at-rest encryption for Secrets. This at-rest encryption is additional to any system-level encryption for the etcd cluster or for the filesystem(s) on hosts where you are running the kube-apiserver. This page shows how to switch from encryption of API data at rest, so that API data are stored unencrypted.kubernetes.io/docs/tasks/administer-cluster/decrypt-data/Registered: Wed Feb 12 06:09:23 UTC 2025 - 440.6K bytes - Viewed (0) -
Create static Pods | Kubernetes
Static Pods are managed directly by the kubelet daemon on a specific node, without the API server observing them. Unlike Pods that are managed by the control plane (for example, a Deployment); instead, the kubelet watches each static Pod (and restarts it if it fails). Static Pods are always bound to one Kubelet on a specific node. The kubelet automatically tries to create a mirror Pod on the Kubernetes API server for each static Pod.kubernetes.io/docs/tasks/configure-pod-container/static-pod/Registered: Wed Feb 12 06:09:40 UTC 2025 - 450.9K bytes - Viewed (0) -
Perform a Rollback on a DaemonSet | Kubernetes
This page shows how to perform a rollback 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/rollback-daemon-set/Registered: Wed Feb 12 06:19:02 UTC 2025 - 435.3K bytes - Viewed (0) -
Running Multiple Instances of Your App | Kubern...
Scale an existing app manually using kubectl.kubernetes.io/docs/tutorials/kubernetes-basics/scale/scale-intro/Registered: Wed Feb 12 06:19:13 UTC 2025 - 437.6K bytes - Viewed (0) -
Specifying a Disruption Budget for your Applica...
FEATURE STATE: Kubernetes v1.21 [stable] This page shows how to limit the number of concurrent disruptions that your application experiences, allowing for higher availability while permitting the cluster administrator to manage the clusters nodes. Before you begin Your Kubernetes server must be at or later than version v1.21. To check the version, enter kubectl version. You are the owner of an application running on a Kubernetes cluster that requires high availability.kubernetes.io/docs/tasks/run-application/configure-pdb/Registered: Wed Feb 12 06:19:48 UTC 2025 - 453.4K bytes - Viewed (0)