Shaik Mustafamustafa-k8s.hashnode.dev·Nov 27, 2024Labels, Selectors, and Node SelectorsLabels: Labels are used to organize Kubernetes Objects such as Pods, nodes, etc. You can add multiple labels over the Kubernetes Objects. Labels are defined in key-value pairs. Labels are similar to tags in AWS or Azure where you give a name to f...100 likes·91 readsKubernetes
Surya Durgeshsuryatechie.hashnode.dev·Sep 25, 2024Getting Creative with CSS: Styling Your First Web PageCascading Style Sheets (CSS) bring life to web pages by allowing you to control the visual presentation of your HTML content. While HTML provides structure, CSS is what makes your web pages visually appealing and professional. In this guide, you'll l...CSS3
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...#40daysofkubernetes
Anandkumaranandpak.hashnode.dev·Sep 12, 2024How to Manage Locators and Selectors in Playwright🎭 Master the art of web automation with Playwright, one locator at a time! Locators and selectors are crucial when automating web interactions using Playwright. They help identify and interact with elements on a webpage. In this blog, I'll guide you...36 readsGetbytestid
Shakti Dubeshaktidube.hashnode.dev·Jul 13, 2024What is CSS and Selectors in CSS?First we need to know what is css? and How it Works with html pages. so start with basics of css. CSS stands for Cascading Style Sheet. Basically CSS gives styling on our web pages. styling means gives background color , text color and many more... S...why css
Darshan Atkariatkaridarshan04.hashnode.dev·Jul 12, 2024The Ultimate Kubernetes Guide: Everything You Need To KnowKubernetes (K8s) Kubernetes, often abbreviated as K8s, is an open-source platform designed for automating the deployment, scaling, and management of containerized applications. It allows you to manage your applications more efficiently and effectivel...38 readsDevOpsK8s Networking
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...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...1 like·33 readsKubernetesKubernetes
Sai Pradeepblogsbypradeep.hashnode.dev·Feb 24, 2024Selectors in CSS -Part 1In this article we will learn some basic methodology of selectors Why we use selectors? The main use case of selectors is to gain control over the HTML layout,through selectors we can target any HTML element either individually or by grouping or by s...1 likeCSS
Azubuike Chima Francissocheema.hashnode.dev·Jan 2, 2024CSS Selectors: Precision in Web StylingSelectors are ways to pick or target HTML elements to receive CSS rules. Selectors match against elements in a tree. It is the first part of a CSS rule. In this article, we will look at three ways to target and style our HTML. Simple selectors Type...10 likes·49 readsCSS