Tim Van Wassenhove
Passionate geek, interested in Technology. Proud father of two
Home
All posts
Tags
05
Jan 2021
cluster-info on k8s cluster with limited permissions
When you have limited access (eg: only a specific [namespace](https://kubernetes.io/docs/concepts/overview/working-with...
09
Dec 2020
Leverage Terraform to create virtual machine scaleset with spot instances
In a [previous](https://timvw.be/2020/02/10/terraform-azure-k8s-nginx-letsencrypt.html) post I demonstrated how easy it ...
25
Feb 2020
Leverage Terraform, NGINX Ingress Controller, cert-manager and Let's Encrypt to quickly create a Kubernetes cluster on AWS.
In my [previous](https://timvw.be/2020/02/10/terraform-azure-k8s-nginx-letsencrypt.html) post I demonstrated how easy it...
10
Feb 2020
Leverage Terraform, NGINX Ingress Controller, cert-manager and Let's Encrypt to quickly create a Kubernetes cluster which can serve webapps over HTTPS.
In this post I demonstrate how easy it has become to create a kubernetes cluster which serves webapplications over HTTPS...
31
Dec 2016
Looking back at 2016
Starting 2016 at Emergency Care was a game changer for me. On a personal level I have successfully changed my diet and ...
20
Nov 2016
Parsing lines from Spark RDD
A typical [Apache Spark](http://spark.apache.org/) application using RDD api starts as following: ```scala val lines = ...
04
Oct 2016
Blog migrated to Jekyll
As many other people I have decided to leave Wordpress behind and move to Jekyll instead. Most posts have been migrated...
01
Oct 2016
Docker toolbox to the rescue
With the help of [Docker Toolbox](https://www.docker.com/products/docker-toolbox) a lot of apps become easily available....
29
Jan 2016
About maven dependency type 'bundle'
Earlier this week my build failed because maven was not able to resolve an (indirect) dependency on some package. It too...
29
Jan 2016
Composing functions and leveraging scala.util.Try
Last couple of days I have been hacking around trying to find a cute way to express the intent of my code. Typically it ...
Next page →