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 (175)
- Uncategorized (169)
Author Archives: erictummers
Testkube journey – testworkflow
What happens in a test is defined with a TestWorkflow. It describes the steps to be performed. Below are the steps we use:
1. clean the environment by restarting keycloak
2. wait for keycloak to be up-and-running again using curl to request a page
3. start the tests in our e2etests container Continue reading
Testkube journey – where we start
We moved our workloads to Kubernetes and now want to run our tests in the cluster. In this series I describe our journey with Testkube. This setup works for us, your milage may vary. You can view all posts in … Continue reading
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