Categories
Articles

Kubernetes Cheatsheet

What is Kubernetes? Azure Container Apps vs Azure Kubernetes Service How to install Kubectl commands More: https://kubernetes.io/docs/reference/kubectl/cheatsheet Kubernetes + YAMLs Kubernetes Dashboard https://github.com/kubernetes/dashboard Docker commands Other links

Categories
Articles Technology

Using .NET for Microservices Architecture

Introduction In the modern digital landscape, it is crucial to have software applications that are scalable, modular, and independent. This is where microservices architecture comes in. Microservices are individual services that communicate with each other through APIs, providing independent, scalable, and resilient software applications. In this article, we will explore how to use .NET for […]