Reputation: 1194
How do I ensure that all deployed services within self managed k8 cluster should talk to each other in https only and not allow http call within?
Upvotes: 3
Views: 230
Reputation: 3380
Using a service mesh will make your life easier. It takes care of certificate maintenance.
Refer
Upvotes: 4