Kubernetes: Ingress External Authentication (Api Keys)Learn how to secure Kubernetes services with API key authentication using NGINX Ingress. This step-by-step guide covers setting up external authentication with a Scala http4s service, forwarding custom identity headers, and testing with tools like httpie and curl. Perfect for enhancing security while keeping your configuration flexible and maintainable.
How Kubernetes Can Help Your Business Scale UpHere is how you can save your company time, money and effort with Kubernetes.
Angular without angular cli for Angular 12.x and webpack 5.xvery simple hello world Angular 7.x tutorial. Where you create an angular app from scratch
Kubernetes: Setup Ingress TLS TerminationA small very well explanatory tutorial guiding you to setup an ingress with TLS termination in kubernetes
JavaScript ScopeThis article discusses Javascript’s three types of scope; block scope, function scope, and global scope