Anto Subashantosubash.hashnode.dev·Sep 28, 2022Create and deploy .Net application in MicroK8sIntroduction In this post we will create a simple abp application and deploy it in the microk8s instance. We will use tye to deploy the application in the cluster. We will also see how to setup the ingress for the application. We will use cert-manage...59 readsMicroK8s - Getting Startedmicrok8s
Raul Naupariblog.raulnq.com·Jun 25, 2022Building .NET microservices easily with TyeToday, building microservices (technology stack aside) can be an overwhelming task due to the number of tools, technologies, and frameworks you need to learn before starting to code. One of the most widely used technology is containerization, with Do...136 reads.NET