|
|
|
|
|
by y4mi
2899 days ago
|
|
its nonetheless the way its being done. a few examples: * remote docker daemon execution * setting up a kubernetes cluster with kubeadm and creating certificates for remote kubectl execution (this one might be related to the previous one. I'm not sure as i don't know anything about the kubernetes internals.) * rabbitmq cluster iirc. At least thats how you're supposed to set it up with the sensu monitoring framework * previously mentioned puppet does its as well, though the process is mostly invisible to the user i'm not sure how its supposedly possible to spoof though? the master needs to sign a certificate for clients. IF the master is compromised, everything is compromised. Thats true no matter which authorization protocol you're using |
|
The kubernete's document says:
I interpret it as saying you should perferrably use a real CA or a well-behaved internal intermediate CA. Anybody remotely familiar with how TLS works will probably tell you the same. If what you are saying is correct, it's a serious problem in our industry.