Logo
Login
Tech Posts 31382
100daysofcode 100daysofdevops 100pay 10mistakes 10yearworkanniversary 11 11labs 11tly 11ty 127001

Dev Blog A constructive and inclusive blog for software developers. With you every step of your journey.

Built with modern PHP and MySQL. Open source software that powers developer blogs and other inclusive communities.

Made with love and PHP. Dev Blog © 2024.

Kubernetes Myth #08: Kubelet runs only on worker nodes!

Kubernetes Myth #08: Kubelet runs only on worker nodes!
🧐 If Kubelet is only for worker nodes, then who runs the control plane components like the API server, scheduler, and controller-manager?Reality: ❌ Kubelet runs on both worker and control plane n...
12.03.2025 0 Read More

Kubernetes Myth #09: ClusterIP Services Always Use Round-Robin Load Balancing

Kubernetes Myth #09: ClusterIP Services Always Use Round-Robin Load Balancing
Myth: Kubernetes ClusterIP Services always distribute traffic using a round-robin algorithm.Reality: The default iptables mode of kube-proxy does not use round-robin. Instead, it uses random probabili...
12.03.2025 0 Read More

Kubernetes Myth #10: Kube-Proxy Assigns IP Addresses to Pods

Kubernetes Myth #10: Kube-Proxy Assigns IP Addresses to Pods
Many believe that Kube-Proxy is responsible for assigning IP addresses to Pods. But is that really the case?❌ Myth: Kube-Proxy assigns IP addresses to Pods.✅ Reality: The CNI (Container Network In...
12.03.2025 0 Read More

Kubernetes Myth #11: CPU Requests Guarantee Reserved CPU

Kubernetes Myth #11: CPU Requests Guarantee Reserved CPU
❌ Myth: If I set cpu: 500m in my pod’s requests, Kubernetes reserves 0.5 CPU exclusively for my pod.✅ Reality: Kubernetes does not reserve CPU like it does for memory. CPU is a compressible reso...
12.03.2025 0 Read More

Kubectl Demystified: Mastering the `kubectl apply` Command

Kubectl Demystified: Mastering the `kubectl apply` Command
The kubectl apply command is one of the most essential tools in Kubernetes for managing resources declaratively. Whether you're a beginner learning Kubernetes or preparing for the Certified Kubernetes...
13.03.2025 0 Read More

How Kubernetes Simplifies Cloud Application Deployment, Scaling, and Management

How Kubernetes Simplifies Cloud Application Deployment, Scaling, and Management
As cloud-native applications continue to gain momentum, the need for efficient, scalable, and automated management of containers becomes more essential. Kubernetes has emerged as the industry-standard...
13.03.2025 0 Read More

Zot and ORAS to create & manage edge container registries

Zot and ORAS to create & manage edge container registries
Hi dear readers after been busy the last two weeks, I am back for Day 3 of my series 30DaysOfIoTEdge. Now it's time to learn about a container registry that you can run on devices with ARM microproces...
17.03.2025 0 Read More

Mastering Canary Deployments: Zero Downtime Integration with Argo Rollouts and Istio

Mastering Canary Deployments: Zero Downtime Integration with Argo Rollouts and Istio
Introduction 🚀 🌟 In today’s cloud-native environments, Canary Deployment stands out as a powerful technique for achieving zero-downtime releases. By incrementally rolling out new appl...
17.03.2025 0 Read More

Kubectl Demystified: Mastering the `kubectl cluster-info` Command

Kubectl Demystified: Mastering the `kubectl cluster-info` Command
ubernetes has become the de facto standard for container orchestration, and kubectl is the primary command-line tool for interacting with Kubernetes clusters. One of the most useful yet often overlook...
17.03.2025 0 Read More

Cloud-Native Apps Made Easy with a Laravel Website Development Company

Cloud-Native Apps Made Easy with a Laravel Website Development Company
Businesses are rapidly transitioning to cloud-native applications to leverage the benefits of scalability, flexibility, and cost efficiency. A Laravel website development company plays a pivotal role ...
18.03.2025 0 Read More
Loading...
#reading
Integrate AI in E-commerce: Have You Tried This Success Shortcut?!
0
AWS Graviton 3 > Graviton 4 for Vector Similarity Search
0
💻 Lista de Exercícios Básicos em Java 🚀 - Part 8
0
MVP Launch for Fast Time to Market
0
Cookies vs. Sessions: The Stateful Dance of the Web
0
#popular
Mastering OpenAI’s new Agents SDK & Responses API [Part 1]
0
Beginner's Guide to the Model Context Protocol (MCP)
0
What is Model Context Protocol (MCP): Explained in detail
0
A Step-by-Step Guide to Install DeepSeek-V3-0324 Locally
0
The Great AI Agent Protocol Race: Function Calling vs. MCP vs. A2A
0