An Introduction To Kubernetes - For Beginners

Поделиться
HTML-код
  • Опубликовано: 10 июл 2024
  • Welcome back to another beginner video! In this video I am going to be giving you an introduction to Kubernetes! Specifically I will be discussing what Kubernetes is, some Kubernetes terminology, and the basic Kubernetes architecture. After that I will transition to the computer and show you how to create a Kubernetes cluster on your own computer! Enjoy!
    💻Thanks to Linode for sponsoring this video! Sign up for a FREE Linode account today and get an $100 60 day credit: linode.com/techwithtim
    💻 ProgrammingExpert is the best platform to learn how to code and become a software engineer as fast as possible! Check it out here: programmingexpert.io/tim and use code "tim" for a discount!
    📄 Resources 📄
    GitHub Repo: github.com/techwithtim/k8s-fl...
    Kubectl Download Guide: kubernetes.io/docs/tasks/tools/
    Kubernetes - Linode Guide: www.linode.com/docs/guides/be...
    Docker For Beginners: • An Introduction To Doc...
    Docker Desktop Download: www.docker.com/products/docke...
    ⭐️ Timestamps ⭐️
    00:00 | Overview
    00:40 | What is Kubernetes?
    01:21 | Kubernetes Terminology
    03:30 | Kubernetes Architecture
    06:08 | Creating A Cluster
    10:30 | Kubectl Install
    16:36 | Kubectl Common Commands
    23:12 | Deploying A Flask App - Demo Project
    ◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️
    👕 Merchandise: teespring.com/stores/tech-wit...
    📸 Instagram: / tech_with_tim
    📱 Twitter: / techwithtimm
    ⭐ Discord: / discord
    📝 LinkedIn: / tim-ruscica-82631b179
    🌎 Website: techwithtim.net
    📂 GitHub: github.com/techwithtim
    🔊 Podcast: anchor.fm/tech-with-tim
    🎬 My RUclips Gear: www.techwithtim.net/gear/
    💵 One-Time Donations: www.paypal.com/donate?hosted_...
    💰 Patreon: / techwithtim
    ◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️
    ⭐️ Tags ⭐️
    -Tech With Tim
    -Introduction to Kubernetes
    -Kubernetes for Beginners
    -What is Kubernetes?
    -How to use Kubernetes?
    -Kubectl
    ⭐️ Hashtags ⭐️
    #TechWithTim #Kubernetes

