June 2022

kubernetes
2022-06-19 14:42 (3 years ago)
How We Managed to Retrieve Remote IP Addresses via Kubernetes Ingress

Make `X-Forwarded-For` / `X-Real-IP` reflect the real client IP through Kubernetes nginx-ingress instead of the cluster-internal IP.

kubernetes
2022-06-19 11:51 (3 years ago)
How to Load a Local Docker Image into the MicroK8s Repository on a Remote Server

Deploy a locally built Docker image directly to a remote microk8s cluster via `ctr` (containerd CLI), without going through a registry.

kubernetes
2022-06-19 11:32 (3 years ago)
Updating Kubernetes Ingress from extensions/v1beta1 to networking.k8s.io/v1

Migrate a Kubernetes Ingress from `extensions/v1beta1` to `networking.k8s.io/v1`, with YAML examples. The `backend` field structure must be rewritten.

DockerLinux
2022-06-12 02:55 (3 years ago)
When Running Docker via SSH and Encountering "the input device is not a TTY" Error, Add the -t Option

When trying to use the `docker run` command with SSH arguments and encountering the message "ssh docker run the input device is not a TTY," you can resolve the issue by adding the `-t` option to the SSH command.

Categories

Archive