Amit singh deoraamitsinghs.hashnode.dev·Dec 6, 2024𝗟𝗮𝗯𝗲𝗹𝘀 𝗮𝗻𝗱 𝘀𝗲𝗹𝗲𝗰𝘁𝗼𝗿𝘀 𝗶𝗻 𝗞𝘂𝗯𝗲𝗿𝗻𝗲𝘁𝗲𝘀 #90daysofDevops : 𝗔𝗹𝗹 𝘆𝗼𝘂 𝗻𝗲𝗲𝗱 𝘁𝗼 𝗸𝗻𝗼𝘄 🔥Labels and Selectors 👉We can specify labels on pod to define and 𝘀𝗲𝗹𝗲𝗰𝘁𝗼𝗿 is used to extract the labelled pods from cluster. 👉Labels are mechanism you to organise K8S Objects, basically giving name to the pods. 👉A Label is like key value p...Discuss𝘀𝗲𝗹𝗲𝗰𝘁𝗼𝗿𝘀
Kandlagunta Venkata Siva Niranjan Reddygetting-started-with-kubernetes.hashnode.dev·Nov 11, 2024Labels, Selectors, Services, and Endpoints in KubernetesLabels and Selectors: The Backbone of Service Creation In Kubernetes, labels and selectors are essential components, acting like tags to manage and route traffic effectively between Pods and Services. What Are Labels? Definition: Labels are key-valu...Discusslabels services
HueFoxhuefox.hashnode.dev·Nov 7, 2024Dreaming Font FreeUnleash Your Creativity with the Dreaming Font In a world where design speaks as loudly as words, the right font can transform ordinary ideas into extraordinary visuals. Enter Dreaming Font, a beautifully crafted sans-serif typeface that marries simp...Discusscrafted
Rahul Vadakkiniyilrahulvadakkiniyil.hashnode.dev·Sep 25, 2024Kubernetes Day 13: Guide to Static Pods, Manual Scheduling, Labels, and SelectorsKubernetes is a powerful container orchestration platform that automates deployment, scaling, and management of containerized applications. While it provides advanced scheduling and deployment mechanisms, there are scenarios where you may need to con...Discuss#40daysofkubernetes
Gaurav Kumarkubernetes-by-gaurav.hashnode.dev·Jul 13, 2024Labels and Selector in KubernetesUnderstanding Kubernetes Labels and Selectors Kubernetes labels and selectors are powerful features that help us to manage and organize our resources within a Kubernetes cluster. Labels are key/value pairs that we attached to Kubernetes objects like ...Discusslabels and selectors
Ashutosh Mahajanashutoshamblogs.hashnode.dev·Jun 20, 2024Understanding Labels and Selectors in Kubernetes🗼Introduction Kubernetes, an open-source container orchestration platform, simplifies deploying, scaling, and managing containerized applications. Among its many features, labels and selectors play a crucial role in organizing, managing, and interac...Discuss·51 readsKubernetes Application Developer ProgramKubernetes
Siddhartha Gauravsgaurav.hashnode.dev·May 27, 2024Simplifying Labels, Selectors, and Node Selectors in KubernetesIn the dynamic world of Kubernetes, managing your applications efficiently requires mastering the concepts of labels, selectors, and node selectors. These foundational elements serve as the building blocks for organizing, identifying, and deploying r...Discuss·1 like·30 readsKubernetesKubernetes
Saurabh Adhaudevopsvoyager.hashnode.dev·Oct 30, 2023Navigating Kubernetes with Labels, Selectors, and Node Selectors☸️🚀Kubernetes, often dubbed K8s, is a revolutionary platform for container orchestration, offering a dynamic environment for deploying and managing containerized applications. 🐳 Two indispensable tools in the Kubernetes arsenal are Labels, Selectors, a...Discuss·20 likesK8sKubernetes
Sidharth Shuklasidharthhhh.hashnode.dev·Oct 13, 2023Labels and Selectors in KubernetesLabels Label are the mechanism you use to organize Kubernetes object. A Label is a key value pair without any pre-defined meaning that can be attached to an object. Labels are similar to tags in AWS or git where you use a name to pick references. ...Discuss·41 readsKubernetes
Elucian MoiseforProgramming Languagessagecode.hashnode.dev·Sep 20, 2023ASM ControlAssembly language is considered Turing complete because it can simulate a Turing machine. A Turing machine is an abstract machine that is capable of performing computations of arbitrary complexity. This means that any computer program can be executed...Discuss·37 readsAssembly FundamentalsAssembly