Vijay Kumar Singhblogs.vijaysingh.cloud·Aug 3, 2024Deploying 3-Tier Architecture on AKS with Terraform, JenkinsIntroduction to Architecture: YelpCamp is a 3-tier web application specifically designed for campground reviews. It boasts a variety of features such as Campground Listings, User Reviews, Photo Sharing, and User Accounts. The primary aim of YelpCamp ...18 likes·138 readsProjects3-tier
Vijay Kumar Singhblogs.vijaysingh.cloud·Jul 29, 2024SecureDevOpsPipeline: CI/CD with Built-in Security and AutomationIn today's software development landscape, the swift delivery of new features and updates is paramount; however, this must be balanced against the increasing importance of robust security practices. CI/CD (Continuous Integration/Continuous Delivery o...10 likes·82 readsProjectssecurecicd
Vijay Kumar Singhblogs.vijaysingh.cloud·Jul 25, 2024Unlocking Jenkins: Advanced Plugin Configuration for a Superior DevOps PipelineThe Role of Jenkins in Modern CI/CD Pipelines In today's fast-paced software development landscape, continuous integration and continuous delivery (CI/CD) have become essential practices for delivering high-quality software efficiently and reliably. ...10 likes·46 readsDevOps2Articles1Week
Vijay Kumar Singhblogs.vijaysingh.cloud·Feb 25, 20242.5 Demystifying Routing Concepts and Routing TablesIntroduction: In the intricate ecosystem of networking, routing serves as the cornerstone, facilitating the seamless flow of data across interconnected networks. Let's embark on a journey to unravel the fundamentals of routing, exploring its basic co...Networking A2Znetworking
Vijay Kumar Singhblogs.vijaysingh.cloud·Feb 24, 20242.4 Subnetting and CIDRIntroduction: In the vast realm of networking, the concepts of subnetting and Classless Inter-Domain Routing (CIDR) serve as indispensable tools for efficiently managing and organizing large networks. Let's embark on a journey to explore these fundam...Networking A2Znetworking
Vijay Kumar Singhblogs.vijaysingh.cloud·Feb 22, 20242.2 Exploring the Network Layer: Improving Communication QualityIntroduction In the intricate web of modern networking, where data flows like a river, the Network Layer stands as a pivotal bridge, connecting disparate systems across vast distances. In this journey through the Network Layer, we'll delve into its f...Networking A2Znetworking
Vijay Kumar Singhblogs.vijaysingh.cloud·Feb 19, 20241.8 Ethernet Frame Analysis: Beyond the BasicsIntroduction The world of computer networking revolves around one core principle - seamless and efficient communication. Whether it's a simple email or a complex data transmission, every piece of information sent and received over a network holds imm...Networking A2ZLinux
Vijay Kumar Singhblogs.vijaysingh.cloud·Nov 1, 20236.13 Setting Up User and Group Disk Quotas for FilesystemsIntroduction: Managing disk space is a critical aspect of system administration, especially in multi-user environments where resources need to be efficiently allocated and monitored. Disk quotas provide a means to restrict and monitor disk usage, ens...Mastering Linux for DevOps & Cloud#90daysofdevops
Vijay Kumar Singhblogs.vijaysingh.cloud·Oct 30, 20236.12 Create, manage and diagnose advanced file system permissions with (lsattr, chattr, getfacl, setfacl)Introduction: Understanding File Permissions in Linux and UNIX-Based Systems In the realm of Linux and UNIX-based operating systems, file permissions play a crucial role in determining access rights to files and directories. Every file is associated ...Mastering Linux for DevOps & CloudLinux
Vijay Kumar Singhblogs.vijaysingh.cloud·Oct 27, 20236.11 Creating and Managing RAID Devices with mdadm on LinuxIntroduction: In the realm of data storage, redundancy and performance are key considerations for ensuring data integrity and availability. Redundant Array of Independent Disks (RAID) configurations provide a solution by distributing data across mult...Mastering Linux for DevOps & Cloud#90daysofdevops