Let Kubernetes Pod create a Deployment (Giving a Pod access to the Kubernetes API)
If you are running code inside of a Kubernetes Pod
which needs to create a Kubernetes Deployment
, Service, etc., by default, you will get the following error.
Developer on ASP.NET Core and .NET Core
If you are running code inside of a Kubernetes Pod
which needs to create a Kubernetes Deployment
, Service, etc., by default, you will get the following error.
I been receiving many questions about the ASP.NET Core Module, and I decided that it would be useful to write down some of the design decisions and motivations behind changes and improvements we made.