Here you find interesting articles about Kubernetes and software engineering
How to enable load balancer in kind kubernetes cluster?
Simple enable load balancer in your kind kubernetes in 30 seconds
Piotr Gawęda
mTLS - How to set up server and client in NodeJs with mTLS?
How to encrypt the connection between two machines and authorize request from client on server? The article has a script to generate certificates and examples of servers in NodeJS.
Create monitoring cluster with Thanos, Loki and Istio.
How to create monitoring cluster with Thanos and Loki and send all metrics, logs from other clusters to one place. All encrypted and authenticate via mTLS by Istio Service Mesh.
Intermediate mTLS - How to set up with example in NodeJS?
How to create a server and clients in NodeJS connected by mTLS with certificates signed with Custom Intermediate Certificate Authorities (CA).