Blog
Here you find interesting articles about Kubernetes and software engineering
kubernets thanos loki istio grafana metrics logs
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.
nodejs intermediate ca tls mTls server
Intermediate mTLS - How to set up with example in NodeJS?
How to create server and clients in NodeJS connected by mTLS with certificates signed with Custom Intermediate Certificate Authorities (CA).
nodejs tls mTls server
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.