DEV Community

Sina Tavakkol
Sina Tavakkol

Posted on

40 Days Of Kubernetes (20/40)

Day 20/40

SSL/TLS Explained Simply

Video Link
@piyushsachdeva
Git Repository
My Git Repo

This is prerequisite of the next session which will be about certification in Kubernetes.
In this topic we will learn how ssl and tls work.

There are two types of key encryption:

  1. Symmetric Encryption:
    Which both side, client and server, use one key to encrypt and decrypt the traffic between them.
    Image description
    (Photo from the video)

  2. Asymmetric Encryption:
    There are two key, public and private, that client encrypt the traffic with public key, and the private key which the server only has it, can decrypt the traffic.

  • CA is certificate authority to validate if the public key is generated for the right server or domain name, and it can help us to distinguish between the clean connection between client and server and the traffic when man-in-the-middle is behind! For example:
  • Website Identity from our browser: Image description
  • The CA: Image description

Sentry image

Hands-on debugging session: instrument, monitor, and fix

Join Lazar for a hands-on session where you’ll build it, break it, debug it, and fix it. You’ll set up Sentry, track errors, use Session Replay and Tracing, and leverage some good ol’ AI to find and fix issues fast.

RSVP here →

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay