In this post we will develop a .NET 8 console application which reads the configuration values from environment variables. This enables us deploy the application in an EKS cluster and read the config values from any secure secret storage. The develoment environment Docker configuration To prevent Visual Studio from debugging in Docker containers Debugging in …
Continue reading “Developing a secure .NET 8 (core) console application”