Naveennaveen-devops.hashnode.dev·Dec 17, 2024Kubernetes Volumes Explained: Types, Use Cases, and Best PracticesGlossary This article overviews Kubernetes volumes, focusing on their types, use cases, and best practices. It addresses the challenges of data persistence in Kubernetes, such as data loss on pod deletion or restart and sharing data across replicas. ...52 readstypes of kubernetes volumes
Md Shahriyar Al Mustakim Mitulmitul-shahriyar.hashnode.dev·Oct 24, 2024Kubernetes 101: Part 7Storage in Docker Docker has storage driver and volume driver Storage Drivers: When you install docker, it created a file path called /var/lib/docker It stores everything here. Read more here These are the storage drivers → AUFS, ZFS, BTRFS,………. V...27 readsFrom Linux to DevOps ExpertContainer runtime Interface
Saurabh Adhaudevopsvoyager.hashnode.dev·Oct 24, 2024How can you store persistent data for a Kubernetes application running on EKS?Scenario: You are deploying a Kubernetes-based web application on Amazon EKS that includes a database for storing user data and configurations. The database needs to maintain its data across pod restarts and re-scheduling, requiring persistent storag...10 likesQ & AAWS
Rahul Vadakkiniyilrahulvadakkiniyil.hashnode.dev·Oct 11, 2024Day 29/40 Kubernetes Volume, Persistent Volume, Persistent Volume Claim & Storage ClassKubernetes (K8s) is an open-source container orchestration platform that helps manage and scale containerized applications. One of the most critical aspects of managing containerized apps is handling data, and this is where Kubernetes Volumes come in...47 reads#40daysofkubernetes
Divya MahajanforPartner Penspartnerpens.hashnode.dev·Mar 21, 2024Amazon S3 – Storage ClassesIntroduction: Amazon S3 (Simple Storage Service) offers a range of storage classes tailored to different data access patterns and cost considerations. Each storage class is designed to optimize storage efficiency while meeting specific performance an...AWS Certified Cloud Practitioner | CLF-C02 preparation KitS3
Divya MahajanforPartner Penspartnerpens.hashnode.dev·Mar 21, 2024Amazon S3 Storage Classes: Hands-On | A Step-by-Step GuideStep 1: Navigate to Amazon S3 console Open your web browser and go to the AWS Management Console at https://console.aws.amazon.com/. Sign in to your AWS account using your credentials. Once logged in, locate and click on "S3" under the "Storage" c...AWS Cloud Hands-On Kit | Step-By-Step Guidess3 storage classes
Kushal Ghimireerkushalghimire.com.np·Sep 16, 2023Memory Layout In CTo understand memory management in C, you must be familiar with memory segments, storage class specifiers, datatypes, type qualifiers and type modifiers. Let us discuss each topic in detail. Note: This section is very important for writing an effici...1 like·106 readsmemory-management