Siddhant Khisty
Siddhant Khisty
  • 18
  • 3 982
How to ACE the CKA Exam
This video contains several different tips which is going to help you to ACE your CKA exam. Watch it before you start preparing for the exam, or just before you attempt the exam.
Resources:-
Linux Playlist: ua-cam.com/play/PL1CV9EYFnqMF0fK9uxIJDbaFmKmFWOBJK.html
Kubernetes Playlist: ua-cam.com/play/PL1CV9EYFnqMGtKiy7GDyhcRPnmHfx2M22.html
Stay connected with me:
Twitter: i_siddhantk
LinkedIn: www.linkedin.com/in/siddhant-khisty
Discord: discord.gg/zB4f6uD2ZR
GitHub: github.com/siddhant-khisty
Переглядів: 371

Відео

Understanding the Kubernetes Architecture at a High Level - Kubernetes Learning Series
Переглядів 7236 місяців тому
Within this video, let's understand what is Kubernetes, and why there's such a big hype around it. We'll also take a high overview of its entire architecture, and how the main components work together. Stay connected with me: Twitter: i_siddhantk LinkedIn: www.linkedin.com/in/siddhant-khisty Discord: discord.gg/zB4f6uD2ZR GitHub: github.com/siddhant-khisty
Getting Started with ContainerD - Learn What is ContainerD and How to Use It
Переглядів 1496 місяців тому
One of the most popular tools for creating and managing containers is ContainerD. It has become the industry standard for container runtimes. We will learn about ContainerD in this video, it's difference from Docker, and use cases, and we'll also do some hands-on. Stay connected with me: Twitter: i_siddhantk LinkedIn: www.linkedin.com/in/siddhant-khisty Discord: discord.gg/zB4f6uD2Z...
How to Create and Optimize a Dockerfile? - Learn to Create Custom Container Images
Переглядів 1176 місяців тому
We're gonna learn about how you can create a container image of your own custom application. We cover the basics of a Dockerfile, and how you can make it. We also touch upon how you can share your containers with other people. We'll be learning all these things hands-only, with a fundamental Node application. Stay connected with me: Twitter: i_siddhantk LinkedIn: www.linkedin.com/in...
Docker Tutorial for Beginners - The Quickstart Guide
Переглядів 2096 місяців тому
Within this video, we'll go over the basics of Docker, its architecture, how it works, its installation, and how the whole process of creating containers using Docker works. We will also look at a hands-on way in which you can get started and make your first container Stay up to date and follow me: Twitter: i_siddhantk LinkedIn: www.linkedin.com/in/siddhant-khisty Discord: discord.g...
Sucking at Web Design Creating NorioHub page design ft Krish Gupta
Переглядів 856 місяців тому
In this live stream, I asked Krish to teach me a little about web design, while designing a sample of the NorioHub website. We discussed some of the key design principles regarding web design. Check out the Twitch: www.twitch.tv/i_siddhantk Stay up to date and follow me: Twitter: i_siddhantk LinkedIn: www.linkedin.com/in/siddhant-khisty Discord: discord.gg/zB4f6uD2ZR GitHub: github....
Learning Go w/ @kaiwalya_koparkar - Join the techies
Переглядів 2867 місяців тому
Started learning Go on stream, and today had a nice guest with me. Kaiwalya decided to join in, and we ended up making a simple API in Go using Gin. A couple of Twitch and OBS learning things at the start, but then we get right into it. Watch live at www.twitch.tv/i_siddhantk Stay up to date and follow me: Twitter: i_siddhantk LinkedIn: www.linkedin.com/in/siddhant-khisty Discord: d...
An Overview of Containers - Getting Familar with Containers
Переглядів 458 місяців тому
In this video, I will give you an overview of the history of servers, and how we've come from using physical hardware to virtualizing pretty much everything. We are also gonna take a look at containers, which is one of the most widely used virtualization tooling out there Stay up to date and follow me: Twitter: i_siddhantk LinkedIn: www.linkedin.com/in/siddhant-khisty Discord: disco...
Productivity Hacks That You've NEVER Heard
Переглядів 1428 місяців тому
Everyone wants to be more and more productive. Tips around making calendars and to-do lists are useful, but you may not be addressing the underlying problem first. In this video, we're gonna explore some of the fundamental things you should be doing to improve your productivity. Stay up to date and follow me: Twitter: i_siddhantk LinkedIn: www.linkedin.com/in/siddhant-khisty Discord...
What is Virtualization?
Переглядів 669 місяців тому
Virtualization is something that's used almost everywhere, from servers to home PCs, and every single major application that you use. In this video, let's try and understand what is virtualization, and get some introductory hands on with it. Stay up to date and follow me: Twitter: i_siddhantk LinkedIn: www.linkedin.com/in/siddhant-khisty Discord: discord.gg/zB4f6uD2ZR GitHub: github...
How to Create Meaningful Open Source Contributions?
Переглядів 3599 місяців тому
There are a lot of misconceptions among beginners about what meaningful Open Source contributions look like. In this video, we will walk through the entire contribution process, and learn how to make meaningful contributions to any open source repository. Video Resources: Linux repository: github.com/afro-coder/trekking-your-way-to-linux Semantic Git Commits: gist.github.com/joshbuchea/6f47e86d...
Managing Processes in Linux - Linux 101
Переглядів 579 місяців тому
Let's look at how processes work within a LinuxOS, and how you can play around with these processes. We will also briefly touch on Systemd, and it's role within the process lifecycle. Stay up to date and follow me: Twitter: i_siddhantk LinkedIn: www.linkedin.com/in/siddhant-khisty Discord: discord.gg/zB4f6uD2ZR GitHub: github.com/siddhant-khisty
Streams & Manupilating Stream Flows - Linux 101
Переглядів 749 місяців тому
In this video, let's dive into how data streams flow within Linux. We cover some elementary concepts such as stdin, stdout, stderr, and also look at them in practice, and how they will benefit you in real scenarios. Stay up to date and follow me: Twitter: i_siddhantk LinkedIn: www.linkedin.com/in/siddhant-khisty Discord: discord.gg/zB4f6uD2ZR GitHub: github.com/siddhant-khisty
Learn the inner workings of Linux Package Managers - Linux 101
Переглядів 13510 місяців тому
This video will look at how a Linux Package Manager works. Whether you use apt, rpm, pacman or any other package manager, the inner workings are more or less the same. Stay up to date and connect: Twitter: i_siddhantk LinkedIn: www.linkedin.com/in/siddhant-khisty Discord: discord.gg/zB4f6uD2ZR GitHub: github.com/siddhant-khisty
Start using Vim in 15 minutes - Linux 101
Переглядів 19010 місяців тому
In this video, I'll be talking about vi, vim, and neovim. I will also show you practical steps in which you can get started with using Vim, and show you some cool features that it has to offer. Stay up to date and follow me: Twitter: i_siddhantk LinkedIn: www.linkedin.com/in/siddhant-khisty Discord: discord.gg/zB4f6uD2ZR GitHub: github.com/siddhant-khisty
Linux File Structure & Navigation - Linux 101
Переглядів 9810 місяців тому
Linux File Structure & Navigation - Linux 101
Understanding the Linux system - Linux 101
Переглядів 50210 місяців тому
Understanding the Linux system - Linux 101

