Munilakshmi G J100daysdevops.hashnode.dev·Nov 11, 2024Day 16 of 100 Days : Understanding Docker Volumes and Bind Mounts for Persistent StorageIntroduction In Docker, containers are designed to be ephemeral, meaning that when they are stopped or removed, they lose all data stored within them. This can be a problem for applications that need to retain data, such as logs or user data, even af...Discussvolume
Dhruv Moradiyadhruvmoradiya.hashnode.dev·Nov 10, 2024Day 36 Managing Persistent Volumes in Kubernetes 🚀Introduction Yesterday, you mastered ConfigMaps and Secrets in Kubernetes. Today, we’re diving deeper into Kubernetes storage with Persistent Volumes (PV) and Persistent Volume Claims (PVC)—essential components for managing data in Kubernetes deploym...Discuss90Dayofdevopsk8s
Fatima Jannetmahia.hashnode.dev·Oct 18, 2024Section 6: EC2 Instance StorageDisclaimer: This blog is a quick rundown of the theory for the AWS Certified Cloud Practitioner (CCP) exam. I’d recommend hands-on practice to really get the hang of things! Hands-on experience is highly recommended EBS Overview What is EBS volume E...DiscussAWS Cloud Practitioner (short notes, no hands-on)Cloud
Kedar Pattanshettikedarpattanshetti.hashnode.dev·Oct 11, 2024☑️Day 40: Exploring Volume in Kubernetes🚀🔹Table of Contents : Introduction to Volumes in Kubernetes Types of Volumes in Kubernetes Hands-On Task: Using emptyDir Volume Applying the YAML Configuration Working with the Volume Stopping and Restarting the Pod Key Commands Used Real-Tim...Discuss·10 likesDevops
Santhosh Haridassaws-devops-project.hashnode.dev·Oct 10, 2024🚀 Day-4: Launched a Linux OS EC2 Instance with Volume Management & Explored Amazon EBS! 🖥️💻Step-by-Steps Today was a productive day working with AWS cloud infrastructure, focusing on EC2 and EBS storage management. Here's a breakdown of what I achieved: Task 1: Linux OS EC2 Instance with Volume Management 1️⃣ Launched a Linux OS EC2 instan...DiscussAWS
Abishek Kafledevops.abisec.xyz·Oct 8, 2024Attach Volume to EC2 InstanceTasks An instance named datacenter-ec2 and a volume named datacenter-volume already exists in us-east-1 region. Attach the datacenter-volume volume to the datacenter-ec2 instance, make sure to set the device name to /dev/sdb while attaching the volu...DiscussCloud PlatformsAWS
Abishek Kafledevops.abisec.xyz·Oct 7, 2024Create GP3 VolumeTasks Create a volume with the following requirements: Name of the volume should be xfusion-volume. Volume type must be gp3. Volume size must be 2 GiB. Steps Go to volumes : As per tasks: - Volume type : gp3 - Volume size : 2GiB Name t...DiscussCloud Platformsgp3
Muhammad HassanforDevOps Journey with M Hassanhassandevops.site·Sep 26, 2024Understanding Docker Volumes, Bind Mounts, and Volume Mounting: A Detailed GuideWhen working with Docker, managing persistent storage is a key aspect of ensuring your applications have access to the data they need, even when containers are stopped or restarted. In this blog, we'll dive deep into Docker volumes, bind mounts, and ...DiscussDocker
Ketan Hirayketanhiray.hashnode.dev·Aug 3, 2024Day 19 Docker Training: Managing Volumes and Networks🗃️Docker Volumes Docker volumes allow Docker containers to persist and access data, making them essential. Persistent Storage: Data stored in a volume exists independently of the container’s lifecycle. This means that when a container is removed, t...DiscussDevOpsdocket
Rajat Chauhanchauhanrajatwork.hashnode.dev·Jul 27, 2024Docker for DevOps EngineersDocker Compose is a powerful tool for managing multi-container Docker applications. It simplifies defining and running multi-container Docker applications by allowing you to use a single YAML file to configure all the services, networks, and volumes ...Discuss·1 like·36 readsDocker#90daysofdevops