Great overview of an initially confusing system. As a developer, it's hugely beneficial to have storage abstracted away like this
@christianlempa3 жыл бұрын
Thanks! Great feedback :)
@cholasimmons9 ай бұрын
i used to laugh at the pricing of separate storage by the cloud provider, thinking i could just get away with regular hard drive storage on the server. lol
@cholasimmons9 ай бұрын
Never before has a kubernetes tutorial made so much sense! 👌
@christianlempa9 ай бұрын
Glad you think so! ❤️
@DigitEgal3 жыл бұрын
Your language is on point! Its great to see your language increases in quality with each video you took :) CIVO looks very interesting im gonna take a look into it
@christianlempa3 жыл бұрын
Thank you so much! Especially because you know exactly where I started :D
@MrKorwinK2 жыл бұрын
Thanks
@christianlempa2 жыл бұрын
Thank you 🙏
@redakker2 жыл бұрын
Just love your content. And the presentation. Not just here, all videos are remarkable. (My thoughts came about it t this point:)) They are understandable, simple explanations. So keep doing this!
@christianlempa2 жыл бұрын
Thank you so much! Of course, I’ll do :)
@TheDeclancox2 ай бұрын
Excellent overview, great delivery, vielen Dank!
@christianlempa2 ай бұрын
Vielen Dank! :)
@juanrebella25893 жыл бұрын
World-Class content man, appreciated!
@christianlempa3 жыл бұрын
Thank you 😁
@90DaysOfDevOps3 жыл бұрын
Would you consider giving a talk like this for cloud-native data management days? The education around storage and data is daunting for a lot of people and think you could tell a great story here.
@christianlempa3 жыл бұрын
Thank you! Well I haven't considered giving any talks yet. I usually prefer making videos and livestreaming on YT.
@DigitEgal3 жыл бұрын
@@christianlempa You should consider that Christian! You are ready!
@am7-p Жыл бұрын
nfs-common needs to be installed on all nodes: sudo apt install -y nfs-common
@michelangelop392310 күн бұрын
This was the reason my deployment was failing and I was looking for issues in my NFS setup, but it was just a missing package on the nodes, thank you for the comment, it helped me resolve the issue faster.
@yashmurthy1019 Жыл бұрын
Very informative. Could you please create a similar video for iSCSI storage?
@pfsykes3 жыл бұрын
Just started watching your tutorials and subscribed... The content is fantastic and well put together. Just one question what is the auto complete tool you are using in the wsl2 terminal?
@christianlempa3 жыл бұрын
Thank you so much! I'm using ZSH + zsh-autosuggestions, plugin: here is a video about my entire terminal setup: kzbin.info/www/bejne/pXeZmH-vnbZ3mtk&
@ashkaanhassan53982 жыл бұрын
Fantastic videos.. I'm subscribing!
@christianlempa2 жыл бұрын
Welcome aboard!
@nuruzzamanhossain5086 Жыл бұрын
Great, you are life saver
@ebiscaia Жыл бұрын
Hi Christian, Have you ever considered making a video of statefulsets and when to use them instead of persistent volumes? Cheers
@mitchross28522 жыл бұрын
This was really helpful!
@christianlempa2 жыл бұрын
Thanks! Glad it helped
@jefflucas_life Жыл бұрын
14:53 I think this only works when remote NFS volume is mounted locally on the worker controller/nodes on the /etc/fstab. What setup/configured nfs csi how did you do the pods?
@pratahsinnetamby2 жыл бұрын
Great Video. I'm a newbee and a little confused as to how the nfs storage class works. In some of the literature I read, they refer to nfs provisioner however you seem to have simply used the IP address. Setting up the provisioner was a challenge in it self but you seem to have gotten around it! I am using Truenas. Does your approach use the SMB service or does the nfs service have to be active? Apologies if my questions don't make sense due the sketchy knowledge I have on how all of this hangs together! Your assistance is much appreciated.
@vitusyu95839 ай бұрын
If the CIVO supports only RWO, you mentioned only pods within a single node can access it. Could you explain more?
@dinushkam24443 жыл бұрын
Great video
@christianlempa3 жыл бұрын
Thanks!
@denilsonbonatti7092 жыл бұрын
Thank you very much!!
@christianlempa2 жыл бұрын
You're welcome!
@ElTebe4 ай бұрын
Is there an available option to add persistent volumes of the kubernetes cluster on Ceph? 3 Proxmox+Ceph physical nodes -> VMs -> kubernetes cluster connect to the host node's Ceph storage (I found some info about Ceph on a Kubernetes cluster but not the other way)
@christianlempa4 ай бұрын
I haven't looked at that, yet. Currently, I'm working on a new tutorial on Longhorn, probably coming out somewhere next year.
@ElTebe4 ай бұрын
@@christianlempa Great news, thank you
@yifeiren8004 Жыл бұрын
You can deploy rancher. Then install longhorn from its graphic UI. It will give you a HA storage system running as containers in your cluster, using the hosts storage 😊
@christianlempa Жыл бұрын
To be honest, I didn’t like it much. For me NFS works better.
@yifeiren8004 Жыл бұрын
@@christianlempa the only issue I had is I accidentally deleted its daemon, and it is not repairable 🙃
@pjj7466 Жыл бұрын
Sir is NFS and NAS both are same?
@geemobile6037 Жыл бұрын
@@pjj7466from my limited understanding they are not the same. NFS is a network protocol, think smb or dlna. Nas is more hardware and can be accessed via different network protocols or directly thunderbolt or usb if supported
@epochphilosophy Жыл бұрын
Anyone else here wondering why the f*ck Kubernetes wouldn't allow an app's replicas to mount to Longhorn?
@whitev6303 жыл бұрын
Can you create a video about setting up NFS server in ubuntu
@christianlempa3 жыл бұрын
Hm, I will include NFS in my kubernetes video about wordpress soon, watch out for that
@KaMZaTa2 жыл бұрын
Have you ever checked OpenEBS? What do you think about it?
@christianlempa2 жыл бұрын
Not tried it yet
@KaMZaTa2 жыл бұрын
@@christianlempa I’ll be waiting for your videos about it! Thanks!
@KaMZaTa2 жыл бұрын
@@christianlempa Do you use an NFS share for your production environment? What about backup and restore?
@samsulhaque8064 Жыл бұрын
Hi Sir, I have a question about stateful application Let’s say I have a PostgreSQL Sharded cluster in my Kubernetes cluster and have 3 replicas with Stateful Set and storage class Case1: If replica set increase 3 to 4 one pv attached to 4th number pod dynamically also some data stored in 4th member pv and all are ok Case2. When scale down 4 to 3 my 4th number pod down and pv remaining existing. And that data remaining inaccessible. when replicate set up that pv can accessible a. If that pv inaccessible so is there any data inconsistency happen? b. If inconsistency happen how to redistributed that data from 4th number pv to others pv . c. Or what the actual thing happens that orphan pv when do scale down in stateful application
@christianlempa Жыл бұрын
It's not that much different from running the DBs on separate VMs. But I doubt to have enough experience to tell you how you should build an HA DB cluster :/
@MrShashankTube2 жыл бұрын
I have been using virtualbox in windows 10 with minikube and docker desktop for local development. I am using hostPath and (also tried using persistent volumes) at the moment and fetching data from apis is taking minimum of 5 seconds. 1 reuqests take 5 or more seconds. I have tried to figure out solution for it but can't. Somewhere i found that, it is the issue with DNS resolution. Do you know anything about it ? The issue with the slowness?
@lorem48112 жыл бұрын
Hi, can we deploy a pod that will be an NFS server?
@christianlempa2 жыл бұрын
Yes, that works! Maybe I make a video about it in the far future.
@rachid593 жыл бұрын
Hello, Thanks for all your vidéo. Do you know headscale ? It's a tailscale coordination server. Ils want to test it but i don't understand how i can install it. Can you make a vidéo about it ? Thanks
@christianlempa3 жыл бұрын
Hey thank you so much! I heard about it, but as I'm pretty happy with tailscale I haven't tried it out, yet.
@rachid593 жыл бұрын
@@christianlempa i have tailscale too. But i'm interested about this project 😁
@andherium Жыл бұрын
why not use NFS storage class?
@mitchross28522 жыл бұрын
Does each app get its own PVC? and /or Does each app need its own PV ? So If I have app1 and app2 can app1 and app2 share the same PV and do they each use the same PVC?
@christianlempa2 жыл бұрын
That depends on the kind of your app. Pods in Deployments share the same PVC, Pods in Statefulsets have all their own PVC.
@mitchross28522 жыл бұрын
@@christianlempa could you perhaps provide a drawing let’s say I have a Wordpress App and a Pihole app both having persistent storage. In the docker compose world each folder might be the root level storage directory so when the docker volume mounts it’s using the folders root level. Ie /home/docker/pihole/myconfigs or /home/docker/Wordpress/myDbConfigs
@piotrka2842 Жыл бұрын
Containers are work ephemeral, but they're NOT immutable - you can change them.
@christianlempa Жыл бұрын
Thanks, yep didn't notice that mistake :D
@jeet40503 жыл бұрын
I have a question, what happens when two PVC tries to claim a PV at same time? like PV is of 10GB and those both PVC is of 3GB each, and they both tries to claim the PV at same point of time?
@christianlempa3 жыл бұрын
That does not work, unfortunately. I thought first it would work this way, but the PVC always claims the entire PV, so even when PVC wants 3GB and there is only 1 PV with 10GB, the PVC claims the entire 10GB and bounds it 1:1 to the PV.
@shynggyskassen942 Жыл бұрын
bs, too much water
@allisondealmeida3 жыл бұрын
Nice!!!
@christianlempa3 жыл бұрын
Thanks ;)
@vishnupriyayeganathan63662 жыл бұрын
How to copy the default exist files like index.html in nginx to /usr/share/nginx/html instead of creating a new default.html ?