PinnedBehdad Kardgar.NET gRPC — Simple chat application with gRPCThis is my first article about gRPC on ASP.NET 6. In this article, I will give a short introduction to what gRPC is and the different…Apr 27, 2023Apr 27, 2023
Behdad KardgarChannels In .NETA few days ago, I encountered an issue while working on a project where multiple endpoints were trying to access and read/write to a file…Jun 62Jun 62
Behdad KardgarHow to Dockerize a React Application In 5 MinutesHow to dockerize a React ApplicationNov 10, 20234Nov 10, 20234
Behdad KardgarKubernetes Taints And Tolerations And Node AffinityBefore jumping into the discussion of Taints, Tolerations, and Node Affinity in Kubernetes, it is essential to establish a solid…Jul 27, 2023Jul 27, 2023
Behdad KardgarImperative Vs. Declarative Kubernetes Commands: What’s the difference?Lets have a short overview of what is Kubernetes and why its important. Kubernetes is an open-source container orchestration system that…May 26, 2023May 26, 2023
Behdad KardgarWhat Is Security Context In Kubernetes?Security Context in Kubernetes is a feature that enables you to set security-related attributes for Pods and containers running on a…May 26, 2023May 26, 2023
Behdad KardgarNamespaces In KubernetesKubernetes is an open-source container orchestration system that enables developers to automate the deployment, scaling, and management of…Apr 18, 2023Apr 18, 2023
Behdad KardgarWhat Is Kubernetes Deployment And How To Use It?A Kubernetes Deployment is a resource object in Kubernetes that provides a way to declaratively manage a set of identical pods…Apr 8, 2023Apr 8, 2023
Behdad KardgarAnything You Need To Know About Kubernetes ReplicaSetKubernetes is an open-source container orchestration platform that automates the deployment, scaling, and management of containerized…Apr 1, 2023Apr 1, 2023
Behdad KardgarPods In KubernetesPods in Kubernetes are the smallest deployable units in the cluster. They are used to host one or more containers and are designed to be…Mar 30, 2023Mar 30, 2023