#kubernetes
Read more stories on Hashnode
Articles with this tag
In this post, we will explore (briefly) the Ingress in Kubernetes and see how to traffic multiple host names at the same IP address (localhost). What...
In a previous post, OpenTelemetry: The OTEL Collector, we saw how easy it's to use the OTEL Collector with a .NET application. Today we will see how...
Writing tests is a key task in our day-to-day work to ensure the quality of our code. While we usually run unit tests during the build process, others...
Today we are going to continue the journey with Nuke, adding new targets to the solution presented in Nuke: Deploy ASP. NET Web App to Azure, to...
Helm is an open source package manager for Kubernetes. It provides the ability to provide, share, and use software built for Kubernetes. In this...
Usually, when we had to use a service from an external provider, we injected the service credential (connection string, secret, token, etc.) in the...