2

I was reviewing some material related to kubernetes security and I found it is possible to expose Kubernetes API server to be accessible from the outside world, My question is what would be the benefit from doing something vulnerable like this, Anyone knows business cases for example that let you did that? Thanks

1 Answers1

1

Simply, you can use endpoints to deploy any service from your local. for sure you must implement security on your api. I have created an application locally which builds using docker api, and deploy using kubernetes api. Don't forget about securing your apis.

hakik ayoub
  • 55
  • 1
  • 7