Logo
Login
Tech Posts 31249
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.

Using NFS in Kubernetes – A Simple Guide to Shared Storage

Using NFS in Kubernetes – A Simple Guide to Shared Storage
Kubernetes is powerful when it comes to managing containerized workloads, but things get tricky when your applications need shared storage. That’s where NFS (Network File System) comes in. It's a tr...
15.04.2025 0 Read More

Securing Kubernetes: Encrypting Data at Rest with kubeadm and containerd on Amazon Linux 2023

Securing Kubernetes: Encrypting Data at Rest with kubeadm and containerd on Amazon Linux 2023
Introduction: This project documents the process of setting up a Kubernetes cluster using kubeadm on an Amazon Linux 2023 EC2 instance, from Docker to containerd as the container runtime as containerd...
15.04.2025 0 Read More

Building Blocks of Docker: Understanding Images

Building Blocks of Docker: Understanding Images
Docker is widely used to containerize applications. There are also other containerization platforms such as Containerd, Rkt (Rocket), etc., but Docker is dominating the market.In this article, we will...
15.04.2025 0 Read More

🔍 Breaking Down Kubernetes: Core Components You Should Know ⚙️🐳

Ever wondered what really powers a Kubernetes cluster under the hood? 🤔 From the API server to the scheduler, every component plays a vital role in keeping your workloads running smoothly. In my l...
15.04.2025 0 Read More

🐳 Master Docker with Real-World Scenarios 🚀

Learning Docker basics is one thing. But using it in real-world DevOps pipelines, production debugging, and CI/CD workflows? That’s where things get interesting. 😎 In my latest blog, I walk throu...
15.04.2025 0 Read More

Understanding Kubernetes by deploying a real-world application

Understanding Kubernetes by deploying a real-world application
Kubernetes is an open-source container orchestration platform that automates the deployment, scaling, and management of containerized applications. Originally developed by Google and now maintained by...
15.04.2025 0 Read More

Kubernetes 1.30: Features, Real-World Use Cases, and Practical Examples

As containerized workloads grow more complex, Kubernetes continues to evolve to meet the demands of production-scale orchestration. The Kubernetes 1.30 release brings debugging superpowers, smarter sc...
16.04.2025 0 Read More

Deploy an Azure Kubernetes Service (AKS) cluster using Azure CLI

Login to specific tenant (from Entra ID) ⛶az login --tenant az login --tenant 8ae4526f-98aa-4bcc-b9c8-abd102c7d981Create resource group ⛶az group create --name ecommerce-resource-group --loca...
16.04.2025 0 Read More

Deploying a Weather Dashboard Application on Azure Kubernetes Service (AKS)

Deploying a Weather Dashboard Application on Azure Kubernetes Service (AKS)
Introduction This documentation outlines the step-by-step process for deploying a sample application, in this case, Weather Dashboard, using Azure cloud services. The goal is to containerize ...
16.04.2025 0 Read More

IngressNightmare: Critical Kubernetes Vulnerabilities Expose Clusters to Remote Takeover

IngressNightmare: Critical Kubernetes Vulnerabilities Expose Clusters to Remote Takeover
A set of critical vulnerabilities dubbed IngressNightmare has been uncovered in the Kubernetes ingress-nginx controller, allowing attackers to execute remote code, steal sensitive secrets, and comprom...
16.04.2025 0 Read More
Loading...
#reading
Very few people are truly 'cut out' for programming in the way it's traditionally taught or practiced
0
Secure Contexts and Origin Isolation
0
🚀 My Journey into Full Stack Development: From Hello World to Real-World Projects
0
How to Become a Top IT Professional in 2025: Your Ultimate Roadmap to Success
0
From Script to Output: Testing Code Fast with Online JavaScript Compilers
0
#popular
Mastering OpenAI’s new Agents SDK & Responses API [Part 1]
1
What is Model Context Protocol (MCP): Explained in detail
0
Beginner's Guide to the Model Context Protocol (MCP)
0
How to Run DeepSeek Locally Using Ollama
0
A Step-by-Step Guide to Install DeepSeek-V3-0324 Locally
0