Pranit Kolamkarkpranit.hashnode.dev路Aug 11, 2024In-Depth Look at the Different Types of Load BalancersLoad balancing is essential for distributing incoming network traffic across multiple servers, enhancing the performance, reliability, and scalability of applications. Various types of load balancers are tailored to specific needs and environments. T...#day36
Prathmesh Vibhuteprathmeshh.hashnode.dev路Apr 13, 2024Day 36 : Managing Persistent Volumes in Your Deployment 馃挜In the realm of Kubernetes (k8s), managing storage is an essential part of ensuring data persistence and availability for applications. One powerful tool in this arena is Persistent Volumes (PVs), which provide a mechanism for storing data independen...PersistentVolumes
Unnati Guptadevunnatig.hashnode.dev路Dec 25, 2023Managing Persistent Volumes in Your Deployment 馃挜#90daysdevopsChallenge #day36 Configuration_files : https://github.com/DevUnnati/90daysdevopschallenge What is PV in Kubernetes? PV stands for Persistent Volume which means it's always available, It is a cluster-wide resource or object, used to store...10 likes路72 readsplay-with-k8s-lab
Varun Margamvarunmargam.hashnode.dev路Oct 31, 2023K8s ConfigMap & Secret, Persistent Volume & Persistent Volume Claim馃搷Introduction 馃巼Welcome to my Kubernetes blog series, where I share my Kubernetes learnings and try to deep dive into topics. In this blog, we will explore the K8's intermediate concepts in detail and understand them by doing hands-on MySQL database...1 like路199 reads90DaysOfDevOps馃殌day35
Gopal Gautamgopalgtm.hashnode.dev路Sep 22, 2023Day 36 Task: Managing Persistent Volumes in Your Deployment馃敼Persistent Volume (PV) A Persistent Volume (PV) is a resource that represents a piece of storage in a cluster. PVs are provisioned and managed by cluster administrators. They abstract the details of the underlying storage, allowing developers an...#day36
Amit Pawaravp23.hashnode.dev路Sep 11, 2023Day 36- 90DaysOfDevOpsHey Learners! Welcome back. In the previous task, we learned about ConfigMap and Secret to store our non-confidential as well as confidential data. In this challenge, we'll dig in depth with the concept of Persistent Volume. Let's start... What are P...#day36
Biswaraj Sahoobiswaraj333.hashnode.dev路Aug 9, 2023DevOps(Day-36) : Managing Persistent Volumes in Your DeploymentTABLE OF CONTENTS What are Persistent Volumes in k8s? Task-1: Add a Persistent Volume to a deployed application. Task-2: Accessing data in the Persistent Volume What are Persistent Volumes in k8s? Kubernetes persistent volumes are administrator-...#day36
Dhwarika Jhadwarkajha.hashnode.dev路May 27, 2023Managing Persistent Volumes in Your DeploymentWhat are Persistent Volumes in k8s? A Persistent Volume is a piece of network-attached storage (NAS) or block storage provisioned by an administrator in a Kubernetes cluster. It represents a physical storage resource in the infrastructure, such as a...#90daysofdevops