Cert Manager for securing pod to pod communication

Sdílet
Vložit
  • čas přidán 20. 02. 2023
  • Learn how to enable HTTPS traffic for Pods in a Kubernetes cluster using Cert Manager.
    Source code: github.com/HoussemDellai/dock...
    Follow me on Twitter for more content: / houssemdellai
  • Věda a technologie

Komentáře • 4

  • @ayush2708
    @ayush2708 Před 11 měsíci +3

    Nice and helpful. Would like another on mTLS

  • @prakasha5870
    @prakasha5870 Před 27 dny

    how i can able to run this example locally on k8s cluster. I have k8s cluster running locally

  • @abhizersaifee2866
    @abhizersaifee2866 Před 2 měsíci

    Nice video. It would be better if you would have used CA crt in client call to establish Trust along with https encryption, instead of using --insecure. Basically how a practical scenario would happen.