BKThemesseo-webdevelopment.hashnode.dev·7 hours agoUltimate Guide to Color in UX/UI DesignIntroduction Color plays a fundamental role in UX/UI design, influencing user perception, emotional engagement, and interaction with digital interfaces. The right color choices can enhance usability, guide user behavior, and create a strong brand ide...Web DevelopmentUX/UI Designer
Eti IjeomaforfreeCodeCampfreecodecamp.org·8 hours agoHow to Set Up a Kubernetes Network Policy and Secure Your ClusterIn a Kubernetes environment, proper networking allows for seamless communication between various components within the cluster and the external environment. As your applications grow, networking becomes more and more important and helps ensure that t...Kubernetes
Damilola Linda Olowookerelinda-cloud.hashnode.dev·Feb 17, 2025How to Share Confidential Files in Azure Without Compromising SecurityImagine that you need to share a highly sensitive document with a colleague or client, but one wrong move could expose it to the wrong hands. Scary, right? With cyber threats on the rise, you can’t afford to take security lightly. The good news is th...7 likes·29 readsAzure
Kav PatherforAir Pipeblog.airpipe.io·Feb 17, 2025Latency based container scaling with OrbitHaven't read Part 1? Start with Building Orbit: A Lightweight Container Orchestrator in Rust to learn about our journey's beginning. In our previous article, we introduced Orbit, our lightweight container orchestrator built in Rust. Since then, we'v...Rust
Nitin Chavancodepolicy.hashnode.dev·Feb 17, 2025Getting Started with Docker: A Beginner's GuideHello friends, Docker is an essential and must-have technology these days, but learning and implementing Docker can seem challenging. However, by the end of this blog, you'll find it much easier! 😊 In this article, I will discuss the basic steps tha...Devops
Laxman Patelgorgeousgawin.hashnode.dev·Feb 16, 2025DaemonSets in Kubernetes - The Silent Guardians of Your Cluster 🛡️Kubernetes is a bustling ecosystem of pods, services, and deployments. But what about those tasks that need to run on every node in your cluster? Enter DaemonSets—the unsung heroes of Kubernetes. In this article, we’ll explore what DaemonSets are, wh...Kubernetes
Laxman Patelgorgeousgawin.hashnode.dev·Feb 15, 2025LimitRange and Resource Quotas: Taming Kubernetes Resource Chaos 🚀Kubernetes is a powerful orchestration tool, but with great power comes great responsibility. Imagine a scenario where one greedy pod consumes all the CPU and memory, leaving other pods starving. Or a namespace where resources are over-allocated, cau...Kubernetes
Kandy Hamisi Saidkandycoder.hashnode.dev·Feb 13, 2025Understanding Docker Architecture: The Foundation of Modern ContainerizationIntroduction In our previous article we learnt about the foundation of containers, how the came to be, why we need them and where the technology of containerization can be used. We also came to the conclusion that Docker came along and made the Linux...32 readsDevops
Ameet Madanameetmadan.hashnode.dev·Feb 11, 20255 Lightweight Alternatives for ContainerizationDocker has become the go-to solution for containerization, but it’s not always the best fit. Its resource consumption, complexity, and dependency on a daemon process can make it overkill for some use cases. If you're looking for a more lightweight, e...Docker
Phaneesh Yalavarthiphaneesh.hashnode.dev·Feb 11, 2025# 3: Write a Docker file to run GUI applications in a containerIn this article, we will learn about how to write a docker file to package and run an application in a container. Containers are lightweight isolated environment and contain everything that needed to run the application, so you don't need to rely on ...Unix port