kelseyhightower / kubernetes-the-hard-way

Bootstrap Kubernetes the hard way. No scripts.
Apache License 2.0
41.26k stars 14.12k forks source link

[Feature Request] Please add diagrams to certificates section #646

Open dcaponi opened 3 years ago

dcaponi commented 3 years ago

Hey, great intro to K8s and GCP!

I'm somewhat new to the scene and I'm trying to get a better understanding of all the certs and cert management that goes into K8s. I think it would be awesome to have some diagrams of:

A) the overall architecture in general. B) what certs need to get made, where the certs get installed, and why we need so many.

Cheers!