Quokka LabsforQuokka Labs' Blogsquokkalabs.hashnode.net·Dec 29, 2022Kubernetes Storage: An In-Depth LookKubernetes (K8s) is a versatile, extensible, open-source platform for overseeing containerized workloads and administrations. It works with declarative configuration setup and has quickly gained prevalence in a developing environment. It's presently ...Discuss·11 likes·29 readsKubernetes
Shree Vatsa NforVatsa's Blogvatsa.hashnode.net·Feb 20, 2023Kadalu Storage is now integrated with NFS Ganesha!Challenges Faced during integration: During the integration of nfs-ganesha with Kadalu Storage, we encountered several challenges. Kadalu Storage works with NFS Ganesha's Gluster FSAL without the need of Kadalu FSAL since Kadalu Storage makes use of ...Discuss·10 likes·76 readsstorage
Sayali JadhavforSayali Jadhavsayali.hashnode.net·Feb 5, 2023Day36:Managing Persistent Volumes in Your DeploymentWhat are Persistent Volumes in k8s In Kubernetes, a Persistent Volume (PV) is a piece of storage in the cluster that has been provisioned by an administrator. A Persistent Volume Claim (PVC) is a request for storage by a user. The PVC references the ...Discuss·1 like·124 reads#90daysofdevops
Shree Vatsa NforVatsa's Blogvatsa.hashnode.net·Feb 20, 2023Kadalu Storage is now integrated with NFS Ganesha!Challenges Faced during integration: During the integration of nfs-ganesha with Kadalu Storage, we encountered several challenges. Kadalu Storage works with NFS Ganesha's Gluster FSAL without the need of Kadalu FSAL since Kadalu Storage makes use of ...Discuss·10 likes·76 readsstorage
Sayali JadhavforSayali Jadhavsayali.hashnode.net·Feb 5, 2023Day36:Managing Persistent Volumes in Your DeploymentWhat are Persistent Volumes in k8s In Kubernetes, a Persistent Volume (PV) is a piece of storage in the cluster that has been provisioned by an administrator. A Persistent Volume Claim (PVC) is a request for storage by a user. The PVC references the ...Discuss·1 like·124 reads#90daysofdevops
akash zadeforDevOps Worldakash-zade.hashnode.net·Feb 5, 2023Managing Persistent Volumes in Your Deployment 💥What are Persistent Volumes in k8s? In Kubernetes, a Persistent Volume (PV) is a piece of storage in the cluster that has been provisioned by an administrator. A Persistent Volume Claim (PVC) is a request for storage by a user. The PVC references the...Discuss·1 like·80 readsDevops
Shishir Tambefor</Shishir-Learns>coldman22.hashnode.net·Jan 20, 2023Kubernetes Persistent Volume and LivenessProbe ExplainedKubernetes is an open-source container orchestration platform designed to automate deployment, scaling, and management of containerized applications. One of its key features is the ability to manage persistent storage for applications and services. T...Discuss·26 readskubernetes-persistent-volumes
Sandeep DhunganaforSanuxdevopsandcloud.hashnode.net·Jan 4, 2023Creating the first pod in KubernetesTo create the pod let's first install the Minikube from here. Let's start with the basic pod. vi first-pod.yml kind: Pod apiVersion: v1 metadata: name: my-pod spec: containers: - name: container1 image: ubuntu command: ["/bin/bas...Discuss·41 reads#Pods
Quokka LabsforQuokka Labs' Blogsquokkalabs.hashnode.net·Dec 29, 2022Kubernetes Storage: An In-Depth LookKubernetes (K8s) is a versatile, extensible, open-source platform for overseeing containerized workloads and administrations. It works with declarative configuration setup and has quickly gained prevalence in a developing environment. It's presently ...Discuss·11 likes·29 readsKubernetes
Sangam BiradarforCloudNativeFolks Communitysangambiradar-1649136612601.hashnode.net·Nov 24, 2022Introduction to kubernetes - Volumestateful applications store their state on disk. That leaves us with a problem. If a container crashes, kubelet will restart it. The problem is that it will create a new container based on the same image. All data accumulated inside a container that ...Discuss·178 readsKubernetes Kubernetes
Abhiram SatputeforAbhiram's Blogabhiramsatpute.hashnode.net·Oct 17, 2022Diving Deeper into KubernetesIntroduction In our previous blog, we touched upon the basics of Kubernetes and why it has become so popular among the masses. In this blog, let's try to get into some exciting concepts of Kubernetes that will help you understand what's inside the ma...Discuss·49 readsKubernetes
Thodoris VelmachosforTVelmachos-DailyDevOpst-velmachos.hashnode.net·Oct 10, 2022Protect your Kubernetes Persistent Volumes from accidental deletion.Hello, I would like to specify that the default value in the Storage Class used to provision Persistent Volumes is "Delete" which means that if for some reason the Persistent Volume Claim is removed the same will happen with your Persistent Volume as...Discuss·44 readskubernetes-persistent-volumes