K8s statefulset vs deployment. The stable hostname is generated from the name of the StatefulSet and the ordinal number of the pod in the set. K8s statefulset vs deployment

 
The stable hostname is generated from the name of the StatefulSet and the ordinal number of the pod in the setK8s statefulset vs deployment  Pods (and, by extension, containers) are, nevertheless, short-lived entities

Deployment. This way you could either, name the stateful-set according to the classes, i. StatefulSet と PVC の関係まとめ. A node is an Elasticsearch instance. Simply use a volume in the required Resources and K8S will take care of that for you. A Pod's contents are always co-located and co-scheduled, and run in a. In StatefulSet, instead of the normal service, we need to create a headless service. k8s. When pods run as part of a StatefulSet, Kubernetes keeps state data in the persistent storage volumes of the StatefulSet, even if the pods shut down. Kubernetes is an open-source platform that is designed to deploy and scale container operations. KEDA will monitor that service and based on the events that occur it will automatically scale your resource out/in accordingly. We are going to take a deeper dive into Blue/Green as well as two more deployment strategies: Canary and A/B Testing. StatefulSets. deployment vs. Run a Stateless Application Using a Deployment; Run a Single-Instance Stateful Application; Run a Replicated Stateful Application; Scale a StatefulSet; Delete a StatefulSet; Force Delete StatefulSet Pods; Horizontal Pod Autoscaling; HorizontalPodAutoscaler Walkthrough; Specifying a Disruption Budget for your Application; Accessing the. Pod に障害が発生し、オートヒーリングを実施した際にも、同一のPVを引き続き mount. completions successfully completed Pods. Before you begin Before you begin this tutorial, you should familiarize yourself with the following Kubernetes concepts: Pods Cluster DNS Headless Services. So yes, StatefulSet helps preserve the order and name of the pod, but what is it that it does extra (or different) that is advantageous over a regular Deployment with respect to volumes. You do not associate the volume with any Pod. Note: This is not a production configuration. Kubernetes Deployments are. StatefulSets also enforce that Pods are removed in reverse order of their creation. api. StatefulSets vs. StatefulSets maintain the state of applications beyond an individual pod lifecycle. Parallel. The deployment is made up of 2 Nginx web servers; both of them are connected to a persistent volume. DaemonSets. This logic is mandatory in. As a result, when the deployment starts to scale, unready applications might receive traffic. A StatefulSet is a workload API object for managing stateful applications. The StatefulSet controller provides each Pod with a unique hostname based on its ordinal index. Before you begin StatefulSets are only available in Kubernetes version 1. name field. k8s. yaml kubectl apply -f mongo-statefulset. A StatefulSet can use a Headless Service to control the. Kubernetes StatefulSet vs. – In the previous blog we created a stateless application, deployed with K8s resource Deployment, which allows one to replicate the application, but where data is lost when Pods are restarted, meaning there were no data consistency. Let’s now create the Deployment using the kubectl apply command: $ kubectl apply -f deployment. This tutorial provides an introduction to managing applications with StatefulSets. –In the previous blog we created a stateless application, deployed with K8s resource Deployment, which allows one to replicate the application, but where data is lost when Pods are restarted, meaning there were no data consistency. PersistentVolumes and StatefulSets are the main approaches for running stateful applications in Kubernetes. Like a Deployment , a StatefulSet manages Pods that are based on an identical container spec. To execute our deployment, we need a service to access the above deployment. Kubernetes (K8s) is one of the popular open-source container orchestration systems for automating deployment, scaling, and management of containerized applications. 1. To learn about how to configure probes in Kubernetes,. A DeploymentConfig (DC) in OpenShift is more or less equivalent to a Kubernetes Deployment, nowadays. StatefulSet también es un controlador, pero a diferencia del deployment, no crea ReplicaSet sino que crea el Pod directamente con una nomenclatura única. StatefulSet. Since the two are packaged in mongo-statefulset. 3. You can also run EKS on Outposts for on. g. Using volumeClaimTemplates, each replica will get a unique PersistentVolumeClaim with statefulset whereas all replicas would share the PersistentVolumeClaim with a deployment. First, the (1) pod comes up, initialized, and then settles into a “ready” state. yaml. This is where PersistentVolumes come into play. It doesn't necessarily refer to the deployment of applications or services. Statefulsets. Before you begin This is a fairly advanced task and has the potential to violate some of the properties inherent to StatefulSet. Deployment. The Deployment is once again using a stable. At this point, the Green Pods retire, and Blue becomes the new Green. podManagementPolicy. Currently the StatefulSets support only two kinds of update strategies:. If we need to update the application to a new version, we can change the fields in the Deployment YAML file. Pods. io/ssd created Deploy etcd cluster. The output shows that the Deployment has two Pods. StatefulSet. There were no major changes to the API Object, other than the community selected name, but we added the semantics of “at most one. api. yaml You should receive the following output: service/mongo created statefulset. In order to demonstrate the basic features of a. So by passing this flag to kubectl delete the Pods that are managed by. Different classes might map to quality-of-service levels, or to backup policies, or to arbitrary. Labels can be used to select objects and to find collections of objects that satisfy certain conditions. A Pod (as in a pod of whales or pea pod) is a group of one or more containers, with shared storage and network resources, and a specification for how to run the containers. unavailableReplicasStatefulSet is a controller in Kubernetes that allows users to manage pods the same as the deployments. Kubernetes StatefulSet is the workload API object used to manage stateful applications. deployment vs. Kubernetes provides a basic resource called Pod. yaml. yml Statefulset . Or just strip the name out to get the index at the end. This means that the Deployment object can have as many active replica sets as possible, and eventually the deployment controller will scale down all old replica sets and scale up. Before you begin This task assumes you have an application running on your cluster represented by a StatefulSet. A more complex use case is to run several identical replicas of a replicated service, such as web servers. However, the order matters in a StatefulSet, and K8s will maintain that order when scaling up or down to ensure stability. ReplicaSet vs. 1. Statefulset vs Deployment. The behavior I want, when doing a rolling update, is for the previous. As with all other Kubernetes API objects, a ReplicaSet needs the apiVersion, kind, and metadata fields. The above command will create a ReplicaSet with three replicas and manage the lifecycle of the pods. It is rather unlikely that you will ever need to create Pods directly for a production use-case. Since 1. Access spring security through kubernetes ingress. 23 introduced a new, alpha-level policy for StatefulSets that controls the lifetime of PersistentVolumeClaims (PVCs) generated from the StatefulSet spec template for cases when they should be deleted automatically when the StatefulSet is deleted or pods in the StatefulSet are scaled. A key aim of Services in Kubernetes is that you don't need to modify your existing application to use an unfamiliar service discovery mechanism. These priorities does not only happens when a Node becomes unreachable, but at all times, e. Tweet. –i think that decreasing pods is a dangerous operation in production env. statefulsets do ordinal scheduling; first pod 0, then pod 1, etc. Step 3: Create and deploy the StatefulSet. They give Pods a stable identity and consistent ordering during scaling operations. Skipping a pod deployment in statefulset. 14: kubectl edit pvc <name> for each PVC in the StatefulSet, to increase its capacity. completions - can have a completion mode that is specified in . Kind of like a watch dog. There are two. You can run code in Pods, whether this is a code designed for a cloud. When a pod instance managed by a StatefulSet disappears (because the node the pod was running on has failed, it was evicted from the node, or someone deleted the pod object manually), the StatefulSet makes sure it’s. apiVersion: apps/v1 kind: StatefulSet # < kind of installation (statefulset vs Deployment) metadata: name: nextcloud-db # < name of the deployment namespace: nextcloud # < namespace where to place the statefulset and pods labels: app: nextcloud # < label for tagging and reference spec: serviceName: nextcloud-db-service # < name of. It specifies that there should be three replicas of the Deployment and that each pod should be labeled with app: nginx. updateStrategy. Something like: apiVersion: extensions/v1beta1 kind: Deployment metadata: name: my-deployment spec: template: # Below is the podSpec. Define a Stateful Set with PVC. A StatefulSet "provides guarantees about the ordering and uniqueness of these Pods". Then, to scale up you'd manually create another deployment and another service. statefulset. apps/mongo created Click Check my progress to verify the objective. 6. Each object in your cluster has a Name that is unique for that type of resource. Definitely leverage a persistent volume for database. #Deployment vs. g. K8s is a notoriously complex system to use and maintain, so getting a good grasp of what you should and should not be doing, and knowing what is possible will get your deployment off to a solid start. StatefulSet. kubectl delete sts --cascade=orphan <name> to delete the StatefulSet and leave its pods. The user can specify a different scheduler for the Pods of the DaemonSet, by setting the . StatefulSet (stable-GA in k8s v1. NFS subdir external provisioner is an automatic provisioner that uses your existing and already configured NFS server to support dynamic provisioning of Kubernetes Persistent Volumes via Persistent Volume Claims. yml. Nota: Los StatefulSets son estables (GA) en la versión 1. Yes, my metrics server is running fine. The most common use for a StatefulSet is to be able to make a link between its Pods and their persistent storage. A stateful application requires pods with a unique identity (for example, hostname). 0 and wonder if there is way to access an "ordinal index" of a pod with in its statefulset configuration file. Published Oct 5, 2022. The init container is responsible for defining the zookeeper node unique ID. Compare Kubernetes StatefulSet vs. However, the order matters in a StatefulSet, and K8s will maintain that order when scaling up or down to ensure stability. Pod Management. There are many benefits. If you don’t specify the namespace, it gets deployed in the default namespace. service没有ClusterIP,是headlessservice,所以无法负载均衡,返回的都是pod名,所以pod名字都. ValidationError(StatefulSet. . mourya ~ % kubectl get statefulset NAME READY AGE web 0/0 33s deepak. One of the more powerful features of a StatefulSet is the use of persistent. It should be UpdateStrategy. Ordered, graceful deployment and scaling: Pods for the StatefulSet are created and brought online in order, from 1 to n, and they are shut down in reverse order to ensure a reliable and repeatable deployment and runtime. Resource Objects. metadata: name:. spec. storage. Statefulset vs Deployment; StatefulSet and Deployment are both Kubernetes resources used for managing containerized applications, but they differ in their intended use cases and features. For example, imagine that we have a StatefulSet named kafka with three replicas, running in the namespace production. The Microsoft. To view Resources found in a directory containing a kustomization file, run the following command: kubectl kustomize. v1. Without dynamic provisioning, cluster administrators have to manually make calls to their cloud or storage provider to create new storage volumes, and then create PersistentVolume objects to represent them in Kubernetes. You can use kubectl create configmap with the --from-literal argument to define a literal value from the command line: kubectl create configmap special-config --from-literal=special. Latest Deployment Generation: kube_deployment_metadata_generation: Sequence number representing the latest generation of a Deployment. You can see the metrics in line charts over a period of time under the Monitoring tab. The example above will create three Pods named web-0,web-1,web-2. k8s. When it comes to Kubernetes, you can scale: 1. StatefulSets assign a sticky identity—an ordinal number starting from zero—to each Pod instead of assigning random IDs for each replica Pod. StatefulSets are designed to run stateful applications in Kubernetes with dedicated persistent storage. This controller runs Jobs -- components of a Kubernetes workload that execute specific tasks -- according to. For example, if you create a StatefulSet named “my-statefulset” with three replicas, the pod names would be “my-statefulset-0”, “my-statefulset-1”, and “my-statefulset-2”. Deployment and StatefulSet are two of the most popular and powerful features of Kubernetes. zk-0 zk-1 zk-2See StatefulSet vs. Each pod has a persistent identifier, that it maintains across any. Statefulsets is used for Stateful applications, each replica of the pod will have its own state, and will be using its own Volume. This comes at a cost of slow scale ups and. While they have similar goals of managing the lifecycle of a containerized application, they are very different in how they go about it. The most basic difference is that you would get ability to persist pod level state with statefulsets. StatefulSet. Migrate to the apps/v1 API, available since v1. Create ConfigMaps from literal values. On an update the existing Pods will get deleted and recreated. Restart Pods. Deployment. DaemonSet. In this example, you’ll create a deployment resource with a podAffinity rule that requires scheduling the pods on nodes in the same AZ (availability zone). Kindly. how=very --from-literal=special. From K8S Docs. Storage classes can define properties of storage systems. The reference to the resource this ScaledObject is configured for. The Deployment creates a ReplicaSet that creates three replicated Pods, indicated by the . Pods deployed by Deployment are identical and interchangeable, created in random order with random hashes in their Pod names. Let’s look at the StatefulSet, step-by-step. In Kubernetes, a Deployment is a workload resource object that lets you configure the lifecycle of pods in the cluster. Deploying a. StatefulSet metadata: name: cassandra labels: app:. quan hệ giữa Job và CronJob cũng giống như Deployment và ReplicaSet. $ kubectl get volumesnapshotdatas NAME AGE k8s-volume-snapshot-b1c06e67-1feb-11e9-8f35-0a580a30020a 34s With the snapshot in place, let’s go ahead and delete the Kafka StatefulSet and the associated PVC. The. This behavior doesn't apply when the entire StatefulSet is deleted and can be disabled by setting a StatefulSet's . 2. 16. I see many examples of master/slave setup for databases as a use case for StatefulSet, but can't that problem be solved with just a Deployment (replicas=1) for the master and a. And here comes the role of “Headless service” to deliver that. As the name suggest the statefulsets are specifically used to make sure the app state is saved by each running pod. $ kubectl apply -f statefulset. The first line of this snippet copies the original StatefulSet and creates a statefulSetCanary, which has some additional adjustments, like the `-canary` suffix, the `track: canary` label, and. This comes at a cost of slow scale ups and scale downs for. Click a single StatefulSet to go to its detail page. service "nginx" created. As a pod can have. Overview of StatefulSets. Choosing the right workload deployment type doesn't affect performance, but the StatefulSet does provide identity stickiness requirements. Deploy Elasticsearch. These pods are created from the same specification, but they are not interchangeable: each one has a persistent identifier maintained across any. If you define args, but do not define a command, the default command is used with your new arguments. there are a few things you can do with a DeploymentConfig (around triggers) that you can't do. When comparing a Deployment vs Replica Set, the former provides the same replication functions (through Replica Sets) and also the ability to rollout changes and roll them back if necessary. In this cheatsheet, we will take a look at. StatefulSet has a lot of similar characteristics to a Deployment, and it's scaled like that, it has a pod spec like that, but it is different from Deployment. Elasticsearch nodes have the same name as the Pod they are running on. e. In this article, we will deploy a clustered Prometheus setup that integrates Thanos. WEKA. En esta entrada vamos a tratar sobre aplicaciones Stateful en Kubernetes – Statefulset, el cual es un tipo de recurso que nos ofrece Kubernetes. You can use kubectl create configmap with the --from-literal argument to define a literal value from the command line: kubectl create configmap special-config --from-literal=special. spec. affinity. Manages the deployment and scaling of a set of Pods, and provides. Kubernetes administrators define classes of storage, and then pods can dynamically request the specific type of storage they need. $ export MYSQLPOD. For the node affinity we could use node selector. StatefulSet là resource cũng có thể nói là bản sao đặc biệt của ReplicaSet. It worked as expected and both the prometheus pods got restarted. Yes, my metrics server is running fine. Note: The command field corresponds to entrypoint in some container runtimes. apps. The actual Pod creation is handled by the StatefulSet controller in Kubernetes. In the same blog we used PersistentVolumeClaim for dynamic provisioning of PersistentVolume, but we used. Unlike deployments, statefulset maintains an identity for each of the pods. 2. StatefulSets will ensure the same PersistentVolumeClaim stays bound to the same Pod throughout its lifetime. A ReplicaSet ensures that a specified number of pod replicas are running at any given time. The StatefulSet ensures ordered creation, scaling, and termination of pods. Deployment manages creating Pods by means of ReplicaSets. 0}. In Pods under Application Workloads, you can see all the Pods are up and running. Using a shell script we would call $ {HOSTNAME##*-} to get the index. Kubernetes Deployment. A StatefulSet is a Kubernetes API object for managing stateful application workloads. This page shows how to assign a memory request and a memory limit to a Container. kubectl rollout restart sts <name> to restart the pods, one at a time. yml Statefulset . En esta entrada vamos a tratar sobre aplicaciones Stateful en Kubernetes – Statefulset, el cual es un tipo de recurso que nos ofrece Kubernetes. The differences in this manifest are: Using kind: Deployment to state the resource type. spec section is similar to the ReplicaSet’s, defining the pod template for each replica. spec. If you look at web_stateful. Ordering: Kubernetes StatefulSet ensures that each pod is created in a specific order, while Deployment does not. Like a Deployment, a StatefulSet manages Pods that are based on an identical container spec. To check your version of Kubernetes, run kubectl version. e: class-name and the pod created will be class-name-0 and you can replace the _ by -. Of course, the scaling depends on the app you are deploying. It is the default strategy when . env. There was…It is an ordered and graceful deployment. 1. First sentence in the documentation: "The Horizontal Pod Autoscaler automatically scales the number of Pods in a replication controller, deployment, replica set or stateful set". apiVersion: apps/v1 kind: StatefulSet metadata: name: web # this will be used as prefix in pod name spec: serviceName: "nginx" replicas: 2 # specify number of pods that should be running selector: matchLabels: app: nginx template: metadata: labels: app: nginx spec:. Let us see how StatefulSet differs from Deployment-1. Let’s take a look at Deployments, DaemonSets, and StatefulSets. Deleting a StatefulSet You can delete a StatefulSet in the same way you delete other resources in Kubernetes: use the kubectl delete command, and specify the StatefulSet. The last section of the manifest defines our StatefulSet. This ensures it’ll be postgres-2 that’s destroyed first. Pods are created and terminated in a predictable order, ensuring orderly scaling and rolling updates. In this. For a StatefulSet with N replicas, each Pod in the StatefulSet will be assigned an integer ordinal, from 0 up through N-1, that is unique over the Set. Features and tools, such as Kubernetes Services, Jobs, and taints and tolerations, help admins manage pod and node deployment. This task shows how to scale a StatefulSet. spec. StatefulSets maintain the state of applications beyond an individual pod lifecycle. But it differs from a Deployment in that it is more suited for stateful apps. Caching Systems: StatefulSets can be used to deploy caching systems in Kubernetes, as they provide stable network identities, persistent storage, and predictable deployment and scaling. The metadata in an annotation can be small or large, structured or unstructured, and can. The solution(s) : Use a StatefulSet, ReplicaSet or DaemonSet to ensure the Pod creation after a Node failure. The StatefulSet will not even scale until all the required pods are running, so if one dies, it recreates the pod before. updateStrategy is left unspecified. Some application need additional storage but don't care whether that data is stored persistently across restarts. spec. It is an ordered and graceful deployment. This application is a replicated MySQL database. vim redis-statefulset. The example topology has a single primary server and multiple replicas, using asynchronous row-based replication. This is referred to as at most. But still for the alertmanager statefulset, only 1 pod is getting restarted. Refer to the StatefulSet (redis-cluster. See StatefulSet vs. Before proceeding, make yourself familiar with the considerations. In this documentation you will learn how HPA works, how to use it, what is supported etc. Kubernetes Deployment vs. While the pod is the basic deployment unit for containers, Kubernetes provides various resource objects for orchestrating multiple pod replicas. kubectl rollout undo deployment/<deployment name> – Rollback a. Persistent storage: Kubernetes StatefulSet can manage the creation and deletion of PVCs while Deployment can’t. Like a Deployment, a StatefulSet manages Pods that are based on an identical container spec. The hostnames take the form of <statefulset name>-<ordinal index>. The original node affinity specified at the . StatefulSets manage the creation, scaling, and deletion of pods. The common format of a kubectl command is: kubectl action resource This performs the specified action (like create, describe or delete) on the specified resource (like node or deployment). In this article, we’ll take a look at the differences between Deployment and StatefulSet and when you. StatefulSetSpec. 1 Answer. The HPA works on a control loop. Objectives Create a PersistentVolume referencing a disk in your environment. Statefulset is generally used with a distributed applications that require each node to have a persistent state and the ability to configure an arbitrary number of nodes. Securely running workloads in Kubernetes can be difficult. This issue creates a gap between when the application is ready and when Kubernetes thinks it is ready. $ kubectl exec -it test-deployment-54d954d7f-2b582 sh / $ ps PID USER TIME COMMAND 1 2000 0:00 sleep 1h 6 2000 0:00 sh 11 2000 0:00 ps / $ whoami whoami: unknown uid 200 Share. However, the best practice would be to separate the environment variables using ConfigMaps and call the ConfigMap from the StatefulSet deployment. I agree with you. Then, the second pod (2) does likewise. Kubernetes Documentation. Follow. Both Pod and Deployment are full-fledged objects in the Kubernetes API. moury~ % kubectl scale statefulset web --replicas=3 statefulset. A DaemonSet is a unique kind of resource that K8s assigns to a pod for each Kubernetes node in the cluster. You can also create Pods (containers. There are many benefits. Deployment. Here we will use two methods to create the secret. It is easy to set up and helps minimize your management burden. It uses a template to describe what each Pod must contain. On-disk files in a Container are ephemeralThe value of minDomains must be greater than 0, when specified. It can appear that StatefulSet is a way to solve at most one instance in a situation with a network partition, but that is mostly in case of a stateful replicated application like e. One pod should be able to reach other pods with well-defined names. When a StatefulSet's . yml2 Answers. 5, we’ve moved the feature formerly known as PetSet into beta as StatefulSet. This page shows how to run a replicated stateful application using a StatefulSet. DeploymentはRollingUpdateとParallelの2つのストラテジーがあります。Instead of using a nodeAffinity in the PVC definition, I suggest using an podAntiAffinity rule in the statefulset definition to deploy your application so that no two instances are located on the same host. 只能用StatefulSet: 最近在微软的aks平台上部署服务,由于Deployment在scale的时候需要动态申请volume,采取使用volumeClaimTemplates属性的方式来申请,当前Deployment对象(1. Deployment is a specialized term in the context of Kubernetes. StatefulSets manage the deployment and scaling of a set of Pods, and provides guarantees about the ordering and uniqueness of those Pods. Get Full-Length High-Quality DevOps Tutorials for Free - Subscribe Now. This task shows you how to delete a StatefulSet. StatefulSet. Also, you will not have to create a PVCs in advance, and you will be able to scale it easily. Name: nginx-deployment Namespace: default CreationTimestamp: Sun, 02 Sep 2018 18:17:55 -0500 Labels: app=nginx Annotations:. This way you could either, name the stateful-set according to the classes, i. Could someone explain in simple details how patch works. It will create three Pods named web-0,web-1,web-2. Dynamic volume provisioning allows storage volumes to be created on-demand. template. io. All the examples available are showing Redis cluster being deployed as a combination of Kubernetes’ StatefulSets and PersistentVolumes. pods. Like. It ensures that the desired number of replicas (PODs with the application running), as mentioned while creating the Replicaset, is always maintained. nodeAffinity field (if specified) is taken into consideration by the DaemonSet controller when evaluating the eligible nodes, but is replaced on the created Pod with the node. In statefulsets each replica pod created has an index number starting from 0 and it will only setup the next replica if the previous one is running. This page shows how to delete Pods which are part of a stateful set, and explains the considerations to keep in mind when doing so. In this article, we’ll take a look at the differences between Deployment and StatefulSet and when you should use one over the other. 2. First, we will create a persistent volume claim for the storage we need. Use multiple nodes. StatefulSet で作成された Pod は、それぞれ単一の PV をマウントしています. Kubernetes package adds integration for hosting an Orleans. As Crou wrote, it is possible to do this operation with kubectl scale statefulsets <stateful-set-name> but this is an imperative operation and it is not recommended to do imperative operations in a production environment. kuard-0 kuard-1 kuard-2. kubectl expose deployment hello-web --type=LoadBalancer --port 80 --target-port 8080 Wait approximately one minute and retrieve the application's. Statefulset vs Deployment in k8s. StatefulSet is the workload API object used to manage stateful applications. Pic from k8s. MySQL settings remain on insecure defaults to. The following provides an example of deploying a single Kubernetes MySQL instance using Trident. In contrast, annotations are not used to identify and select objects. Then we run the command for the deployment template : kubectl apply -f demo-deployment. Before going for statefulset we should understand the concept of stateful. 每个pod都有自己存储,所以都用volumeClaimTemplates,为每个pod都生成一个自己的存储,保存自己的状态 3. 9. Job. Here is the deployment diagram: Notice that the mariadb pod uses StatefulSet and a persistent volume for its data. deployment daemonset Kubernetes (K8s) is one of the popular open-source container orchestration systems for automating deployment, scaling, and management. A Kubernetes Deployment YAML specifies the configuration for a Deployment object—this is a Kubernetes object that can create and update a set of identical pods. requires writes. In this article. As with StatefulSet creation, the StatefulSet controller created each Pod sequentially with respect to its ordinal index, and it waited for each Pod's predecessor to be Running and Ready before launching the subsequent Pod. They use a K8S component called Service, to group the pods using labels.