GitShow/kelseyhightower/docker-kubernetes-tls-guide
kelseyhightower

docker-kubernetes-tls-guide

Step by step guide on how to secure Docker and Kubernetes using TLS with CloudFlare’s CFSSL

by kelseyhightower
Star on GitHubFork
194 stars24 forks2 contributorsQuiet · 11y agoSince 2015

Meet the team

See all 2 on GitHub →
kelseyhightower
kelseyhightower21 contributions
kisom
kisom1 contribution

Commit activity

Last 12 weeks · 0 commits

Full graph →

Community health

1 of 6 standards met

Community profile →
28
✓README○License○Contributing○Code of Conduct○Issue Template○PR Template

Recent PRs & issues

Quiet · 2 discussions · Last activity 11y ago
See all on GitHub →
huggsboson
Multiple api-servers, controller-managers and service account tokensOpenIssue

One place where all of the kubernetes documentation (and this guide) is unclear is if we are running multiple API servers should we generate a kube-apiserver-server.pem and kube-apiserver-server-key.pem _per host_ (and add a SAN to the cert if we want to use an LB)? Or do we re-use the same one across all of the hosts. We've had some issues with the default service-account token being usable on one api server but not others when we generate a cert per (even though this seems like the most sensible setup). Basically it seems like the service account tokens are signed using the TLS public key so that the API servers can verify it later, but if all the api servers have a different key pair this won't work out well.

huggsboson · 10y ago
streamnsight
securing etcd?OpenIssue

Not technically part of kubernetes but many of the services use etcd as backend and are passed the endpoints with option for certificates. I had been following this guide: http://blog.skrobul.com/securing_etcd_with_tls/ but realized it had some big gaps (like exposing Docker socket without security on all interfaces) and also that some services like podmaster don't seem to support the etcd TLS config file as mentioned here https://github.com/kubernetes/kubernetes/issues/15847 That seems like a big security issue to me if etcd is exposed (like in public cloud) and everything else relies on it to store data. any thought?

streamnsight · 10y ago

Recent fixes

View closed PRs →
kisom
Fix typo in README.mdMergedPR
kisom · 11y ago
Structured data for AI agents

Repository: kelseyhightower/docker-kubernetes-tls-guide. Description: Step by step guide on how to secure Docker and Kubernetes using TLS with CloudFlare’s CFSSL Stars: 194, Forks: 24. Open PRs: 0, open issues: 2. Last activity: 11y ago. Community health: 28%. Top contributors: kelseyhightower, kisom.

·@ofershap

Replace github.com with gitshow.dev