Recent Posts

One giant Kubernetes cluster for everything

Author: Nicolas Frankel Original post on Foojay: Read More Table of Contents The one giant cluster approach Better resource utilization Lower operational overhead Straightforward networking and service communication Simplified governance Cost efficiency Downsides of a one giant cluster approach Larger blast radius Complex multi-tenancy management Scalability limits Cluster-wide objects What’s the ideal size, then?vClusterHow vCluster mitigates the downsides of a …

Read More »

WebAssembly on Kubernetes

Author: Nicolas Frankel Original post on Foojay: Read More Table of Contents My approach and the use caseBaseline: regular Rust-to-nativeAdapting to WebAssemblyRunning the Wasm image on DockerRunning the Wasm image on KubernetesFinal stepsConclusion Like a couple of innovative technologies, different people have different viewpoints on where WebAssembly fits the technology landscape. WebAssembly (also called Wasm) is certainly the subject of …

Read More »

Kotlin Multiplatform

Article JAVA Magazine 04 -2021   Kotlin is een krachtige, moderne taal die de laatste jaren veel aan populariteit wint. In Kotlin geprogrammeerde software draait zonder problemen op een JVM, maar vertaalt ook makkelijk naar JavaScript en native code (bijvoorbeeld iOS, macOS of Linux). Kotlin is dus geschikt voor het bouwen van zowel front-end, als back-end, als mobiele applicaties.   …

Read More »