Adding Basic Authentication via NGINX in Kubernetes Oct 26, 2022 1 min read aws Basic Auth via NGINX in kubernetes
Routing stuff using traefik/nginx Apr 15, 2022 5 min read devops Using traefik/nginx as a Reverse Proxy.
Setting up OpenTelemetry in Django gUnicorn ASGI Jan 29, 2022 3 min read devops Setup OpenTelemetry for Django running on gUnicorn ASGI.
Using sidecar containers in k8s Jan 22, 2022 3 min read devops Pods are the basic unit of deployment in k8s and in a typical k8s setup, your application container is probably running inside a pod. Pods themselves are containers, and you can run multiple
Setting up AWS Amplify for a Next JS SSR app with Terraform Jan 21, 2022 3 min read devops Setting up Amplify for nextjs SSR via Terraform