Shubham Sharmaarticles-shubham.hashnode.dev·Nov 20, 2024Setting Up Jenkins: Step-by-Step Guide for BeginnersIntroduction Jenkins is a powerful open-source tool that automates the software development process, specially tasks like building, testing and deploying applications. It is premier face of Continuous Integration (CI) and Continuous Delivery (CD) in ...Jenkins
Sandhya Babusandhyaops.hashnode.dev·Sep 11, 2024Volume Mounting with Docker ContainersVolumes vs. tmpfs Mounts vs. Bind Mounts Volume Mounts:Volume mounts are used to store data outside of a container's filesystem, ensuring data persistence even if the container is deleted or restarted. They are managed by Docker and stored in a speci...1 liketmfs
Israel Orenugaisrxl.com·Sep 8, 2024Troubleshooting XFS Filesystem Issues: Duplicate UUID and Mounting ErrorsWhen working with Linux filesystems, particularly XFS, you may occasionally run into issues when attempting to mount partitions. Recently, I encountered a problem with mounting an XFS filesystem, which provided valuable insights into troubleshooting ...79 readsLinux
Dhruv Rajvanshidhruv-blogs.hashnode.dev·Jul 31, 2024Day-3 | Linux Advanced | Part-2Hello, tech enthusiasts! 🌟 Welcome back to Day 3 of my DevOps learning journey! Today, we're diving deeper into the world of Linux, focusing on log file analysis and powerful text-processing commands. These tools are essential for filtering, searchi...10 likeslinux for beginners
Ahini Royahiniroy.hashnode.dev·Jul 13, 2024Unlock Extra Storage: Mounting an EBS Volume on Your EC2 InstanceDay 10 - How to Mount a Volume in AWS EC2 Linux: A Beginner's Guide If you're new to AWS (Amazon Web Services) and working with EC2 (Elastic Compute Cloud) instances, you might need to attach additional storage to your instance at some point. This st...37 reads90DaysOfDevOpsDevops
SRINIVAS TIRUNAHARItirucloud.hashnode.dev·Feb 20, 2024Increasing AWS EC2 Instance’s Volume size without Data LossNOTE: Take snapshot of EBS volume before doing any changes to ebs volume Create set of files cd / Execute below command to create 10 text files for i in {1..10}; do sudo touch file$i.txt && echo "This is some text for file$i.txt" | sudo tee file$i.t...58 readsAWS
Alpheus Godswillalpheus.hashnode.dev·Nov 29, 2023Docker Volumes and Data Management: A Comprehensive Guide from Beginners to AdvancedOver View In a vast and ever-changing world of technology, Docker has come in handy, helping the build and deployment of artifacts with speed and efficiency, removing the hurdles we faced in building products in the past. Now, Engineers can ship prod...1 like·40 readsBind Mount
Colin J Lacycolinj.hashnode.dev·Nov 17, 2023Mounting AWS Secrets as Volumes in EKSA coworker asked me what I meant in my last blog post when I said I was leveraging a service-role mapping to inject secrets from AWS Secrets Manager into my production pods. In this post, I'll explain what and how. tl;dr: I have a GitHub repo that sh...secrets management
Anca GforLocalStackhashnode.localstack.cloud·Sep 13, 2023Mounting the Docker SocketAlright, let's get real for a moment. This one's a PSA, folks. We're diving into that elusive puzzle piece you might have missed in your docker-compose files. You know the one that's been quietly driving you nuts? Yeah, we've been there too. And hey,...2.9K readsStack BytesDocker