Redirect HTTP to HTTPS on kubernetes 1.19 using AWS LoadBalancer Controller

The backstory Lately we upgraded our Kubernetes cluster to v1.19 just to get this warning when deploying Ingress: Warning: extensions/v1beta1 Ingress is deprecated in v1.14+, unavailable in v1.22+; use networking.k8s.io/v1 Ingress Well, usually I'm doing what I’m told, so I changed extensions/v1beta1 to networking.k8s.io/v1 Ingress just to find out that there are some breaking changes … Continue reading Redirect HTTP to HTTPS on kubernetes 1.19 using AWS LoadBalancer Controller

Use Windows Terminal to access remote servers

If you are not familiar with the feature, windows has a new Terminal which really upgrades the shell version in windows. Fast access to all shells including CMD, PowerShell and any WSL distribution installed.Easy customization and styling (Just look it up). Main features are: But it’s also possible to access remote servers using a small … Continue reading Use Windows Terminal to access remote servers