About
This blog is mostly about my work, but expect an occasional home project, productivity tip and tooling review.Search
Categories
- Conference (21)
- Development (217)
- Security (19)
- Test (32)
- Tooling (174)
- Uncategorized (168)
Category Archives: Tooling
SeqCli from jobs in Kubernetes
We use seq to view our logs. The hosting is done in Kubernetes. For management we tried jobs with the seqcli container. This works great if you mount the SeqCli.json config file. First we tried the environment variables as described … Continue reading
Log collection with fluent-bit and ELK
ELK = Elasticsearch, Logstash and Kibana We are moving to Kubernetes with our applications. So I’ve installed Rancher Desktop om my laptop to get some hands-on experience. I’ll post my findings here. When pods startup we can get the logs … Continue reading
Enable metrics server on Rancher Desktop
We are moving to Kubernetes with our applications. So I’ve installed Rancher Desktop om my laptop to get some hands-on experience. I’ll post my findings here. Metrics server and Metrics API With the Metrics API you can get CPU and … Continue reading
Upgrade to SonarQube 9
We use SonarQube to scan our code (see Adding SonarQube to TFS build) and have version 8 LTS up-and-running for some time now. The upgrade to SonarQube 9 and future version 9 LTS is upcoming. Here is how we prepare for … Continue reading
Fixed drag-and-drop on my Macbook
For some time I’ve been having trouble with drag-and-drop on my Macbook. In the finder a popup would show or the file rename action would trigger. Turns out there is a setting I missed during one of the MacOs upgrades. … Continue reading