Skip to content

Latest commit

 

History

History
executable file
·
15 lines (9 loc) · 636 Bytes

File metadata and controls

executable file
·
15 lines (9 loc) · 636 Bytes

TLS in Kubernetes

In this section, we will take a look at TLS in Kubernetes.

The two primary requirements are to have all the various services within the cluster to use server certificates and all clients to use client certificates to verify they are who they say they are.

  • Server Certificates for Servers

  • Client Certificates for Clients

    tls

Let's look at the different components within the k8s cluster and identify the various servers and clients and who talks to whom.

certs