No video

[ Kube 111 ] Pluto | Find Kubernetes resources that have been deprecated

  Рет қаралды 4,830

Just me and Opensource

Just me and Opensource

Күн бұрын

In this video, lets see what Pluto is, how to install and how it can help us find deprecated apiVersions in our manifests.
😺 Pluto:
Find Kubernetes resources that have been deprecated
github.com/Fai...
pluto.docs.fai...
😺 Github:
github.com/jus...
📺 Learn Kubernetes Playlist:
• Learn Kubernetes
Justmeandopensource Discord Server:
/ discord
Hope you enjoyed this video. Please share it with your friends and don't forget to subscribe to my channel. For any questions/issues/feedback, please leave me a comment and I will be happy to help.
👏 Thanks for watching.
💗 If you wish to support me:
www.paypal.com...

Пікірлер: 26
@pankajs5072
@pankajs5072 Жыл бұрын
We can grep out 'KIND' and loop it to know the file names. Can do more scripting to display the file names with PLUTO's output and then alias the process to execute it as single command. for KIND in $(pluto detect-files | awk '{print $2}' | egrep -v 'KIND|^$'); do echo "$KIND - $(grep -lr $KIND .)" ;done
@justmeandopensource
@justmeandopensource Жыл бұрын
Thanks for the tip. Cheers.
@vyshakm1579
@vyshakm1579 Жыл бұрын
File path is present in the json output, I guess some flags will be there.
@justmeandopensource
@justmeandopensource Жыл бұрын
I will check. Thanks for watching.
@jonnytheponny5753
@jonnytheponny5753 Жыл бұрын
Thanks for the video
@justmeandopensource
@justmeandopensource Жыл бұрын
You are welcome. Thanks for watching.
@loopie007
@loopie007 Жыл бұрын
Thanks!!
@justmeandopensource
@justmeandopensource Жыл бұрын
Thanks for watching.
@user-zo9jd3iz1i
@user-zo9jd3iz1i Жыл бұрын
Nice tool, nice video! Thank you! 🙂
@justmeandopensource
@justmeandopensource Жыл бұрын
Hi, thanks for watching.
@fire0nice
@fire0nice Жыл бұрын
Hello Venkat, You are awesome buddy. Learn Kubernetes is an awesome video series with 190 videos in the last 3 years. I got lost in the playlist while learning. My earnest request is- Can you make a playlist for beginners with latest version+best deployment, troubleshooting & other procedure for production level Kubernetes Administration? I mean, I need to know which videos can I skip for proper learning and avoid redundancy? An updated playlist might really help.
@justmeandopensource
@justmeandopensource Жыл бұрын
Hi, Thanks for watching. I know that playlist is growing out of control. I have been thinking about organising it. But thats a lot of admin work involved. I will work on it for sure. Thanks for your valuable feedback. Cheers.
@fire0nice
@fire0nice Жыл бұрын
@@justmeandopensource Thanks a lot. Will be waiting.
@justmeandopensource
@justmeandopensource Жыл бұрын
@@fire0nice you are welcome.
@jemaltahir9780
@jemaltahir9780 Жыл бұрын
Great tutorials as usual. Thanks :) What terminal are you using? and how do you enable the history text completion?
@justmeandopensource
@justmeandopensource Жыл бұрын
Hi Jemal, Thanks for watching. I use Zsh shell with few plugins. Did a video on my terminal setup. kzbin.info/www/bejne/hoa6n3aYp56WhJo
@vinothkumaar2568
@vinothkumaar2568 Жыл бұрын
Hi venkat, Nice tutorial by the way. Have you done video on kube-vip to setup HA cluster? Or HA cluster using static pods?
@justmeandopensource
@justmeandopensource Жыл бұрын
Hi Vinoth, No. Not looked at both of those concepts. I have tried kube-vip but haven't made a video. I will have to explore a but more. Cheers.
@vinothkumaar2568
@vinothkumaar2568 Жыл бұрын
Okay cool 👍 waiting for it 🥂
@bhanuprakash2009
@bhanuprakash2009 Жыл бұрын
Make a video on datadog with helm charts in kubernetes
@justmeandopensource
@justmeandopensource Жыл бұрын
Ok your honour.
@georgmohan
@georgmohan Жыл бұрын
Hi Venkat do you have in the pipeline to create a video on opencost with existing Prometheus installation?
@BaBuBank
@BaBuBank Жыл бұрын
Are you using a mech keyboard ?
@justmeandopensource
@justmeandopensource Жыл бұрын
Yes. I do. 😀
@shubhampassi3958
@shubhampassi3958 Жыл бұрын
can you please make a video on how to make backup of pv
@justmeandopensource
@justmeandopensource Жыл бұрын
I have done a video on Velero to backup and restore kubernetes cluster. But it didn't support backing up persistent volumes on NFS back then. I have to play with it to see if its supported now using Restic. If I find anything useful, I will make a video of it. Cheers.
[ Kube 113.1 ] Learn Kubesphere | Provisioning Kubernetes cluster with kubekey
24:39
[ Kube 18 ] How to setup Rancher to manage your Kubernetes Cluster
33:27
Just me and Opensource
Рет қаралды 93 М.
王子原来是假正经#艾莎
00:39
在逃的公主
Рет қаралды 25 МЛН
Fake watermelon by Secret Vlog
00:16
Secret Vlog
Рет қаралды 2,7 МЛН
小丑和白天使的比试。#天使 #小丑 #超人不会飞
00:51
超人不会飞
Рет қаралды 33 МЛН
Unveiling my winning secret to defeating Maxim!😎| Free Fire Official
00:14
Garena Free Fire Global
Рет қаралды 16 МЛН
Do NOT Use Docker Compose! Develop In Kubernetes (With Okteto)
17:32
DevOps Toolkit
Рет қаралды 37 М.
Outdated - Simple RKE2, Rancher and Longhorn Install
13:21
Clemenko - Kubernetes Firefighter
Рет қаралды 21 М.
Open Source Project Goldilocks: How to Right Size Kubernetes Across Multiple Clusters & Teams
33:53
CNCF [Cloud Native Computing Foundation]
Рет қаралды 1,1 М.
[ Kube 13 ] Using Persistent Volumes and Claims in Kubernetes Cluster
44:30
Just me and Opensource
Рет қаралды 36 М.
Kubernetes API Fundamentals You Must Know!
41:43
KodeKloud
Рет қаралды 35 М.
[ Kube 106.2 ] Kubernetes ingress | Set up a default ingress class
16:11
Just me and Opensource
Рет қаралды 6 М.
[ Kube 20 ] NFS Persistent Volume in Kubernetes Cluster
24:08
Just me and Opensource
Рет қаралды 32 М.
What are Kubernetes Service Accounts?
10:14
Peter Jausovec
Рет қаралды 18 М.
王子原来是假正经#艾莎
00:39
在逃的公主
Рет қаралды 25 МЛН