THE TOOL to Centralize ALL Your Apps and Servers | Teleport

Поделиться
HTML-код
  • Опубликовано: 19 июл 2024
  • Try out Teleport today for free - geni.us/jSv7m
    Do you have servers and apps scattered all across the web? And where are the associated keys and secrets to access all this infrastructure? Are they secure? Are they easy to access?
    In today's video, I want to share with you an open-source tool that will help you clean up that mess by centralizing all your apps, servers, databases, etc. into one secure, easy-to-access location. You can even SSH into your servers, control who has access to what with RBAC, and have an audit of everything that happens.
    In addition, I want to teach you some industry-standard terms like Zero-Trust, passwordless, and why you should stop using secrets in your apps, period!
    Timestamps
    00:00 Intro
    02:32 Video Overview
    03:06 What is Teleport?
    06:06 Teleport demo
    11:00 How to set up Teleport
    12:12 How to install Teleport yourself
    17:07 Add your first server
    19:20 Access resources from CLI
    20:25 Add your first application
    23:16 How to add a Kubernetes cluster
    26:41 Teleport Desktop App!
    27:24 Outro
    *This video was sponsored by Teleport. Thank you Teleport for allowing me to show off this application of which I'm a big fan of.
    ** My Coding Blueprints **
    Learn to Code Web Developer Blueprint - geni.us/HoswN2
    AWS/Python Blueprint - geni.us/yGlFaRe
    Both FREE in the Travis Media Community
    ** I write regularly **
    travis.media
    ** FREE EBOOKS **
    📘 travis.media/ebooks
    ** Travis Media Community **
    📘 travis.media/community
    LET'S CONNECT!
    📰 LinkedIn ➔ / travisdot. .
    🐦 Twitter ➔ / travisdotmedia​
    🙋🏼‍♂️ Website ➔ travis.media
    #teleport #infrastructure #access #privilegedaccess
    ** Some of the links in this description may be affiliate links that I may get a little cut of. Thank you.
  • НаукаНаука

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

  • @user-mt1dn4qz8l
    @user-mt1dn4qz8l 9 месяцев назад +1

    Awesome walk-through of Teleport! Thanks for sharing.

  • @dariusdoku4320
    @dariusdoku4320 9 месяцев назад

    Thanks for the information Travis.

  • @user-lm9fd2sm9k
    @user-lm9fd2sm9k 9 месяцев назад

    Great Staffffff😄

  • @excel-finanzas-pakal5559
    @excel-finanzas-pakal5559 8 месяцев назад

    Hi Travis, where do you recommend us to store our projects, what tool can we use to create our projects portfolio? thanks a lot

  • @stanleychukwu7424
    @stanleychukwu7424 9 месяцев назад

    hi my boss, thank you for all you do!! please i'm new to devops, but i'm not new to programming, i've been coding for over 8 years and i can learn fast,
    So here is my question:
    as i begin to learn devops, should i learn Go lang or Python along with it, time is scarce for me so i want to spend my time learning a language i'll be working along with
    Thank you amigos

  • @zazathomas1024
    @zazathomas1024 7 месяцев назад

    Thanks for the detailed video. If i have my docker host on the same machine I've added to teleport for SSH access, How do i configure a couple docker container web apps to be accessible via teleport? The command you showed for web access only works while the teleport start command is running. If the server restarts, I no longer access to the container via teleport

    • @TravisMedia
      @TravisMedia  7 месяцев назад

      the systemctl enable teleport command marks the teleport service to start up on boot
      as for the container, you may want set a restart policy (docs.docker.com/config/containers/start-containers-automatically/). Also enable the docker service so it starts on boot.
      Does that answer your scenario?

  • @bandit7348
    @bandit7348 5 месяцев назад

    Hi Travis, do Teleport help in automating access provision or is it just access management tool?

  • @TheJustinBurton
    @TheJustinBurton 5 месяцев назад

    Anyone used this alongside Tailscale?

  • @UnleashingMayhem
    @UnleashingMayhem Месяц назад

    This is a very useless software. There are many flaws with Teleport. One of them is that you cannot force users to only use Teleport as their only source of truth. Meaning if a user logs in to the server for the first time and puts his public key on his home directory, he can directly log in from his computer. This mean you as an administrator lose all the features of Teleport like session recording. I Would never use Teleport and instead of it I would handle my user management with tools like Ansible.