suyashbhawsar.comMake in 2025 - The DevOps Secret Weapon You Already HaveTL;DR Make and Makefiles remain highly relevant in 2025 for DevOps and SysAdmin automation They offer simplicity, dependency tracking, and portability that modern alternatives still can't match Best practices include using .PHONY, .DELETE_ON_ERROR, ...May 2, 2025·5 min read
suyashbhawsar.com3. Deploying Applications on Your K3s Cluster - Practical ExamplesOnce your K3s cluster is up and running, the next step is deploying applications. Whether you're experimenting with Kubernetes for the first time or testing production-ready workloads locally, K3s makes it simple and efficient. In this blog, we’ll wa...Mar 2, 2024·4 min read
suyashbhawsar.com2. Advanced K3s Configuration - Customizing Your Local ClusterK3s makes Kubernetes more accessible, but its real strength lies in its flexibility. While the default setup is great for getting started, advanced configurations allow you to fine-tune your cluster to meet specific project needs. From disabling unne...Mar 1, 2024·3 min read
suyashbhawsar.com1. Getting Started with K3s - A Step-by-Step Guide to Local SetupKubernetes (K8s) has revolutionized the way we manage containerized applications, but its complexity can be intimidating for developers. This is where K3s shines. Lightweight, easy to install, and perfect for local development or resource-constrained...Feb 29, 2024·3 min read
suyashbhawsar.comBuilding a Jenkins CICD Pipeline - Step-by-Step GuideContinuous Integration/Continuous Deployment (CI/CD) is essential for modern software development. Jenkins, the popular open-source automation server, simplifies building, testing, and deploying applications. In this guide, you'll learn to set up a b...Nov 30, 2023·4 min read