Mapping External Services

Поделиться
HTML-код
  • Опубликовано: 7 ноя 2024

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

  • @clanguage20
    @clanguage20 3 года назад +2

    How can I restrict the outgoing (egress) calls using Kubernetes dns service. can I use Kubernetes dns service to whitelist the domains for my pods ?

  • @saparapaful
    @saparapaful 4 года назад

    Please create a playlist of all sandeep's videos. could not find one on channel.

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

    can we add external fttp service also ? my application is using external fttp service ..

  • @ilkinmammadzada5126
    @ilkinmammadzada5126 3 года назад +2

    But what if CNAME (strictly) and dynamic port are required together?

  • @kwaazaar
    @kwaazaar 5 лет назад

    When you combine this with an Ingress, you can also perform the portmapping. You do however need to have an Ingress Controller available.

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

    The associated article URL is the wrong one for this topic.

  • @guillaumeblaquiere
    @guillaumeblaquiere 5 лет назад +5

    Using configmaps don't perform the same level of abstraction ?

    • @Pardelque
      @Pardelque 5 лет назад

      I think this gives you an extra point of abstraction and security, because if you point your services always to same hostname (i.e. mongodb) it's more difficult to make a mistake between testing and production.
      So, if you try to access a database from testing environment with production chain you won't be able to access because it will still be pointing to testing and you'll get wrong credentials (if you use different credentials for your environments, of course). So this could prevent mistakes for example, if you copy configmap from production to testing by mistake, or if you are executing...you know...a hotfix.

  • @sawan1720
    @sawan1720 3 года назад

    How we can target databricks dynamic clusters from k8s .how we can define service monitor for it.

  • @Analogrebelable
    @Analogrebelable 4 года назад

    Kind of a stupid question, but I'm really new to this. What about when you run the service/database on localhost ? You can't map the 127.0.0.1 as IP address for the endpoint.

  • @sudharsans92
    @sudharsans92 6 лет назад +4

    Detailed explanation!! thanks Sandeep!!!

  • @marwanghabin8758
    @marwanghabin8758 4 года назад

    I have used this method without the need to use the service object , I only used endpoint , and I could connect to google cloudsql db , I dont knwo why we use service here in this specific example

  • @sonho9859
    @sonho9859 3 года назад

    thanks for series, so i tried on the v21 but not work

  • @AudumbarNevarekar
    @AudumbarNevarekar 4 года назад

    Can this be used to access database installed on my local machine?(outside of the cluster). I tried it but getting connection time out error.

  • @pgoeds7420
    @pgoeds7420 5 лет назад +1

    4:04 Wouldn't you use different passwords for dev and prod anyway?

  • @Gentlehag
    @Gentlehag 6 лет назад

    Great series, short with some nice ideas

  • @IceW4ve
    @IceW4ve 6 лет назад +2

    And another great video from you Dinesh! Thanks for this series, really appreciate the effort that goes into creating such an easy-to-follow explanation.

  • @coderanger75
    @coderanger75 5 лет назад +1

    this is a great series. thank you

  • @ornelfranck
    @ornelfranck 4 года назад

    great explanation

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

    fantastic

  • @manikanthkommoju3176
    @manikanthkommoju3176 6 лет назад

    what is end point in k8?

  • @mnededeejay
    @mnededeejay 4 года назад

    Highly useful!

  • @jcvicelli
    @jcvicelli 6 лет назад

    Hum, I am using env vars for ip and port, but I like this solution

  • @paknbagn9917
    @paknbagn9917 5 лет назад

    tnx google it was really awesome

  • @davidhope2199
    @davidhope2199 6 лет назад

    Excellent.

  • @tonyhasfun
    @tonyhasfun 6 лет назад +1

    Please write a controller that finds and updates the IP address for a hostname and sets it to an endpoint so I don't have to do it myself.