Getting Started with K9s

Поделиться
HTML-код
  • Опубликовано: 24 апр 2021
  • K9s is an open-source command line tool that makes working with Kubernetes really easy, fast, and safe. I'll show you how to use it, along with the 4 things you simply must remember about K9s!
    * ctrl-a (See all the things, including custom resources!)
    * : navigates (contexts, namespaces, tools, and resources)
    * ? for help
    * / filters (works on just about anything)
    Read more about K9s on the website: www.codingblocks.net/programm...
  • НаукаНаука

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

  • @mmu99
    @mmu99 2 года назад +6

    I used K9s for more than a year but still I found a new thing from this video.. thank you!

  • @Fayaz-Rehman
    @Fayaz-Rehman 2 года назад

    Excellent - Thanks for sharing your experience.

  • @vishalakkalkote1344
    @vishalakkalkote1344 Год назад +1

    Hey, Thanks for the informative demo, helped me to get started with k9s

  • @JohnMitchellCalif
    @JohnMitchellCalif Год назад

    very solid info, thanks! Subscribed

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

    Thank you that was very useful :)

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

    Thanks for the video :)

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

    +1 very convinent! thank you for the tutorial sir

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

    thank you, very helpful

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

    cool vid!!

  • @nicholaibrooks6990
    @nicholaibrooks6990 Год назад

    Thank you!!!

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

    How do you view all the logs for a pod? I don't have the same option you have. I can only tail, head or select a time interval.

  • @fazundo84
    @fazundo84 Год назад

    Does k9s provide a way to add a label to a worker node or modify an existing worker node label?

  • @ashwinswain1649
    @ashwinswain1649 Год назад

    Hey how do i start k9s do i need to enter any command on gitbash(any specific directory i need to be in) do i need to do an az login n then az set subscription and az get credentials before running k9s.. please help

  • @user-jf9go7wb6e
    @user-jf9go7wb6e 4 месяца назад

    Hi, How to install this on ubuntu server 22.04

  • @okey1317
    @okey1317 Год назад

    how to edit a yaml?

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

    I'm just getting started with learning Kubernetes. Would you recommend trying to learn it with K9s, or should I first get comfortable using kubectl, and then try out K9s? It almost feels to me like Git where people say that you should learn the command line version before relying on a GUI.

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

      learn kubectl first. You might find yourself in a situation where k9s isn't available/working, and urgently need to do pod maintenance.

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

      @@abrxxx Sounds good to me, thanks!

    • @IdanRefaeli3
      @IdanRefaeli3 Год назад

      Start with kubectl

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

    Is there any way to filter multiple labels as in : label1-podname label2-status:running

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

      Yes!
      This will get you labels (-l) k9scli.io/topics/commands/
      And you can use all the normal set-based filters that you can use in kubectl:
      kubernetes.io/docs/concepts/overview/working-with-objects/labels/

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

    K9s support Multi cluster Management?

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

      Yep! It does it through your normal contexts and you can switch with :ctx

  • @codingblocks
    @codingblocks  3 года назад +4

    heh, hit record too soon!

  • @omartini
    @omartini 10 месяцев назад

    Hi should have at least the short cuts for starters, I needed to jump to other places