kubernetes Kubernetes - 413 Request Entity Too Large How to solve 413 Request Entity Too Large in Kubernetes using NGINX Ingress.
kubernetes Restrict Traffic to a Pod in Kubernetes Let's say you have a pod that you want to reject all traffic to, unless the traffic is coming from a specific type of pod. In this case, an ingress
kubernetes Verify Node is Ready to join K8s Cluster What happens if a node joins a cluster before it is ready? Fortunately, you'll never have to find out. For this very reason, there is a test suite maintained by
kubernetes Major Limitations of Kubernetes The limits of Kubernetes are generally going to be difficult to hit for many organizations. But having said that, here are the major limitations of Kubernetes: Maximum pods per node:
Azure How to Keep up with the Rapid Pace of Azure I work with Azure a lot. And as a Solutions Architect, I often find myself seeking answers to rather deep questions, refreshing my memory on old tech or concepts, or
aks Create a full-featured Kubernetes Cluster on your PC With only a single command, you could have a fully-functional cluster running locally in seconds!
architecture Azure Private Link Have you ever created a resource in Azure (i.e. a database or storage account) and seen the option "Allow access to Azure services". You can toggle this on and
aad Visualize Azure Active Directory Role-Based Access Control for Kubernetes Acronyms: AAD - Azure Active Directory AKS - Azure Kubernetes Service RBAC - Role-based access control Recently, I implemented AAD for AKS RBAC. The documentation doesn't do a great job
kubernetes Migrating to Kubernetes: A Manager's Guide to Effective Transition (Part 1) For teams that are looking to build out a Kubernetes cluster and migrate their applications, my first reaction is always the same, no matter the skill-level and capability of the
terraform Terraform and Helm Did you know that you can fully create a managed Kubernetes cluster in Azure using Terraform? Well you can take that one step further and also manage what's installed in
microservices Effective Microservices I recently gave a talk at the Orlando Backend Devs Meetup on Effective Microservices. Here is the video...
csharp Software Interfaces in the Wild What’s so special about interfaces anyway? A quick dive into extracting value from interfaces in C# through a real-world example.