You should group all your decent introduction videos into a "Mastering Kubernetes" playlist. Mastering Kubernetes: Workloads APIs, Mastering Kubernetes: Service and Network APIs, Scaling Explained Through Kubernetes HPA, VPA, KEDA & Cluster Autoscaler plus this one. Great summary for beginner. 👍
@DevOpsToolkit16 күн бұрын
Great suggestion. It's done and available at kzbin.info/aero/PLyicRj904Z99pBOBXCCBosUuc1nU2CO10
@IvanRizzante16 күн бұрын
Thanks for another great video 🎉 I was about to suggest to group all the introduction to kubernetes videos together and I noticed it was done already 👍 I think that having a series of videos like that covering the basics is a great idea, well done
@amoenus_dev19 күн бұрын
Really enjoyed this back-to-basics video would love to see more of those❤
@fanemanelistu923513 күн бұрын
Very good explanation. Thank you.
@east4ming8 күн бұрын
emptydir can also be used to share data between multiple containers of the same pod.
@DevOpsToolkit8 күн бұрын
That's true. All volumes, including emptyDir, are defined on a Pod-level and can be attached to any number of containers in a Pod.
@PrithviRajKC18 күн бұрын
Does the ephemeral storage uses the Node storage to store the data temporarily ?
@DevOpsToolkit18 күн бұрын
`emptyDir` (baked into Kubernetes) does use node storage. There are others that might use external storage for ephemeral volumes. Since storage is implemented through CNI drives, it can be anything and it depends on what your provider has (apart from those like `emptyDir` that are baked-in).
@Techtips20018 күн бұрын
Please cover csi topics and troubleshooting as well