КОМЕНТАРІ

  • @weirdray9706
    @weirdray9706 3 місяці тому

    Cube CTL commands are hard to understand

    • @SiddhantKhisty
      @SiddhantKhisty 3 місяці тому

      That's cuz it's KUBE CTL 😀 No but in all seriousness, I understand where you're coming from. I'll be making some vids on core k8s workings and usage. That might make it easier to understand

  • @shetty_kvs
    @shetty_kvs 3 місяці тому

    nice tips Siddanth 👍

  • @aasheesh6001
    @aasheesh6001 3 місяці тому

    Bro you are looking pretty skin nowadays. Take care of your health bro

    • @norioliving
      @norioliving 3 місяці тому

      I've bulked up quite a bit actually 😂😂

  • @KuldeepSingh007
    @KuldeepSingh007 6 місяців тому

    Well Done, excellent video!!!

  • @smithofcode.
    @smithofcode. 6 місяців тому

    nice video dude 👍

  • @saifuddinsaifee8161
    @saifuddinsaifee8161 6 місяців тому

    Great Video Siddhant, just what I was looking for

  • @AjayCoding
    @AjayCoding 6 місяців тому

    now we have docker init

  • @NitishKumar06
    @NitishKumar06 6 місяців тому

    great

  • @YASHWANTSINGH-pm3cl
    @YASHWANTSINGH-pm3cl 6 місяців тому

    Let's go 🚀

  • @sushantsyt
    @sushantsyt 7 місяців тому

    Sys admin turning web dev lessssgooo

  • @Seasonednuts-iv5gd
    @Seasonednuts-iv5gd 7 місяців тому

    nice video

  • @shubhsharma19
    @shubhsharma19 7 місяців тому

    🔥🔥🔥

  • @bad_gentlemen
    @bad_gentlemen 8 місяців тому

    Thanks for the information. Bring next video soon.

  • @bad_gentlemen
    @bad_gentlemen 8 місяців тому

    Bro, your voice is good enough. We don't want bg music.

  • @bad_gentlemen
    @bad_gentlemen 8 місяців тому

    Thanks for the video Siddhant. Your way of explanation is very calm and understanding. Looking forward to learning more about DevOps from you.

  • @YASHWANTSINGH-pm3cl
    @YASHWANTSINGH-pm3cl 8 місяців тому

    Good job Norio but please either increase your volume while recording or decrease the bg music volume it's good & pretty distracting 😅

  • @saifuddinsaifee8161
    @saifuddinsaifee8161 9 місяців тому

    Mental Health and Productivity are directly proportional imo

  • @lug__aman
    @lug__aman 9 місяців тому

    1:30 true thanks for sharing siddhant, mental affects your productivity, mental health is very important

  • @yashraj.10
    @yashraj.10 9 місяців тому

    I am gonna try these things.. specially the waking up early thing

  • @shubhsharma19
    @shubhsharma19 9 місяців тому

    👋 great video

  • @YASHWANTSINGH-pm3cl
    @YASHWANTSINGH-pm3cl 9 місяців тому

    Nice one Norioman ❤ Keep up the good work 💪

  • @bad_gentlemen
    @bad_gentlemen 10 місяців тому

    Nice video Siddhant. You really have a deep knowledge in Linux. I'd be waiting for more videos on Linux.

  • @shubhsharma19
    @shubhsharma19 10 місяців тому

    Great video Siddhant!!

  • @verma-kunal
    @verma-kunal 10 місяців тому

    Nice one!

  • @lorettacruz1548
    @lorettacruz1548 10 місяців тому

    Promo'SM 🤭

  • @sayan1122
    @sayan1122 10 місяців тому

    The Search & Replace command can also come in handy at times: `:s/str1/str2`: This will replace `str1` with `str2`. It auto-replaces the 1st instance, and allows us to replace the rest manually. `:s/str1/str2/g`: This will auto-replace ALL instances of `str1` with `str2` in the file. Nice video btw!! I also learnt a few clipboard commands that i'd missed from here😊

  • @sushantsyt
    @sushantsyt 10 місяців тому

    echo "Awesome Vid" >> comment\ section/

    • @shubhsharma19
      @shubhsharma19 10 місяців тому

      echo "echo Awesome Vid" >> comment\ section\ reply/

  • @_itsayush
    @_itsayush 10 місяців тому

    Well explained!👏👏

  • @ShivangShandilyaa
    @ShivangShandilyaa 10 місяців тому

    Amazing video buddy🙌 Suggestion: Try to have terminal zoomed in a bit more makes it much easier to see what you're doing. Keep Growing✨

  • @mediocreDevops
    @mediocreDevops 10 місяців тому

    Amazing video and thanks for the shoutout!

  • @godgamer9608
    @godgamer9608 11 місяців тому

    thanks man, understood basics

  • @tT019RS79BKP
    @tT019RS79BKP 11 місяців тому

    Please in Hindi

  • @UPlusPlus
    @UPlusPlus 11 місяців тому

    I want more videos like this simple and easy to understand now I can easily learn linux thanks !!

  • @rudreshraj1298
    @rudreshraj1298 11 місяців тому

    nice video 👏👏..... congratulations for your first of many video keep up!!

  • @mokshithnarayan
    @mokshithnarayan 11 місяців тому

    Waiting for more videos like this, all the best.

  • @weirdray9706
    @weirdray9706 11 місяців тому

    Soo... what is Linux ?

  • @bad_gentlemen
    @bad_gentlemen 11 місяців тому

    Yes make a video on what WSL is and how it works??

  • @thecoderguy_0001
    @thecoderguy_0001 11 місяців тому

    Great video, Norio

  • @anubhavsamantaYT
    @anubhavsamantaYT 11 місяців тому

    Great video, linux is the bridge which connects hardware and OS. The kernal map website is really cool.

  • @yt_prakhartiwari0
    @yt_prakhartiwari0 11 місяців тому

    Great video Siddhant, kudos for the first video.

  • @harisheoran
    @harisheoran Рік тому

    Brother, I registered for we make devs event, but I think I accidentally filled wrong mail, can you please check my name,(Harish Sheoran) That would be great help man I am posting this here to just contact you

  • @verma-kunal
    @verma-kunal Рік тому

    It was geeking out with you! Thanks for inviting me ✨