Hybrid Hacker

👾 Technical notes and hybrid geekeries

Cloud Articles

  • Thu 31 October 2019
  • Cloud

Raspberry Kubernetes cluster for my homlab with k3sup

With my everyday job I get in touch with huge on-premise Kubernetes clusters (500+ nodes), full of complex and interesting things. Unfortunately they can't be used as playgrounds, so I always end up building something locally (minikube, Kind, Multipass/Mikrok8s) which almost always is not the ideal solution unless you …

  • Sat 19 March 2016
  • Cloud

KubeRocks: news and resources about Kubernetes and containers

During the last year and a half, while building EasyWP for Namecheap, I've been focused a lot on things like CoreOS, Openstack and containers (both with Docker and Rkt). Building a product based on containers, nowadays is such an ambitious objective. Though containers technology exists since many years, only during …

  • Sun 17 January 2016
  • Cloud

Single node Ceph cluster on CentOS 7 with VirtualBox

If you work with cloud, you know that nowadays Ceph is the standard when you talk about distributed file systems. The only good alternative imho is GlusterFS, but today I wanna talk about installing a single node Ceph on CentoOS 7 using Virtualbox. This is for testing purposes only. I …