- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 601 - 610 of 699 for host:kubernetes.io (0.64 sec)
-
Leases | Kubernetes
Distributed systems often have a need for leases, which provide a mechanism to lock shared resources and coordinate activity between members of a set. In Kubernetes, the lease concept is represented by Lease objects in the coordination.k8s.io API Group, which are used for system-critical capabilities such as node heartbeats and component-level leader election. Node heartbeats Kubernetes uses the Lease API to communicate kubelet node heartbeats to the Kubernetes API server.kubernetes.io/docs/concepts/architecture/leases/Registered: Mon Sep 08 22:10:01 UTC 2025 - 466.2K bytes - Viewed (0) -
StatefulSets | Kubernetes
A StatefulSet runs a group of Pods, and maintains a sticky identity for each of those Pods. This is useful for managing applications that need persistent storage or a stable, unique network identity.kubernetes.io/docs/concepts/workloads/controllers/statefulset/Registered: Mon Sep 08 22:11:25 UTC 2025 - 496.4K bytes - Viewed (0) -
Stateful Applications | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/tutorials/stateful-application/Registered: Mon Sep 08 23:18:50 UTC 2025 - 455.6K bytes - Viewed (0) -
Running ZooKeeper, A Distributed System Coordin...
This tutorial demonstrates running Apache Zookeeper on Kubernetes using StatefulSets, PodDisruptionBudgets, and PodAntiAffinity. Before you begin Before starting this tutorial, you should be familiar with the following Kubernetes concepts: Pods Cluster DNS Headless Services PersistentVolumes PersistentVolume Provisioning StatefulSets PodDisruptionBudgets PodAntiAffinity kubectl CLI You must have a cluster with at least four nodes, and each node requires at least 2 CPUs and 4 GiB of memory. In this tutorial you will cordon and drain the cluster's nodes.kubernetes.io/docs/tutorials/stateful-application/zookeeper/Registered: Mon Sep 08 23:18:57 UTC 2025 - 551.8K bytes - Viewed (0) -
Set up Ingress on Minikube with the NGINX Ingre...
An Ingress is an API object that defines rules which allow external access to services in a cluster. An Ingress controller fulfills the rules set in the Ingress. This page shows you how to set up a simple Ingress which routes requests to Service 'web' or 'web2' depending on the HTTP URI. Before you begin This tutorial assumes that you are using minikube to run a local Kubernetes cluster. Visit Install tools to learn how to install minikube.kubernetes.io/docs/tasks/access-application-cluster/ingress-minikube/Registered: Mon Sep 08 23:19:26 UTC 2025 - 484.8K bytes - Viewed (0) -
Configuration | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/tutorials/configuration/Registered: Mon Sep 08 23:17:39 UTC 2025 - 455.2K bytes - Viewed (0) -
Running Pods on Only Some Nodes | Kubernetes
This page demonstrates how can you run Pods on only some Nodes as part of 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/pods-some-nodes/Registered: Mon Sep 08 23:16:56 UTC 2025 - 466.5K bytes - Viewed (0) -
Connect a Frontend to a Backend Using Services ...
This task shows how to create a frontend and a backend microservice. The backend microservice is a hello greeter. The frontend exposes the backend using nginx and a Kubernetes Service object. Objectives Create and run a sample hello backend microservice using a Deployment object. Use a Service object to send traffic to the backend microservice's multiple replicas. Create and run a nginx frontend microservice, also using a Deployment object. Configure the frontend microservice to send traffic to the backend microservice.kubernetes.io/docs/tasks/access-application-cluster/connecting-frontend-backend/Registered: Mon Sep 08 23:21:23 UTC 2025 - 489.2K bytes - Viewed (0) -
Extend the Kubernetes API with CustomResourceDe...
This page shows how to install a custom resource into the Kubernetes API by creating a CustomResourceDefinition. 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/extend-kubernetes/custom-resources/custom-resource-definitions/Registered: Mon Sep 08 23:22:47 UTC 2025 - 672.7K bytes - Viewed (0) -
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: Mon Sep 08 23:23:31 UTC 2025 - 481K bytes - Viewed (0)