DDayanandinkubernetes-network-blog.hashnode.dev路Jun 18, 2025 路 1 min read馃洝 Kubernetes Networking ~ 馃毀Kubernetes networking is a critical aspect of managing containerized applications in a distributed environment. It ensures that containers within a Kubernetes cluster can communicate with each other, with external users, and with other services smoot...00
DDayanandindayanandon34.hashnode.dev路Apr 4, 2025 路 1 min readLinux- Swap Space馃敯 Managing Swap Space Imagine your system has only 2GB of RAM, but an application requires 3GB. Without swap space, this process would fail or crash because there isn鈥檛 enough memory available. With swap, however, the OS can shift inactive data into...00
DDayanandindevopsrole.hashnode.dev路Mar 13, 2025 路 2 min read饾悥饾悺饾悮饾惌 饾悵饾惃饾悶饾惉 饾悮 饾悆饾悶饾惎饾悗饾惄饾惉 饾悶饾惂饾悹饾悽饾惂饾悶饾悶饾惈 饾悵饾惃?DevOps engineers are IT professionals who play a crucial role in modern software development. They work like bridge builders, connecting the worlds of development and operations to create a smooth and efficient software delivery process. Here's a gli...00
DDayanandinpython-notes-script.hashnode.dev路Mar 4, 2025 路 2 min readPython-for-DevOps 馃殌Certainly! 馃殌 The choice between using shell scripting and Python in DevOps depends on the specific task or problem you're trying to solve. Both have their strengths and are suitable for different scenarios. Here are some guidelines to help you decid...00
DDayanandindockecontainerization.hashnode.dev路Mar 4, 2025 路 2 min readDocker-Containerization馃殌 Essential Docker Commands for DevOps Engineers 馃惓馃惓 馃搶 Docker Basics:- docker --version: Check Docker version.- docker info: Get system-wide information.- docker help: Get help with Docker commands. 馃搶 Container Lifecycle:- docker run [OPTIONS...00