#nginx

Posts tagged with "nginx".

3 posts

Adding Basic Authentication via NGINX in Kubernetes

Adding Basic Authentication via NGINX in Kubernetes

Basic Auth via NGINX in kubernetes

· 1 min read · aws
Routing stuff using traefik/nginx

Routing stuff using traefik/nginx

Using traefik/nginx as a Reverse Proxy.

· 5 min read · devops
Moving from AWS Loadbalancers to Nginx

Moving from AWS Loadbalancers to Nginx

We run a k8s cluster for our healthcare EMR application. At the time, we only had one public facing service, so we used a Kubernetes Service of Type LoadBalancer. resource "kubernetes_service" "django" { metadata { name = "django" namespace = kubernetes_namespace.app_namespace.metadata[0].name annotations = tomap( { "service.beta.kubernetes.io/aws-load-balancer-ssl-cert" = var.django_acm_arn, "service.beta.kubernetes.io/aws-load-balancer-ssl-por

· 2 min read · devops