Комментарии • 41

  • @PoojaDutt
    @PoojaDutt 2 года назад +7

    Excited to watch! I’ve been mostly using Docker (and I know they’re not quite the same - container orchestration vs a literal container), but it’s super helpful to still have a basic understanding of Kubernetes! Thanks for making this!

  • @KCtheAmateur-1
    @KCtheAmateur-1 2 года назад

    Tim, I've been following you for more than a year and have learned so much watching your tutorials especially regarding Python. Today I'm watching this video on the basics of Kubernetes and I am just blown away by your presentation skills and how the animations accentuate the viewer's ability to grasp what you are saying. Very slick and professional. I look forward to learning more from you in the years to come.

  • @abu3alia
    @abu3alia 2 года назад

    Your channel is the first place I look at when I want to learn something new! Thank you Tim on for your efforts and the help you provide to other people. This video is great and I hope you create a complete series on Docker & Kubernetes!

  • @quotedwisdom
    @quotedwisdom 2 года назад +2

    my favorite technology teacher, thank you for the lessons.

  • @utibeabasiumanah
    @utibeabasiumanah 2 года назад +2

    Finally...thanks a lot Tim for this

  • @gibsonprogrammer7453
    @gibsonprogrammer7453 2 года назад +1

    Hey Tim I am really enjoying watching your videos thanks for your commitment , guys thumbs up

  • @adityanarayannayak6295
    @adityanarayannayak6295 2 года назад +1

    Great tutorial very simple and clear explanation for beginner.

  • @keithcaldwell8524
    @keithcaldwell8524 2 года назад +1

    Fantastic tutorial and yes, if you would do another showing some of the cool feature that are available in Kubernetes i would luv to learn more. Thank you Tim.

  • @kalahari8295
    @kalahari8295 2 года назад

    Seeing flask being used gives me a lot of joy 😀❤️🔥

  • @TheCarmacon
    @TheCarmacon 2 года назад

    Your content is pure gold

  • @akanimohosutuk928
    @akanimohosutuk928 2 года назад +1

    Thanks man. Best channel

  • @dragonsage6909
    @dragonsage6909 2 года назад +1

    Great intro, thank you!

  • @MuhammadRamzan-vh7lr
    @MuhammadRamzan-vh7lr 2 года назад

    Thanks Tim for sharing awesome video. Anxiously waiting for 1 Million subscribers

  • @Sam01951
    @Sam01951 2 года назад

    I like this new video style, great job :)

  • @unknownman5296
    @unknownman5296 2 года назад

    love the animation!!

  • @excelwithmark
    @excelwithmark 2 года назад

    Great video thanks for sharing

  • @orel6943
    @orel6943 2 года назад +2

    Thanks for the amazing tutorial!
    I'd love it if you could create more videos about DevOps tools :)

  • @azr_sd
    @azr_sd 2 года назад

    I actually took a Kubernetes course on udemy. Your video really helped me to refresh the concepts. Well done 👍

  • @pseudounknow5559
    @pseudounknow5559 2 года назад

    That's a very good tutorial ! Thanks Tim

  • @gianniprocida3332
    @gianniprocida3332 2 года назад

    Amazing! Thanks!!

  • @Betabdullah
    @Betabdullah 2 года назад

    Thanks tim

  • @educateyourselfdaily3196
    @educateyourselfdaily3196 2 года назад

    Wow 🥺 feeling better 😅

  • @mj-lc9db
    @mj-lc9db 2 года назад

    Finally!!

  • @noned5308
    @noned5308 2 года назад

    Please give more details on this topic in future vids thanks alott

  • @Rehanshaikh-uy4vy
    @Rehanshaikh-uy4vy 2 года назад

    You should do videos about projects

  • @trolltv3722
    @trolltv3722 2 года назад

    1:45 a pod is not an abstraction of a container, it's more like a container for containers, since a pod can consist of multiple containers, running different images.
    A pod isn't always recreated either. If a pod is created by a deployment, yes it is. If a pod is created using a yaml for example creating a pod and the node on which the pod is running shuts down, the pod isn't restarted.

  • @nateriver8261
    @nateriver8261 2 года назад

    Do more about Kubernetes and Django

  • @King_Cooler64
    @King_Cooler64 2 года назад

    Can we get an AWS CDK tutorial next?

  • @iggykarpov
    @iggykarpov 2 года назад

    03:30 ARCHITECTURE
    06:05 CREATING A CLUSTER

  • @adityanarayannayak6295
    @adityanarayannayak6295 2 года назад

    Wow I have watched complete video but I never watched tutorial without Break.

  • @pravachanpatra4012
    @pravachanpatra4012 2 года назад

    Tim can you make DJANGO tutorials like
    CHAT APP
    Social media clone
    Etc

  • @DavesChaoticBrain
    @DavesChaoticBrain 2 года назад

    Ooof. Less than 2 minutes in and I don't think I'm advanced enough for this beginner's intro because I still have no idea what the heck Kubernetes is after that explanation. In fact, apart from hearing some of these words and products being mentioned in passing over the years, I don't' even know what most of the stuff mentioned even is. Hahaha Where can I go for even more basic beginner stuff?

  • @perjoraxperj2115
    @perjoraxperj2115 2 года назад

    What should i know prior to understanding wtf tim is talking about?

    • @TechWithTim
      @TechWithTim  2 года назад +2

      Docker containers, i have a video on them linked in the description

  • @ZbeastVIP
    @ZbeastVIP 2 года назад +2

    One of the best K8 explanations I have seen. One important suggestion, the terms Masters and Slaves nodes are obsolete and racially oppressive. The master node is now called Control Plane and the slave nodes are now called worker nodes to accurately represent their function without using unnecessary racially oppressive terminology.

  • @adityanarayannayak6295
    @adityanarayannayak6295 2 года назад

    Next time try Cri-o and Containerd because Docker is deprecated.

  • @coolguy7160
    @coolguy7160 2 года назад

    18th!!

  • @mortaldev4999
    @mortaldev4999 2 года назад

    hmmm