Blog
Welcome to the Cozystack blog! Here you’ll find the latest news, updates, and insights about Cozystack platform.
Posts in 2024
DIY: Create Your Own Cloud with Kubernetes (Part 1)
2024-04-05 in Blog
tl;dr:
Author: Andrei Kvapil (Ænix) At Ænix, we have a deep affection for Kubernetes and dream that all modern technologies will soon start utilizing its remarkable patterns. Have you ever thought about building your own cloud? I bet you have. But is it possible to do this using only modern technologies and approaches, without leaving the cozy Kubernetes ecosystem? Our experience in developing Cozystack …
Introducing Cozystack: A Free PaaS Platform based on Kubernetes
2024-02-21 in Blog
tl;dr:
Author: Andrei Kvapil (Ænix) Published the first release of the free PaaS platform Cozystack, based on Kubernetes. The project positioned as a ready-to-use platform for hosting providers and a framework for building private and public clouds. The code is available on GitHub and is distributed under the Apache-2.0 license. Cozystack is a system that is installed directly on servers and covers all …
Posts in 2020
Configuring routing for MetalLB in L2 mode
2020-05-14 in Blog
tl;dr: In this article I will show you how to configure source-based and policy-based routing for the external network on your cluster.
Configuring routing for MetalLB in L2 mode Not so far ago, I was faced with a quite unusual task of configuring routing for MetalLB. All would be nothing, since MetalLB usually does not require any additional configuration from user side, but in our case there is a fairly large cluster with a quite simple network configuration. In this article I will show you how to configure source-based and …