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)
Author Archives: erictummers
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
Commit to git from classic release pipeline
We have Azure Devops Server to manage our solutions. The version we currently run comes with yaml build pipelines and classic release pipelines. It is “easy” to commit and push to git from a yaml pipeline with the repository resource … Continue reading
Rancher Desktop and K3s allowed-unsafe-sysctls
Today I’ve got this error SysctlForbidden kubelet forbidden sysctl: “net.ipv6.conf.all.disable_ipv6” not whitelisted Rancher desktop will not accept all sysctls. Some are allowed, but most options are not. To get this working you have to add the setting to the allowed-unsafe-sysctls … Continue reading