Thoughts on handling money in a relationship

One of the common causes of divorce is money problems, so it’s important to be mindful about it. Here are my thoughts on one possible way of doing it.

Read more

Transient network issue at container start when using istio (solution: holdApplicationUntilProxyStarts)

I was setting up an app on a kubernetes cluster that had istio configured as a service mesh, and I run into an issue: as the application starts, it attempts to communicate to another service over the network (doesn’t matter if it’s an external service or something running on the same cluster), and it fails. However when I kubectl exec into the container, I can successfully reach the same service. What’s going on and how to solve it?

Read more

A look at life insurance in Japan

I’m starting a family, so I’ve been recently thinking about life insurance to ensure they won’t have financial hardship if I pass early. In this article I’ll review what I found. Please remember that I’m not a professional, and none of this is financial or tax advice. As always, do your own research.

Read more

Investing plans with the upcoming new NISA

From 2024, Japan’s tax-free investment system, NISA, is getting a major overhaul. Investments made within the system are tax-free (no dividend and capital gain tax), with the only major limitation on yearly and lifetime contribution limits, and that a third of the limits can only be used for mutual funds. This is not a retirement scheme, and there is no penalty for selling early. In this post I will review how I plan to invest from 2024.

Read more

istio-proxy 'NR filter_chain_not_found' / upstream connect error or disconnect/reset before headers. reset reason: connection termination

I deployed a vendor’s software on kubernetes and the website showed this error message:

upstream connect error or disconnect/reset before headers. reset reason: connection termination

Looking at the istio-proxy sidecar logs on the Pod I could see an error message:

kubectl logs -c istio-proxy app-ui-543875cf14-a2b33
[2023-08-09T06:06:22.268Z] "- - -" 0 NR filter_chain_not_found - "-" 0 0 0 - "-" "-" "-" "-" "-" - - 10.20.223.206:8080 10.20.221.213:42304 - -
Read more