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

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

Why Kubernetes Is Everywhere — But Setting It Up Still Kinda Sucks (Unless You Follow This Guide)

🚀 Kubernetes: The OS of the Cloud (And Your DevOps Future) If you're in tech and haven't heard the word Kubernetes, then you're probably still deploying code with FTP (no judgment, just......
16.04.2025 0 Read More
Loading...
#reading
🐧Essential Linux Commands Every Developer Should Know
0
How to Fix WordPress Login Redirect Loop Issue: 3 Simple Methods
0
From JSON String to JavaScript Object: The Ultimate Guide for Developers
0
Peer Coding
0
Revolutionizing Logistics: The Blockchain Imperative
0
#popular
Mastering OpenAI’s new Agents SDK & Responses API [Part 1]
0
What is Model Context Protocol (MCP): Explained in detail
0
Beginner's Guide to the Model Context Protocol (MCP)
0
A Step-by-Step Guide to Install DeepSeek-V3-0324 Locally
0
How to Run DeepSeek Locally Using Ollama
0